Skip to content

cypherius17/pyloren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages