.hgignore
CODE_OF_CONDUCT.md
DESCRIPTION.rst
LICENSE.md
MANIFEST.in
README.rst
setup.cfg
setup.py
ArgParseInator.egg-info/PKG-INFO
ArgParseInator.egg-info/SOURCES.txt
ArgParseInator.egg-info/dependency_links.txt
ArgParseInator.egg-info/top_level.txt
argparseinator/__init__.py
argparseinator/__main__.py
argparseinator/exceptions.py
argparseinator/sphinx_extensions.py
argparseinator/utils.py
argparseinator/skeleton/standalone/project.py
argparseinator/skeleton/standalone/project/__init__.py
argparseinator/skeleton/standalone/project/commands.py
argparseinator/skeleton/submodules/project.py
argparseinator/skeleton/submodules/project/__init__.py
argparseinator/skeleton/submodules/project/commands.py
argparseinator/skeleton/submodules/submodule/__init__.py
argparseinator/skeleton/submodules/submodule/commands.py
argparseinator/skeleton/subprojects/project.py
argparseinator/skeleton/subprojects/project/__init__.py
argparseinator/skeleton/subprojects/project/utils.py
argparseinator/skeleton/subprojects/submodule/__init__.py
argparseinator/skeleton/subprojects/submodule/commands.py
docs/Makefile
docs/examples.rst
docs/index.rst
docs/init_samples.rst
docs/pets.txt
docs/source/argparseinated.rst
docs/source/argparseinator.rst
docs/source/conf.py
docs/source/decorators.rst
docs/source/events.rst
docs/source/getting_started.rst
docs/source/index.rst
docs/source/spelling_wordlist.txt
docs/source/utils.rst
docs/source/within_classes.rst
docs/source/examples/index.rst
docs/source/examples/multi_module.rst
docs/source/examples/silly_config.rst
docs/source/examples/simple_http_request.rst
docs/source/examples/simple_http_request_subclassed.rst
docs/source/examples/stand_alone.rst
docs/source/examples/submodules.rst
examples/apitest.py
examples/config.py
examples/config.yaml
examples/config.zip
examples/httprequest.py
examples/httprequest2.py
examples/multicommand.py
examples/multicommand.zip
examples/script1.py
examples/commands/__init__.py
examples/commands/admin.py
examples/commands/user.py
examples/greets/greets.py
examples/greets/greets/__init__.py
examples/greets/greets/commands.py
examples/pets/pets.py
examples/pets/bird/__init__.py
examples/pets/bird/commands.py
examples/pets/cat/__init__.py
examples/pets/cat/commands.py
examples/pets/dog/__init__.py
examples/pets/dog/commands.py
examples/pets/pets/__init__.py
examples/pets/pets/commands.py