This is a cookiecutter template of Python project that uses:
- poetry for dependency management and packaging
 - mypy for type checking
 - pylint for linting
 - isort and black for code formatting
 - pytest for running the tests
 - taskipy for task runner
 
Follow these steps to generate a Python project based on this template:
- 
Install Cookiecutter
 - 
Run
cookiecutter gh:herry13/python-project