diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info')
6 files changed, 71 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/LICENSE b/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/LICENSE new file mode 100644 index 00000000..bdb7786b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/LICENSE @@ -0,0 +1,27 @@ +Mypy extensions are licensed under the terms of the MIT license, reproduced below. + += = = = = + +The MIT License + +Copyright (c) 2016-2017 Jukka Lehtosalo and contributors + +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/mypy_extensions-1.0.0.dist-info/METADATA b/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/METADATA new file mode 100644 index 00000000..e58c7ba3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/METADATA @@ -0,0 +1,29 @@ +Metadata-Version: 2.1 +Name: mypy-extensions +Version: 1.0.0 +Summary: Type system extensions for programs checked with the mypy type checker. +Home-page: https://github.com/python/mypy_extensions +Author: The mypy developers +Author-email: jukka.lehtosalo@iki.fi +License: MIT License +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +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 +Requires-Python: >=3.5 +License-File: LICENSE + +Mypy Extensions +=============== + +The "mypy_extensions" module defines extensions to the standard "typing" module +that are supported by the mypy type checker and the mypyc compiler. diff --git a/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/RECORD b/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/RECORD new file mode 100644 index 00000000..d27916a8 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/RECORD @@ -0,0 +1,8 @@ +__pycache__/mypy_extensions.cpython-312.pyc,,
+mypy_extensions-1.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+mypy_extensions-1.0.0.dist-info/LICENSE,sha256=pQRQ2h1TzXd7gM7XfFj_lqvgzNh5cGvRQsPsIOJF8LQ,1204
+mypy_extensions-1.0.0.dist-info/METADATA,sha256=YX1g3_sAgmoi9WYhFNgRHQL6Kf-x7GfjnWgUCE73VIY,1134
+mypy_extensions-1.0.0.dist-info/RECORD,,
+mypy_extensions-1.0.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
+mypy_extensions-1.0.0.dist-info/top_level.txt,sha256=TllnGWqDoFMhKyTiX9peoF1VC1wmkRgILHdebnubEb8,16
+mypy_extensions.py,sha256=i6mP8-60N5kj1W7ebvPbU4AeGOSph_ekHLkMbfoK2a0,6227
diff --git a/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/WHEEL new file mode 100644 index 00000000..57e3d840 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.38.4) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/top_level.txt new file mode 100644 index 00000000..ee216652 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/top_level.txt @@ -0,0 +1 @@ +mypy_extensions |