typeguard

View on PyPIReverse Dependencies (1514)

4.2.1 typeguard-4.2.1-py3-none-any.whl

Wheel Details

Project: typeguard
Version: 4.2.1
Filename: typeguard-4.2.1-py3-none-any.whl
Download: [link]
Size: 34634
MD5: d61c7b3e31e65b5807de09586be27f38
SHA256: 7da3bd46e61f03e0852f8d251dcbdc2a336aa495d7daff01e092b55327796eb8
Uploaded: 2024-03-24 08:06:15 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: typeguard
Version: 4.2.1
Summary: Run-time type checker for Python
Author-Email: Alex Grönholm <alex.gronholm[at]nextday.fi>
Project-Url: Documentation, https://typeguard.readthedocs.io/en/latest/
Project-Url: Change log, https://typeguard.readthedocs.io/en/latest/versionhistory.html
Project-Url: Source code, https://github.com/agronholm/typeguard
Project-Url: Issue tracker, https://github.com/agronholm/typeguard/issues
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: importlib-metadata (>=3.6); python_version < "3.10"
Requires-Dist: typing-extensions (>=4.10.0); python_version < "3.13"
Requires-Dist: packaging; extra == "doc"
Requires-Dist: Sphinx (>=7); extra == "doc"
Requires-Dist: sphinx-autodoc-typehints (>=1.2.0); extra == "doc"
Requires-Dist: coverage[toml] (>=7); extra == "test"
Requires-Dist: pytest (>=7); extra == "test"
Requires-Dist: mypy (>=1.2.0); platform_python_implementation != "PyPy" and extra == "test"
Provides-Extra: doc
Provides-Extra: test
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 2131 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
typeguard/__init__.py sha256=Onh4w38elPCjtlcU3JY9k3h70NjsxXIkAflmQn-Z0FY 2071
typeguard/_checkers.py sha256=ac3KXl_yy1RifHXe8i4mPtallA7mrYzBNhDQkPeS3wM 27836
typeguard/_config.py sha256=nIz8QwDa-oFO3L9O8_6srzlmd99pSby2wOM4Wb7F_B0 2846
typeguard/_decorators.py sha256=v6dsIeWvPhExGLP_wXF-RmDUyjZf_Ak28g7gBJ_v0-0 9033
typeguard/_exceptions.py sha256=ZIPeiV-FBd5Emw2EaWd2Fvlsrwi4ocwT2fVGBIAtHcQ 1121
typeguard/_functions.py sha256=ibgSAKa5ptIm1eR9ARG0BSozAFJPFNASZqhPVyQeqig 10393
typeguard/_importhook.py sha256=ugjCDvFcdWMU7UugqlJG91IpVNpEIxtRr-99s0h1k7M 6389
typeguard/_memo.py sha256=1juQV_vxnD2JYKbSrebiQuj4oKHz6n67v9pYA-CCISg 1303
typeguard/_pytest_plugin.py sha256=icoTFbaPnCPIA5L5ykD8j4sNgi7uzeSoNsK_gZlQL3M 4378
typeguard/_suppression.py sha256=h505csWWLO6yctP6hv3asDj0fRbIgDTP_Xbyo6AenCk 2265
typeguard/_transformer.py sha256=9Ha7_QhdwoUni_6hvdY-hZbuEergowHrNL2vzHIakFY 44937
typeguard/_union_transformer.py sha256=v_42r7-6HuRX2SoFwnyJ-E5PlxXpVeUJPJR1-HU9qSo 1354
typeguard/_utils.py sha256=mnuWpDyTrcBhrxXFWv7Qq3kyYtMfS3svOzHD1Jgf6rc 4941
typeguard/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
typeguard-4.2.1.dist-info/LICENSE sha256=YWP3mH37ONa8MgzitwsvArhivEESZRbVUu8c1DJH51g 1130
typeguard-4.2.1.dist-info/METADATA sha256=zUWRLsdpjJ3Tg67U1r_3kISEjTuFmbKagDd2-7MYS3E 3686
typeguard-4.2.1.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
typeguard-4.2.1.dist-info/entry_points.txt sha256=qp7NQ1aLtiSgMQqo6gWlfGpy0IIXzoMJmeQTLpzqFZQ 48
typeguard-4.2.1.dist-info/top_level.txt sha256=4z28AhuDodwRS_c1J_l8H51t5QuwfTseskYzlxp6grs 10
typeguard-4.2.1.dist-info/RECORD

top_level.txt

typeguard

entry_points.txt

typeguard = typeguard._pytest_plugin