.editorconfig
.gitignore
.travis.yml
CHANGES
LICENSE
Makefile
README.rst
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
examples/code39.py
examples/eu_vat_service.py
examples/km_to_miles.py
src/zeep/__init__.py
src/zeep/__main__.py
src/zeep/cache.py
src/zeep/client.py
src/zeep/exceptions.py
src/zeep/parser.py
src/zeep/transports.py
src/zeep/utils.py
src/zeep.egg-info/PKG-INFO
src/zeep.egg-info/SOURCES.txt
src/zeep.egg-info/dependency_links.txt
src/zeep.egg-info/not-zip-safe
src/zeep.egg-info/pbr.json
src/zeep.egg-info/requires.txt
src/zeep.egg-info/top_level.txt
src/zeep/wsdl/__init__.py
src/zeep/wsdl/definitions.py
src/zeep/wsdl/http.py
src/zeep/wsdl/soap.py
src/zeep/wsdl/wsdl.py
src/zeep/xsd/__init__.py
src/zeep/xsd/builtins.py
src/zeep/xsd/elements.py
src/zeep/xsd/schema.py
src/zeep/xsd/types.py
src/zeep/xsd/visitor.py
tests/__init__.py
tests/conftest.py
tests/test_cache.py
tests/test_client.py
tests/test_response.py
tests/test_wsdl.py
tests/test_xsd.py
tests/test_xsd_builtins.py
tests/test_xsd_integration.py
tests/test_xsd_visitor.py
tests/utils.py
tests/wsdl_files/http.wsdl
tests/wsdl_files/soap.wsdl
tests/wsdl_files/soap_header.wsdl