create-python-package icon indicating copy to clipboard operation
create-python-package copied to clipboard

Initialize a new package

create-python-package

Overview

Initialize a new Python package.

Usage and Installation

Python 3.6+ is required

Use pipx to execute the latest version of create-python-package:

pipx run create-python-package

Credits

create-python-package uses cookiecutter in its implementation, and is basically an alias for it.

It uses Chad Smith's's cookiecutter template, https://github.com/cs01/cookiecutter-pypackage.

Inspired by create-react-app.