https://github.com/andersinno/cookiecutter-pypackage-ai
Opinionated cookiecutter template for python packages :cookie:
https://github.com/andersinno/cookiecutter-pypackage-ai
cookiecutter pytest python
Last synced: 12 months ago
JSON representation
Opinionated cookiecutter template for python packages :cookie:
- Host: GitHub
- URL: https://github.com/andersinno/cookiecutter-pypackage-ai
- Owner: andersinno
- License: mit
- Created: 2018-03-23T08:26:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T11:16:49.000Z (about 8 years ago)
- Last Synced: 2025-05-14T11:38:38.589Z (about 1 year ago)
- Topics: cookiecutter, pytest, python
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cookiecutter for creating Python packages
Bootstrap either pure python package or a Django specific package.
## How do I use this?
Install the latest Cookiecutter if you haven't installed it yet:
`pip install -U cookiecutter`
Generate a Python package project:
`cookiecutter https://github.com/andersinno/cookiecutter-pypackage-ai.git`