diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info')
6 files changed, 70 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/LICENSE b/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/LICENSE new file mode 100644 index 00000000..ccbb756c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2017-2019 Ivan Levkivskyi + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/METADATA b/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/METADATA new file mode 100644 index 00000000..cb83aec6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/METADATA @@ -0,0 +1,35 @@ +Metadata-Version: 2.1 +Name: typing-inspect +Version: 0.9.0 +Summary: Runtime inspection utilities for typing module. +Home-page: https://github.com/ilevkivskyi/typing_inspect +Author: Ivan Levkivskyi +Author-email: levkivskyi@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.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Topic :: Software Development +License-File: LICENSE +Requires-Dist: mypy-extensions (>=0.3.0) +Requires-Dist: typing-extensions (>=3.7.4) +Requires-Dist: typing (>=3.7.4) ; python_version < "3.5" + +Typing Inspect +============== + +The "typing_inspect" module defines experimental API for runtime +inspection of types defined in the standard "typing" module. diff --git a/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/RECORD b/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/RECORD new file mode 100644 index 00000000..0309f809 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/RECORD @@ -0,0 +1,8 @@ +__pycache__/typing_inspect.cpython-312.pyc,,
+typing_inspect-0.9.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+typing_inspect-0.9.0.dist-info/LICENSE,sha256=-dNWfQDKIzf3afsoxVPMWQIT7O_tTtWZEQwQ3tLqARc,1087
+typing_inspect-0.9.0.dist-info/METADATA,sha256=904AWjEB-RHrlBGJ8YGqXsC-dfOoAN3iufsQl6VqV9k,1468
+typing_inspect-0.9.0.dist-info/RECORD,,
+typing_inspect-0.9.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
+typing_inspect-0.9.0.dist-info/top_level.txt,sha256=WDcMYbMwvDYal35Cz-QaKMZD2EKSJvB-OC4UUOsHMOc,15
+typing_inspect.py,sha256=5gIWomLPfuDpgd3gX1GlnX0MuXM3VorR4j2W2qXORiQ,28269
diff --git a/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/WHEEL new file mode 100644 index 00000000..becc9a66 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.37.1) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/top_level.txt new file mode 100644 index 00000000..3aedecfa --- /dev/null +++ b/.venv/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/top_level.txt @@ -0,0 +1 @@ +typing_inspect |