Metadata-Version: 2.1
Name: typedargs
Version: 0.13.2
Summary: A typechecking and shell generation program for python APIs
Home-page: https://github.com/iotile/typedargs
Author: Arch
Author-email: info@arch-iot.com
License: LGPLv3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: decorator (>=3.4.0)
Requires-Dist: future (>=0.16.0)
Requires-Dist: pyreadline (>=2.1.0); platform_system == "Windows"

TypedArgs
---------

TypedArgs provides a way to annotate python 2.7 functions with type information that allows
the quick creation of custom command line shells.


