Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`