A simple template for a Python project that can be installed with pip - includes docs and tutorial
- Template for new Python 3 projects.
- Installable using pip.
pip
is the package installer for Python. You can usepip
to install packages from the Python Package Index and other indexes. - Suitable for uploading uploading a package to the public listing on PyPI.
See also MichaelCurrin/py-project-template. That isn't installable using pip
though.
But it does use these:
- Uses Makefile
- Formatting, linting, type checks and unit tests
- GH Actions CI flow
Released under MIT by @MichaelCurrin.