Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drgarcia1986/cookiecutter-python-package
A cookiecutter template for creating OpenSource python packages quickly.
https://github.com/drgarcia1986/cookiecutter-python-package
Last synced: 5 days ago
JSON representation
A cookiecutter template for creating OpenSource python packages quickly.
- Host: GitHub
- URL: https://github.com/drgarcia1986/cookiecutter-python-package
- Owner: drgarcia1986
- License: mit
- Created: 2015-05-17T23:19:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T11:35:42.000Z (almost 9 years ago)
- Last Synced: 2024-07-30T10:19:19.426Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cookiecutter-python-package
===========================A [cookiecutter](https://github.com/audreyr/cookiecutter) template for creating OpenSource python packages quickly.
Usage
-----```
$ pip install cookiecutter
$ cookiecutter https://github.com/drgarcia1986/cookiecutter-python-package.git
```Features
--------* Tests and quality
* pytest
* pytest-cov
* flake8
* Documentation
* mkdocs
* Versioning
* bumpversion
* Third party integrations
* travis
* coverallsInspired by [cookiecutter-bottle](https://github.com/avelino/cookiecutter-bottle).