This is my template project for Python applications.
The project includes scripts to correctly install and test the application, in addition to type checking annotated code with Mypy.
- Clone this repository
- Run the following command line:
./py-project-template/rename.sh <new_project_name>
make dev_install
# Runs pytest and Mypy.
make check