.gitignore
.readthedocs.yml
LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codeqa-test.yml
.github/workflows/publish.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/userguide.rst
docs/versionhistory.rst
src/typeguard/__init__.py
src/typeguard/importhook.py
src/typeguard/py.typed
src/typeguard/pytest_plugin.py
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/not-zip-safe
src/typeguard.egg-info/requires.txt
src/typeguard.egg-info/top_level.txt
tests/conftest.py
tests/dummymodule.py
tests/test_importhook.py
tests/test_typeguard.py
tests/test_typeguard_py36.py
tests/mypy/negative.py
tests/mypy/positive.py
tests/mypy/test_type_annotations.py