.gitlab-ci.yml
AUTHORS
CHANGELOG.md
LICENSE
README.rst
draft.py
pylintrc
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/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_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/isamodule.py
test/data/pythonpath3/empty/notpython.txt
test/data/pythonpath3/withinit/__init__.py
test/data/pythonpath3/withinit/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