An open API service indexing awesome lists of open source software.

https://github.com/cs01/create-python-package

Initialize a new package
https://github.com/cs01/create-python-package

Last synced: 10 months ago
JSON representation

Initialize a new package

Awesome Lists containing this project

README

          

# create-python-package




## Overview
Initialize a new Python package.

## Usage and Installation
Python 3.6+ is required

Use [pipx](https://github.com/pipxproject/pipx) to execute the latest version of `create-python-package`:
```
pipx run create-python-package
```

## Credits
`create-python-package` uses [cookiecutter](https://github.com/cookiecutter/cookiecutter) in its implementation, and is basically an alias for it.

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

Inspired by [create-react-app](https://github.com/facebook/create-react-app).