Skip to content
forked from TOSIT-IO/tdp-lib

Python library to configure, manage and deploy TDP

License

Notifications You must be signed in to change notification settings

jusstol/tdp-lib

 
 

Repository files navigation

Python Version pre-commit Code style: black

TDP Lib

Install tdp lib for dev:

poetry install # Installs dependencies and the package in venv
poetry run pre-commit install --hook-type pre-commit
poetry run pre-commit install --hook-type commit-msg

Install optional dependencies for graph visualization:

sudo apt install graphviz
poetry install -E visualization

Run the tests:

poetry run pytest tdp

Format the code:

poetry run black .

Documentation

Documentation can be found inside:

To generate the documentation:

poetry install -E docs
poetry run task docs-html

About

Python library to configure, manage and deploy TDP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%