.gitlab-ci.yml
.pre-commit-config.yaml
AUTHORS
CHANGELOG.md
LICENSE
README.rst
pylintrc
pyproject.toml
requirements.txt
setup.cfg
setup.py
stdeb.cfg
tox.ini
argdispatch/__init__.py
argdispatch.egg-info/PKG-INFO
argdispatch.egg-info/SOURCES.txt
argdispatch.egg-info/dependency_links.txt
argdispatch.egg-info/requires.txt
argdispatch.egg-info/top_level.txt
argdispatch.egg-info/zip-safe
doc/.gitignore
doc/Makefile
doc/conf.py
doc/index.rst
doc/requirements.txt
test/__init__.py
test/redirector.py
test/test_bin.py
test/test_entrypoints.py
test/test_function.py
test/test_module.py
test/test_options.py
test/test_parse.py
test/data/pythonpath2.zip
test/data/binpath1/bin11
test/data/binpath1/bin12
test/data/binpath2/bin21
test/data/binpath2/bin22
test/data/pythonpath1/foo/__init__.py
test/data/pythonpath1/foo/__main__.py
test/data/pythonpath1/foo/baz.py
test/data/pythonpath1/foo/bar/__init__.py
test/data/pythonpath1/foo/bar/__main__.py
test/data/pythonpath1/foo/importerror/__init__.py
test/data/pythonpath1/foo/importerror/__main__.py
test/data/pythonpath1/foo/notmain/__init__.py
test/data/pythonpath3/notapackage.py
test/data/pythonpath3/withinit/__init__.py
test/data/pythonpath3/withinit2/__init__.py
test/data/pythonpath3/withinit2/foo.py
test/data/pythonpath3/withmain/__init__.py
test/data/pythonpath3/withmain/__main__.py
test/data/pythonpath3/withmain/baz.py
test/data/pythonpath3/withoutinit/bar.py
test/data/pythonpath4/notapackage.py
test/data/pythonpath4/tagada.py
test/data/pythonpath4/missingmain/__init__.py
test/data/pythonpath4/tsoin/__main__.py