Skip to content

Collecion of helper modules for the Dakara Project

License

Notifications You must be signed in to change notification settings

odrling/dakara-base

 
 

Repository files navigation

Dakara Base

Appveyor Build status Codecov coverage analysis Code style: black PyPI version PyPI Python versions

This project is a collection of tools and helper modules for the Dakara Project.

Modules available

  • config: a helper that manages config and loggers;
  • directory: a helper to manage application directories;
  • exceptions: a base class for exceptions and exception handlers;
  • http_client: an HTTP client dedicated to be used with an API;
  • progress_bar: a collection of progress bars;
  • safe_workers: a library to facilitate the manipulation of threads;
  • utils: other various helpers;
  • websocket_client: a Websocket client.

Install

Install the package with:

pip install dakarabase

If you have downloaded the repo, you can install the package directly with:

pip install .

Development

Please read the developers documentation.

About

Collecion of helper modules for the Dakara Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • Shell 1.4%