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