LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
entrypoint2/__init__.py
entrypoint2/about.py
entrypoint2/py.typed
entrypoint2.egg-info/PKG-INFO
entrypoint2.egg-info/SOURCES.txt
entrypoint2.egg-info/dependency_links.txt
entrypoint2.egg-info/top_level.txt
entrypoint2/check/__init__.py
entrypoint2/check/defaults.py
entrypoint2/check/hints.py
entrypoint2/examples/__init__.py
entrypoint2/examples/add.py
entrypoint2/examples/caller.py
entrypoint2/examples/defaultvalues.py
entrypoint2/examples/hello.py
entrypoint2/examples/repeating.py
entrypoint2/examples/typehints.py
entrypoint2/examples/varargs.py
tests/example1.py
tests/example2.py
tests/example3.py
tests/example_typehint.py
tests/test_all.py
tests/test_check_default.py
tests/test_check_hint.py
tests/test_func.py
tests/test_rep.py
tests/test_typehint.py