second commit

This commit is contained in:
2024-12-27 22:31:23 +09:00
parent 2353324570
commit 10a0f110ca
8819 changed files with 1307198 additions and 28 deletions

View File

@ -0,0 +1 @@
pip

View File

@ -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.

View File

@ -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.

View File

@ -0,0 +1,9 @@
__pycache__/typing_inspect.cpython-311.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/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
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

View File

@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

View File

@ -0,0 +1 @@
typing_inspect