Skip to content
/ mkpp Public

📁 Simple tool for creating Python packages. For lazies.

License

Notifications You must be signed in to change notification settings

jieggii/mkpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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