Cookiecutter Template for Python Project This is a basic template for minimal Python packages, with the option to add REST API and other tools I commonly use. Features pip for package management pre-commit hooks: Linting with flake8 (+ plugins) Remove unused imports and variables with autoflake Sorting imports with isort Code formatting with black Static type checking with mypy pytest + pytest-cov + pytest-mock Setup Install cookiecutter cookiecutter <url>