.flake8
.gitignore
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.md
pytest.ini
setup.py
docs/SwaggerUI.jpg
examples/__init__.py
examples/catstore.py
examples/dogstore.py
examples/docs/cats_get.yml
examples/docs/cats_post.json
examples/docs/dogs_get.yml
examples/docs/dogs_post.json
starchart/__init__.py
starchart/endpoints.py
starchart/generators.py
starchart.egg-info/PKG-INFO
starchart.egg-info/SOURCES.txt
starchart.egg-info/dependency_links.txt
starchart.egg-info/requires.txt
starchart.egg-info/top_level.txt
starchart/static/index.html
starchart/static/redoc_index.html
starchart/static/swagger_index.html
tests/__init__.py
tests/test_examples.py