.coveragerc
.flake8
.gitignore
.travis.yml
CHANGES.md
LICENSE
README.md
mypy.ini
pytest.ini
setup.py
tox.ini
travis.sh
bravado_types/__init__.py
bravado_types/__main__.py
bravado_types/data_model.py
bravado_types/extract.py
bravado_types/metadata.py
bravado_types/py.typed
bravado_types/render.py
bravado_types/types.py
bravado_types.egg-info/PKG-INFO
bravado_types.egg-info/SOURCES.txt
bravado_types.egg-info/dependency_links.txt
bravado_types.egg-info/entry_points.txt
bravado_types.egg-info/not-zip-safe
bravado_types.egg-info/requires.txt
bravado_types.egg-info/top_level.txt
bravado_types/templates/header.mako
bravado_types/templates/module.py.mako
bravado_types/templates/module.pyi.mako
integration_test/README.md
integration_test/pytest.ini
integration_test/setup.py
integration_test/tox.ini
integration_test/example/.gitignore
integration_test/example/__init__.py
integration_test/tests/test_runtime.py
mypy_stubs/mako/__init__.pyi
mypy_stubs/mako/lookup.pyi
mypy_stubs/mako/template.py
tests/test_data_model.py
tests/test_extract.py
tests/test_mypy.py
tests/test_render.py
tests/test_types.py
tests/mypy/README.md
tests/mypy/minimal/.gitignore
tests/mypy/minimal/example.py
tests/mypy/minimal/minimal.yaml
tests/mypy/petstore/.gitignore
tests/mypy/petstore/bad_example.py
tests/mypy/petstore/example.py
tests/mypy/petstore/petstore.json