MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
test_requirements.txt
argschema/__init__.py
argschema/argschema_parser.py
argschema/autodoc.py
argschema/schemas.py
argschema/utils.py
argschema/validate.py
argschema.egg-info/PKG-INFO
argschema.egg-info/SOURCES.txt
argschema.egg-info/dependency_links.txt
argschema.egg-info/requires.txt
argschema.egg-info/top_level.txt
argschema/fields/__init__.py
argschema/fields/files.py
argschema/fields/loglevel.py
argschema/fields/numpyarrays.py
argschema/fields/slice.py
argschema/sources/__init__.py
argschema/sources/json_source.py
argschema/sources/source.py
argschema/sources/url_source.py
argschema/sources/yaml_source.py
test/test_argschema_parser.py
test/test_autodoc.py
test/test_cli_overrides.py
test/test_first_test.py
test/test_nested_examples.py
test/test_output.py
test/test_utils.py
test/test_validate.py