Metadata-Version: 2.2
Name: typing_inspect_lib
Version: 0.0.1
Summary: Type inspections for Python
Home-page: https://github.com/Peilonrayz/typing_inspect_lib
Author: Peilonrayz
Author-email: peilonrayz@gmail.com
License: MIT
Keywords: typing function annotations type hints hinting checking checker typehints typehinting typechecking inspect reflection introspection
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
License-File: LICENSE
Requires-Dist: typing>=3.6.1; python_version < "3.5"
Provides-Extra: extensions
Requires-Dist: typing_extensions; extra == "extensions"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary
