typeguard

View on PyPIReverse Dependencies (1332)

4.1.5 typeguard-4.1.5-py3-none-any.whl

Wheel Details

Project: typeguard
Version: 4.1.5
Filename: typeguard-4.1.5-py3-none-any.whl
Download: [link]
Size: 34179
MD5: b1df3c00d167927f483dd4592a044878
SHA256: 8923e55f8873caec136c892c3bed1f676eae7be57cdb94819281b3d3bc9c0953
Uploaded: 2023-09-11 07:31:39 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: typeguard
Version: 4.1.5
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.7.0); python_version < "3.12"
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.41.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
typeguard/__init__.py sha256=Onh4w38elPCjtlcU3JY9k3h70NjsxXIkAflmQn-Z0FY 2071
typeguard/_checkers.py sha256=-7ONg9TszhP86K5utLlH_Xf8QZoNn0YG1bo8tuxgNVQ 26986
typeguard/_config.py sha256=TS0uJ-zrCShIS15jUvJH_OUoDI9Npya1uIavFaYnQVs 2851
typeguard/_decorators.py sha256=EFS4sWnbbqolgLfo_-pXgRogUa8SqdpIFOimRao9pw0 9039
typeguard/_exceptions.py sha256=ZIPeiV-FBd5Emw2EaWd2Fvlsrwi4ocwT2fVGBIAtHcQ 1121
typeguard/_functions.py sha256=rK_UKeDL_EblpSlTuhurxBWewFNeYgxtaGRQD9-3b5E 10403
typeguard/_importhook.py sha256=ugjCDvFcdWMU7UugqlJG91IpVNpEIxtRr-99s0h1k7M 6389
typeguard/_memo.py sha256=1juQV_vxnD2JYKbSrebiQuj4oKHz6n67v9pYA-CCISg 1303
typeguard/_pytest_plugin.py sha256=RLkkzb1YzYAT0HHUkF5453ZpC5ISQvu0qwDMlgV4AkU 3716
typeguard/_suppression.py sha256=tPhRYFuynqVexjpUFBNWRARB8hXw_b1ttQLFEB3KooY 2273
typeguard/_transformer.py sha256=2VYTmFKhg3cdA8NJ3M2GBNkYaxUJx4UJvzTYxQtyDlE 44886
typeguard/_union_transformer.py sha256=qdAi2FQYikacoCk3YybNcYjWbC4jDM3y0Jfcu3qvfKw 1353
typeguard/_utils.py sha256=mnuWpDyTrcBhrxXFWv7Qq3kyYtMfS3svOzHD1Jgf6rc 4941
typeguard/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
typeguard-4.1.5.dist-info/LICENSE sha256=YWP3mH37ONa8MgzitwsvArhivEESZRbVUu8c1DJH51g 1130
typeguard-4.1.5.dist-info/METADATA sha256=TU5iNOk3BzNtKShxQoSdG4GNWMD1BCyNURZSUrgLdgk 3685
typeguard-4.1.5.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
typeguard-4.1.5.dist-info/entry_points.txt sha256=qp7NQ1aLtiSgMQqo6gWlfGpy0IIXzoMJmeQTLpzqFZQ 48
typeguard-4.1.5.dist-info/top_level.txt sha256=4z28AhuDodwRS_c1J_l8H51t5QuwfTseskYzlxp6grs 10
typeguard-4.1.5.dist-info/RECORD

top_level.txt

typeguard

entry_points.txt

typeguard = typeguard._pytest_plugin