🐍 Boilerplate to kickstart creating a Python package.
This is what I use for my own packages.
Click the "Use this template" button.
Alternatively, create a new directory and then run:
$ curl -fsSL https://github.com/sobrinojulian/python-package-boilerplate/archive/master.tar.gz | tar -xz --strip-components=1
TODO: There's also a Cookiecutter template.
- sindresorhus/node-module-boilerplate
- jacebrowning/template-python
- sourcery.ai - Python Best Practices
- wemake-services/wemake-python-package
- pallets/click/setup.cfg
- srcco.de - My Python Project Setup
MIT © Sobrino Julian