/cookiecutter

python cookiecutter template

Primary LanguagePythonApache License 2.0Apache-2.0

Usage

Generate a Python package project:

cookiecutter https://github.com/jogo/cookiecutter.git

Requirements

  • working git repo (due to pbr and versioning, just run git init)
  • cookiecutter to setup repo
  • tox to run tests

about

Sets up the skeleton of a python project that uses the following packages