Simple tool for creating Python packages. For lazies.


Keywords
packages, automation, cli, command-line-tool, lazy, python
License
MIT
Install
pip install mkpp==1.0.3

Documentation

mkpp

Simple tool for creating Python packages. For lazies. asciicast

Installation

mkpp can be easily installed via pip:

pip install mkpp

Usage

mkpp [--help] [--verbose] [--version] [--parents] [--no-pep8] [--include [FILES]] [--executable] packages [PACKAGES]

Examples

  • mkpp --executable mypackage1 ~/code/projects/mypackage2 some-dir/mypackage3 --include config
  • mkpp app --executable
  • mkpp --executable prog --include utils cli