Metadata-Version: 2.1
Name: cli-utils
Version: 1.0.5
Summary: UNKNOWN
Home-page: https://bitbucket.org/daycoder/cli_utils.git
Author: Hywel Thomas
Author-email: hywel.thomas@mac.com
License: MIT
Download-URL: https://bitbucket.org/daycoder/cli_utils.git/get/1.0.5.tar
Keywords: CLI,Command Line,Menu,MJD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Provides-Extra: test
Requires-Dist: timingsutil (>=1.0.8)
Requires-Dist: future (>=0.16.0)
Provides-Extra: test


CLI Utils
========================================

Helpers for Command line interfaces.

Includes a function to get time (get_time) and a class (Menu)
for constructing menus.


