Getting Started
Setting up your development environment
- Make sure poetry is installed.
- Run:
poetry config virtualenvs.in-project true - Ensure you are using supported python version (3.8 and above):
poetry env use 3.8 - Run:
poetry install
Contribution Guidelines
- Write tests for each new feature: integration and unit tests with 90%+ coverage
- Google style docstrings should be used.