dakarabase

Collecion of helper modules for the Dakara Project


License
MIT
Install
pip install dakarabase==1.4.1

Documentation

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.