Metadata-Version: 2.1
Name: menulist
Version: 0.3
Summary: A menu driven package
Home-page: https://github.com/santosh051987/menulist
Author: Santosh Singh
Author-email: santosh@contactous.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# menulist - Make your menu driven program

A Helper pip package for menu driven program. This pip package helps you automate your program manage from command line using menu driven. Sam


### Assumptions:

+ Assuming python is installed on your system.

Install `menulist` on your system using : 

```
pip install menulist
```

### Development:

+ Clean ununsed: `rm -rf build/ dist/ *egg* **.pyc __pycache__`
+ Build package: `python setup.py bdist_wheel`
+ deploy package: `python -m twine upload dist/*`

