https://github.com/MartinThoma/cookiecutter-python-package
Cookiecutter template for a Python package.
https://github.com/MartinThoma/cookiecutter-python-package
cookiecutter cookiecutter-template python python-package-management
Last synced: 5 months ago
JSON representation
Cookiecutter template for a Python package.
- Host: GitHub
- URL: https://github.com/MartinThoma/cookiecutter-python-package
- Owner: MartinThoma
- Created: 2019-06-23T20:18:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:37:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T23:24:45.526Z (11 months ago)
- Topics: cookiecutter, cookiecutter-template, python, python-package-management
- Language: Python
- Size: 49.8 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a cookiecutter template for starting a Python package project.
## Requirements
```
$ pip install cookiecutter
```## Usage
```
$ cookiecutter https://github.com/MartinThoma/cookiecutter-python-package
```