Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 413 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 413 Bytes

Command Line Scripts

Prepare Poetry for dependency management.

pip install pipx
python -m pipx ensurepath
pipx install poetry

Install dependencies for development.

poetry install

Rules

It is important to provide type hints for all function parameters in order to ensure the maintainability of the code. Additionally, please write clear and readable docstrings wherever possible.