.gitignore
.pre-commit-config.yaml
LICENCE
Makefile
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/FUNDING.yml
.github/workflows/comment-bot.yml
.github/workflows/test.yml
argopt/__init__.py
argopt/_argopt.py
argopt/_dist_ver.py
argopt/_docopt.py
argopt/_utils.py
argopt.egg-info/PKG-INFO
argopt.egg-info/SOURCES.txt
argopt.egg-info/dependency_links.txt
argopt.egg-info/requires.txt
argopt.egg-info/top_level.txt
examples/demo_advanced.py
examples/demo_basic.py
examples/demo_basic_docopt.py
tests/tests_argopt.py
tests/tests_utils.py