Skip to content

cookiecutter python package template (minimum)

Notifications You must be signed in to change notification settings

podhmo/pypackage

Repository files navigation

pypackage

setup

$ pip install kamidana cookiecutter

generate project from this project template.

$ cookiecutter --no-input gh:podhmo/pypackage name=foo

$ tree foo
foo
├── foo
│   ├── __init__.py
│   └── tests
│       └── __init__.py
├── Makefile
├── README.md
├── setup.cfg
├── setup.py
└── VERSION

2 directories, 7 files

About

cookiecutter python package template (minimum)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published