Metadata-Version: 2.1
Name: mkpp
Version: 0.1.7
Summary: A simple tool for creating Python packages. For lazies.
Home-page: https://github.com/jieggii/mkpp
License: MIT
Keywords: tool,module,automation,lazy
Author: jieggii
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: colorama (>=0.4.3,<0.5.0)
Requires-Dist: termcolor (>=1.1.0,<2.0.0)
Project-URL: Repository, https://github.com/jieggii/mkpp
Description-Content-Type: text/markdown

# mkpp
A simple tool for creating Python packages. For lazies.
![preview](https://imgur.com/kwoKr6A.jpg)

## Installation
mkpp can be easily installed via pip:
`pip install mkpp`

## Usage
`mkpp [--help] [--version] [--ignore-pep8] [--executable] packages [packages ...] [--add [FILE [FILE ...]]]`

## Examples
* `mkpp --executable my_package1 ~/Projects/Python/my_package2 some-dir/my_package3 --add config`
* `mkpp app`
* `mkpp --executable program1`
* `mkpp app --add config utils`

