Metadata-Version: 2.1
Name: funcdesc
Version: 0.1.1
Summary: Establish a general function description protocol, which can realize a comprehensive description of the input, output and side effects of an target function through an Python object. Provide a unified abstraction for parameter checking, interface generation and other functions in applications such as oneFace.
Home-page: https://github.com/Nanguage/funcdesc
Author: Weize Xu
Author-email: vet.xwz@gmail.com
License: MIT license
Keywords: funcdesc
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Provides-Extra: dev
License-File: LICENSE

See https://github.com/Nanguage/funcdesc
