Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.51 KB

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.