.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.rst
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/features_request.yaml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/api.rst
docs/conf.py
docs/contributing.rst
docs/extending.rst
docs/features.rst
docs/index.rst
docs/userguide.rst
docs/versionhistory.rst
src/typeguard/__init__.py
src/typeguard/_checkers.py
src/typeguard/_config.py
src/typeguard/_decorators.py
src/typeguard/_exceptions.py
src/typeguard/_functions.py
src/typeguard/_importhook.py
src/typeguard/_memo.py
src/typeguard/_pytest_plugin.py
src/typeguard/_suppression.py
src/typeguard/_transformer.py
src/typeguard/_utils.py
src/typeguard/py.typed
src/typeguard.egg-info/PKG-INFO
src/typeguard.egg-info/SOURCES.txt
src/typeguard.egg-info/dependency_links.txt
src/typeguard.egg-info/entry_points.txt
src/typeguard.egg-info/requires.txt
src/typeguard.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/deferredannos.py
tests/dummymodule.py
tests/pep695.py
tests/test_checkers.py
tests/test_importhook.py
tests/test_instrumentation.py
tests/test_plugins.py
tests/test_pytest_plugin.py
tests/test_suppression.py
tests/test_transformer.py
tests/test_typechecked.py
tests/test_utils.py
tests/test_warn_on_error.py
tests/mypy/negative.py
tests/mypy/positive.py
tests/mypy/test_type_annotations.py