cypherius17 / pyloren

Generate Python package layout in one command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to pyloren

Version License: MIT

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

Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

License

Copyright © 2019 Thai Nguyen-Danh.
This project is MIT licensed.

About

Generate Python package layout in one command

License:Other


Languages

Language:Python 100.0%