.gitignore
.landscape.yaml
.travis.yml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
PEOPLE
README.rst
run_tests.sh
setup.py
tox.ini
bin/_preamble.py
bin/build_schema.py
bin/distribute_setup.py
bin/sort_wsdl.py
doc/Makefile
doc/gendoc.sh
doc/make.bat
doc/source/conf.py
doc/source/faq.rst
doc/source/history.rst
doc/source/index.rst
doc/source/migration.rst
doc/source/tests.rst
doc/source/.static/placeholder.txt
doc/source/.templates/placeholder.txt
doc/source/manual/01_highlevel.rst
doc/source/manual/02_helloworld.rst
doc/source/manual/03_types.rst
doc/source/manual/04_usermanager.rst
doc/source/manual/05-01_sqlalchemy.rst
doc/source/manual/05-02_validation.rst
doc/source/manual/05-03_django.rst
doc/source/manual/06_metadata.rst
doc/source/manual/07_t_and_p.rst
doc/source/manual/index.rst
doc/source/reference/application.rst
doc/source/reference/auxproc.rst
doc/source/reference/base.rst
doc/source/reference/client.rst
doc/source/reference/decorator.rst
doc/source/reference/error.rst
doc/source/reference/index.rst
doc/source/reference/interface.rst
doc/source/reference/service.rst
doc/source/reference/util.rst
doc/source/reference/model/binary.rst
doc/source/reference/model/complex.rst
doc/source/reference/model/enum.rst
doc/source/reference/model/fault.rst
doc/source/reference/model/index.rst
doc/source/reference/model/primitive.rst
doc/source/reference/model/sql.rst
doc/source/reference/protocol/base.rst
doc/source/reference/protocol/dictdoc.rst
doc/source/reference/protocol/http.rst
doc/source/reference/protocol/index.rst
doc/source/reference/protocol/json.rst
doc/source/reference/protocol/msgpack.rst
doc/source/reference/protocol/soap.rst
doc/source/reference/protocol/xml.rst
doc/source/reference/server/django.rst
doc/source/reference/server/index.rst
doc/source/reference/server/null.rst
doc/source/reference/server/pyramid.rst
doc/source/reference/server/twisted.rst
doc/source/reference/server/wsgi.rst
doc/source/reference/server/zeromq.rst
examples/arrays_simple_vs_complex.py
examples/async.py
examples/auxproc.py
examples/complex.py
examples/custom_type.py
examples/dict_skip.py
examples/events.py
examples/existing_api.py
examples/helloworld_http.py
examples/helloworld_null.py
examples/helloworld_soap.py
examples/helloworld_soap_bare.py
examples/helloworld_soap_suds_client.py
examples/log.py
examples/override.py
examples/queue.py
examples/sql_crud.py
examples/sql_crud_simple.py
examples/validation.py
examples/authentication/client_suds.py
examples/authentication/server_soap.py
examples/authentication/http_cookie/client_suds.py
examples/authentication/http_cookie/server_soap.py
examples/cherry/wsgi.py
examples/cloth/push.py
examples/cloth/simple.py
examples/django/manage.py
examples/django/rpctest/__init__.py
examples/django/rpctest/settings.py
examples/django/rpctest/urls.py
examples/django/rpctest/core/__init__.py
examples/django/rpctest/core/models.py
examples/django/rpctest/core/tests.py
examples/django/rpctest/core/views.py
examples/file_manager/server.py
examples/file_manager/soap_server.py
examples/file_manager/suds_client.py
examples/file_manager/static/index.html
examples/file_manager/static/simple/index.html
examples/flask/README.rst
examples/flask/manage.py
examples/flask/settings.py
examples/flask/apps/__init__.py
examples/flask/apps/flasked.py
examples/flask/apps/spyned.py
examples/msgpack_transport/client_json_document.py
examples/msgpack_transport/client_msgpack_document.py
examples/msgpack_transport/server_json_document.py
examples/msgpack_transport/server_msgpack_document.py
examples/multiple_protocols/clock.svg
examples/multiple_protocols/protocol.py
examples/multiple_protocols/server.py
examples/multiple_protocols/presentation/Makefile
examples/multiple_protocols/presentation/get_utc_time.svg
examples/multiple_protocols/presentation/pres.tex
examples/pyramid/helloworld_http.py
examples/template/.gitignore
examples/template/README.rst
examples/template/setup.py
examples/template/template/__init__.py
examples/template/template/application.py
examples/template/template/context.py
examples/template/template/db.py
examples/template/template/main.py
examples/template/template/service.py
examples/template/template/entity/__init__.py
examples/template/template/entity/user.py
examples/template/template/test/__init__.py
examples/template/template/test/test_sample.py
examples/twisted/resource.py
examples/twisted/resource_push.py
examples/twisted/wsgi.py
examples/user_manager/server_basic.py
examples/user_manager/server_sqlalchemy.py
examples/user_manager/spyne_client.py
examples/user_manager/suds_client.py
examples/xml/polymorphic_array.py
examples/xml/polymorphism.py
examples/xml/schema.py
examples/xml/utils.py
examples/xml/validation_error/README
examples/xml/validation_error/inst.xml
examples/xml/validation_error/py_output
examples/xml/validation_error/schema.xsd
examples/xml/validation_error/sh_output
examples/xml/validation_error/some_file
examples/xml/validation_error/validation_internal_error.py
examples/xml/validation_error/validation_internal_error.sh
examples/zeromq/app.py
examples/zeromq/client.py
examples/zeromq/server.py
requirements/test_django_req.txt
requirements/test_requirements.txt
requirements/test_requirements_py26.txt
spyne/__init__.py
spyne/_base.py
spyne/application.py
spyne/decorator.py
spyne/error.py
spyne/service.py
spyne.egg-info/PKG-INFO
spyne.egg-info/SOURCES.txt
spyne.egg-info/dependency_links.txt
spyne.egg-info/entry_points.txt
spyne.egg-info/not-zip-safe
spyne.egg-info/requires.txt
spyne.egg-info/top_level.txt
spyne/auxproc/__init__.py
spyne/auxproc/_base.py
spyne/auxproc/sync.py
spyne/auxproc/thread.py
spyne/client/__init__.py
spyne/client/_base.py
spyne/client/django.py
spyne/client/http.py
spyne/client/zeromq.py
spyne/client/twisted/__init__.py
spyne/const/__init__.py
spyne/const/ansi_color.py
spyne/const/http.py
spyne/const/xml.py
spyne/const/xml_ns.py
spyne/interface/__init__.py
spyne/interface/_base.py
spyne/interface/wsdl/__init__.py
spyne/interface/wsdl/defn.py
spyne/interface/wsdl/wsdl11.py
spyne/interface/xml_schema/__init__.py
spyne/interface/xml_schema/_base.py
spyne/interface/xml_schema/defn.py
spyne/interface/xml_schema/genpy.py
spyne/interface/xml_schema/model.py
spyne/interface/xml_schema/parser.py
spyne/model/__init__.py
spyne/model/_base.py
spyne/model/binary.py
spyne/model/complex.py
spyne/model/enum.py
spyne/model/fault.py
spyne/model/table.py
spyne/model/primitive/__init__.py
spyne/model/primitive/_base.py
spyne/model/primitive/datetime.py
spyne/model/primitive/network.py
spyne/model/primitive/number.py
spyne/model/primitive/spatial.py
spyne/model/primitive/string.py
spyne/model/primitive/xml.py
spyne/protocol/__init__.py
spyne/protocol/_base.py
spyne/protocol/_inbase.py
spyne/protocol/_outbase.py
spyne/protocol/csv.py
spyne/protocol/http.py
spyne/protocol/json.py
spyne/protocol/msgpack.py
spyne/protocol/xml.py
spyne/protocol/yaml.py
spyne/protocol/cloth/__init__.py
spyne/protocol/cloth/_base.py
spyne/protocol/cloth/to_cloth.py
spyne/protocol/cloth/to_parent.py
spyne/protocol/dictdoc/__init__.py
spyne/protocol/dictdoc/_base.py
spyne/protocol/dictdoc/hier.py
spyne/protocol/dictdoc/simple.py
spyne/protocol/html/__init__.py
spyne/protocol/html/_base.py
spyne/protocol/html/microformat.py
spyne/protocol/html/pretty.py
spyne/protocol/html/table.py
spyne/protocol/html/template.py
spyne/protocol/soap/__init__.py
spyne/protocol/soap/mime.py
spyne/protocol/soap/soap11.py
spyne/protocol/soap/soap12.py
spyne/server/__init__.py
spyne/server/_base.py
spyne/server/django.py
spyne/server/http.py
spyne/server/msgpack.py
spyne/server/null.py
spyne/server/pyramid.py
spyne/server/wsgi.py
spyne/server/zeromq.py
spyne/server/twisted/__init__.py
spyne/server/twisted/_base.py
spyne/server/twisted/http.py
spyne/server/twisted/msgpack.py
spyne/server/twisted/websocket.py
spyne/store/__init__.py
spyne/store/relational/__init__.py
spyne/store/relational/_base.py
spyne/store/relational/document.py
spyne/store/relational/simple.py
spyne/store/relational/spatial.py
spyne/store/relational/util.py
spyne/test/README.rst
spyne/test/__init__.py
spyne/test/regen_wsdl.py
spyne/test/sort_wsdl.py
spyne/test/test_null_server.py
spyne/test/test_service.py
spyne/test/test_soft_validation.py
spyne/test/test_sqlalchemy.py
spyne/test/test_sqlalchemy_deprecated.py
spyne/test/test_util.py
spyne/test/wsdl.xml
spyne/test/interface/__init__.py
spyne/test/interface/test_interface.py
spyne/test/interface/test_wsgi.py
spyne/test/interface/test_xml_schema.py
spyne/test/interface/wsdl/__init__.py
spyne/test/interface/wsdl/defult_services.py
spyne/test/interface/wsdl/port_service_services.py
spyne/test/interface/wsdl/test_bindings.py
spyne/test/interface/wsdl/test_default_wsdl.py
spyne/test/interface/wsdl/test_op_req_suffix.py
spyne/test/interface/wsdl/test_wsdl_ports_services.py
spyne/test/interop/__init__.py
spyne/test/interop/_test_soap_client_base.py
spyne/test/interop/test_django.py
spyne/test/interop/test_httprpc.py
spyne/test/interop/test_msgpackrpc_client_http.py
spyne/test/interop/test_pyramid.py
spyne/test/interop/test_rpc.rb
spyne/test/interop/test_soap_client_http.py
spyne/test/interop/test_soap_client_http_twisted.py
spyne/test/interop/test_soap_client_zeromq.py
spyne/test/interop/test_suds.py
spyne/test/interop/test_wsi.py
spyne/test/interop/wsi-report-spyne.xml
spyne/test/interop/server/__init__.py
spyne/test/interop/server/_service.py
spyne/test/interop/server/httprpc_csv_basic.py
spyne/test/interop/server/httprpc_pod_basic.py
spyne/test/interop/server/httprpc_pod_basic_twisted.py
spyne/test/interop/server/msgpackrpc_http_basic.py
spyne/test/interop/server/soap11/__init__.py
spyne/test/interop/server/soap11/httprpc_soap_basic.py
spyne/test/interop/server/soap11/soap_http_basic.py
spyne/test/interop/server/soap11/soap_http_basic_twisted.py
spyne/test/interop/server/soap11/soap_http_static.py
spyne/test/interop/server/soap11/soap_zeromq.py
spyne/test/interop/server/soap12/__init__.py
spyne/test/interop/server/soap12/httprpc_soap_basic.py
spyne/test/interop/server/soap12/soap_http_basic.py
spyne/test/interop/server/soap12/soap_http_basic_twisted.py
spyne/test/interop/server/soap12/soap_http_static.py
spyne/test/interop/server/soap12/soap_zeromq.py
spyne/test/model/__init__.py
spyne/test/model/test_binary.py
spyne/test/model/test_complex.py
spyne/test/model/test_enum.py
spyne/test/model/test_exception.py
spyne/test/model/test_include.py
spyne/test/model/test_primitive.py
spyne/test/multipython/__init__.py
spyne/test/multipython/model/__init__.py
spyne/test/multipython/model/test_complex.py
spyne/test/protocol/__init__.py
spyne/test/protocol/_test_dictdoc.py
spyne/test/protocol/test_cloth.py
spyne/test/protocol/test_html_microformat.py
spyne/test/protocol/test_html_table.py
spyne/test/protocol/test_http.py
spyne/test/protocol/test_json.py
spyne/test/protocol/test_msgpack.py
spyne/test/protocol/test_soap11.py
spyne/test/protocol/test_soap12.py
spyne/test/protocol/test_xml.py
spyne/test/protocol/test_yaml.py
spyne/test/transport/__init__.py
spyne/test/transport/test_msgpack.py
spyne/util/__init__.py
spyne/util/_twisted_ws.py
spyne/util/appreg.py
spyne/util/cdict.py
spyne/util/cherry.py
spyne/util/color.py
spyne/util/dictdoc.py
spyne/util/django.py
spyne/util/dynint.py
spyne/util/email.py
spyne/util/etreeconv.py
spyne/util/fileproxy.py
spyne/util/http.py
spyne/util/invregexp.py
spyne/util/meta.py
spyne/util/odict.py
spyne/util/protocol.py
spyne/util/simple.py
spyne/util/six.py
spyne/util/tdict.py
spyne/util/test.py
spyne/util/toposort.py
spyne/util/web.py
spyne/util/wsgi_wrapper.py
spyne/util/xml.py
spyne/util/oset/__init__.py
spyne/util/oset/new.py
spyne/util/oset/old.py