Skip to content

DakaraProject/dakara-base

Repository files navigation

Dakara Base

PyPI version PyPI Python versions License Tests status Code coverage status Code style: black Imports: isort

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;
  • version_check: a checker for the version of a project;
  • 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.