https://github.com/andersinno/python-package-template
Cookiecutter template for Python packages
https://github.com/andersinno/python-package-template
Last synced: 2 months ago
JSON representation
Cookiecutter template for Python packages
- Host: GitHub
- URL: https://github.com/andersinno/python-package-template
- Owner: andersinno
- License: mit
- Created: 2016-09-20T06:39:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T12:32:13.000Z (over 9 years ago)
- Last Synced: 2025-12-27T21:53:50.199Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anders Python Package Template
An opinionated [cookiecutter](https://github.com/audreyr/cookiecutter) template for Python packages.
## Usage
```
pip install cookiecutter
git clone https://github.com/andersinno/ai_py_package.git
cookiecutter ai_py_package/
```
1. Checkout newly created `{{ package_name }}/setup.py`. Make sure information is correct.
2. Write decent README.
3. Add a license to the project.