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
- Host: GitHub
- URL: https://github.com/cs01/create-python-package
- Owner: cs01
- License: mit
- Created: 2018-10-16T01:09:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T02:28:11.000Z (almost 6 years ago)
- Last Synced: 2025-03-01T05:12:23.975Z (11 months ago)
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 28
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).