hevi9 / cookiecutter-python-hevi

Python cookiecutter project template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python cookiecutter project template

Usage

  1. Install cookiecutter if needed:

    > pip install cookiecutter
    
  2. Create new project with template:

    > cookiecutter https://github.com/hevi9/cookiecutter-python-hevi.git
    

    (project information will be prompted)

Features

  • Basic python 3 CLI project stricture
  • Versioning by setuptools_scm
  • py.test and tox testing
  • Travis CI

About

Python cookiecutter project template


Languages

Language:Python 68.7%Language:Makefile 31.3%