Welcome to pyloren
Generate Python package layout in one command
Install
pip install git+https://github.com/cypherius/pyloren
Usage
pyloren --help
pyloren forge <package_name> <directory>
Sample generated package layout
├── bin
├── data
├── docs
├── LICENSE
├── MANIFEST.in
├── package_name
│ ├── __init__.py
│ └── __main__.py
├── README.rst
├── requirements.txt
├── setup.py-tpl
└── tests
Author
Thai Nguyen-Danh
- Github: @cypherius17
Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a
License
Copyright © 2019 Thai Nguyen-Danh.
This project is MIT licensed.