climenu 1.8.0

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

climenu 1.8.0

climenu
This project is used to create simple command-line interfaces using
text-based menus.
The interface loosely mimics click (the use of
decorators to define the interface).
Documentation is hosted on ReadTheDocs; releases
are hosted on pypi.

Example:
from __future__ import print_function
import climenu

@climenu.menu()
def build_release():
'''Build release'''
print("built the release")

@climenu.menu()
def build_package():
'''Build the package'''
print("built the package")

if __name__ == '__main__':
climenu.run()

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.