LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
argly/__init__.py
argly/__main__.py
argly/_parser.py
argly/app.py
argly/cli.py
argly/compiler.py
argly/declarations.py
argly/helpgen.py
argly/py.typed
argly/schema.py
argly.egg-info/PKG-INFO
argly.egg-info/SOURCES.txt
argly.egg-info/dependency_links.txt
argly.egg-info/entry_points.txt
argly.egg-info/requires.txt
argly.egg-info/top_level.txt
benchmarks/bench.py
examples/__init__.py
examples/remote_cli/__init__.py
examples/remote_cli/__main__.py
examples/remote_cli/generated.py
examples/remote_cli/commands/__init__.py
examples/remote_cli/commands/remote.py
examples/remote_cli/commands/root.py
tests/test_compiler.py
tests/test_helpgen.py
tests/test_parser.py