python-package-quickstart

A simple template for a Python project that can be installed with pip - includes docs and tutorial 🐍 📦

MIT License

Stars
2

Python Package Quickstart

A simple template for a Python project that can be installed with pip - includes docs and tutorial

Use this project

Features

  • Template for new Python 3 projects.
  • Installable using pip.

    pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes.

  • Suitable for uploading uploading a package to the public listing on PyPI.

Related projects

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

License

Released under MIT by @MichaelCurrin.

Badges
Extracted from project README
GitHub tag License Made with Python View site GH Pages Use this template