This project is a collection of tools and helper modules for the Dakara Project.
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;version_check: a checker for the version of a project;websocket_client: a Websocket client.
Install the package with:
pip install dakarabaseIf you have downloaded the repo, you can install the package directly with:
pip install .Please read the developers documentation.