ppkg

Generate repository templates for Python projects.


License
MIT
Install
pip install ppkg==0.2.2

Documentation

ppkg

Generate repository templates for Python projects.

Usage: ppkg NAME

$ ppkg app
$ tree -a app
app
├── app
│   ├── app.py
│   └── __init__.py
├── .gitignore
├── README.md
├── setup.py
└── tests
    └── test_app.py

Installation

To install ppkg, simply use pip:

$ pip install ppkg