Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 821 Bytes

README.rst

File metadata and controls

37 lines (26 loc) · 821 Bytes

Cookiecutter PyPkg

A setup.cfg based Cookiecutter Python package template.

Features

  • Use setup.cfg for package configuration
  • Testing with unittest or pytest
  • Sphinx documentation
  • Version bumping vith Bumpversion
  • RPM building
  • Convenient Makefile

Quickstart

Install the latest Cookiecutter if you haven't installed it yet:

pip install -U cookiecutter

Generate a Python package project:

cookiecutter https://github.com/AntoineCezar/cookiecutter-pypkg.git

Licence

BSD license