Metadata-Version: 2.1
Name: typedargs
Version: 1.1.0
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 :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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-Python: >=3.5,<4
Requires-Dist: decorator (>=4.3.0)
Requires-Dist: pyreadline (>=2.1.0) ; platform_system == "Windows"

TypedArgs
---------

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


