Skip to content

A simple template for a Python project that can be installed with pip - includes docs and tutorial 🐍 πŸ“¦

License

Notifications You must be signed in to change notification settings

MichaelCurrin/python-package-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

57 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python Package Quickstart 🐍 πŸ“¦

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

GitHub tag License

Made with Python

Use this project

View site GH Pages

Use this template

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.