Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdhutchins/cookiecutter-python-package
A simple cookiecutter python package that uses Travis CI and is pip installable.
https://github.com/sdhutchins/cookiecutter-python-package
cookiecutter pip project python travis-ci
Last synced: about 1 month ago
JSON representation
A simple cookiecutter python package that uses Travis CI and is pip installable.
- Host: GitHub
- URL: https://github.com/sdhutchins/cookiecutter-python-package
- Owner: sdhutchins
- License: mit
- Created: 2018-08-29T22:44:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T02:43:07.000Z (about 2 years ago)
- Last Synced: 2024-11-05T05:42:28.603Z (3 months ago)
- Topics: cookiecutter, pip, project, python, travis-ci
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cookiecutter-python-package
A simple cookiecutter python package for personal usage.
## Requirements
Install `cookiecutter` via the command line: `pip install cookiecutter`
Also, check out [@audreyr](https://github.com/audreyr)'s [cookiecutter](https://github.com/audreyr/cookiecutter) package in depth for more information.
Usage
-----
To start a new travisci python package:`cookiecutter gh:sdhutchins/cookiecutter-python-package`
**OR**
`cookiecutter https://github.com/sdhutchins/cookiecutter-python-project`