-
Clone the repo.
-
Activate the environment.
$ poetry shell- Install dependencies.
$ poetry install- Run the CLI.
$ python3 src/main.pyThis repository uses the following tools:
- Poetry for packaging and dependency management
- Tox for automated testing
- Black for code formatting
- Pylint for linting
as well as GitHub Actions to automatically build, test, lint, and generate documentation.
The Makefile include three commands for working with the project.
make cleanwill clean all the build and testing filesmake buildwill run tests and lint your code (you can also just runtox)make docswill generate documentation