.coveragerc
.gitignore
.travis.yml
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
Makefile
README.rst
mktag
nose.cfg
requirements.txt
setup.cfg
setup.py
asyncswagger11/__init__.py
asyncswagger11/client.py
asyncswagger11/codegen.py
asyncswagger11/http_client.py
asyncswagger11/processors.py
asyncswagger11/swagger_model.py
asyncswagger11.egg-info/PKG-INFO
asyncswagger11.egg-info/SOURCES.txt
asyncswagger11.egg-info/dependency_links.txt
asyncswagger11.egg-info/entry_points.txt
asyncswagger11.egg-info/requires.txt
asyncswagger11.egg-info/top_level.txt
ci/rtd-requirements.txt
ci/test-requirements.txt
ci/travis.sh
doc/.gitignore
doc/Makefile
doc/source/aioswagger11.client.rst
doc/source/aioswagger11.rst
doc/source/conf.py
doc/source/index.rst
doc/source/modules.rst
doc/source/_static/.keep
doc/source/_templates/.keep
test-data/1.1/missing_resource/resources.json
test-data/1.1/simple/resources.json
test-data/1.1/simple/simple.json
tests/__init__.py
tests/client_test.py
tests/conftest.py
tests/http_client_test.py
tests/loader_test.py
tests/util_test.py