.gitignore
LICENSE.txt
README.md
pyproject.toml
.github/workflows/tests.yml
demos/demo.py
demos/demo_data_model.py
images/logo.png
images/tap.png
images/tap_logo.png
src/tap/__init__.py
src/tap/py.typed
src/tap/tap.py
src/tap/tapify.py
src/tap/utils.py
src/typed_argument_parser.egg-info/PKG-INFO
src/typed_argument_parser.egg-info/SOURCES.txt
src/typed_argument_parser.egg-info/dependency_links.txt
src/typed_argument_parser.egg-info/requires.txt
src/typed_argument_parser.egg-info/top_level.txt
tests/test_actions.py
tests/test_integration.py
tests/test_load_config_files.py
tests/test_subparser.py
tests/test_tap_ignore.py
tests/test_tapify.py
tests/test_to_tap_class.py
tests/test_utils.py