LICENSE
MANIFEST.in
setup.py
docs/Makefile
docs/adapters.rst
docs/complete_reference.rst
docs/conf.py
docs/context.rst
docs/function.rst
docs/function_manager.rst
docs/getting_started_part_1.rst
docs/getting_started_part_2.rst
docs/index.rst
docs/integration_tests.rst
docs/introduction.rst
docs/libpeerconnection.log
docs/make.bat
docs/protocol.rst
docs/request_response.rst
docs/running_tests.rst
docs/server.rst
docs/test_bench.rst
docs/working_with_pyws.rst
examples/Makefile.common
examples/__init__.py
examples/api_settings.py
examples/api_settings.pyc
examples/authenticate.py
examples/authenticate.pyc
examples/functions.py
examples/functions.pyc
examples/server.py
examples/server.pyc
examples/server_dirs
examples/_django/Makefile
examples/_django/__init__.py
examples/_django/__init__.pyc
examples/_django/manage.py
examples/_django/settings.py
examples/_django/settings.pyc
examples/_django/test_form.py
examples/_django/test_form.pyc
examples/_django/urls.py
examples/_django/urls.pyc
examples/_django/templates/test_form.html
examples/_twisted/__init__.py
examples/_wsgi/Makefile
examples/_wsgi/__init__.py
src/pyws/__init__.py
src/pyws/errors.py
src/pyws/request.py
src/pyws/response.py
src/pyws/server.py
src/pyws/settings.py
src/pyws/utils.py
src/pyws.egg-info/PKG-INFO
src/pyws.egg-info/SOURCES.txt
src/pyws.egg-info/dependency_links.txt
src/pyws.egg-info/requires.txt
src/pyws.egg-info/top_level.txt
src/pyws/adapters/__init__.py
src/pyws/adapters/_django.py
src/pyws/adapters/_twisted.py
src/pyws/adapters/_wsgi.py
src/pyws/functions/__init__.py
src/pyws/functions/managers.py
src/pyws/functions/register.py
src/pyws/functions/args/__init__.py
src/pyws/functions/args/field.py
src/pyws/functions/args/types/__init__.py
src/pyws/functions/args/types/base.py
src/pyws/functions/args/types/complex.py
src/pyws/functions/args/types/simple.py
src/pyws/protocols/__init__.py
src/pyws/protocols/base.py
src/pyws/protocols/rest.py
src/pyws/protocols/soap/__init__.py
src/pyws/protocols/soap/utils.py
src/pyws/protocols/soap/wsdl.py
src/pyws/protocols/soap/xsd.py
tests/Makefile
tests/Makefile.common
tests/run_doctests.py
tests/java/Makefile
tests/java/Makefile.common
tests/java/axis/Makefile
tests/java/axis/testcases/AddFloatsTestCase.java
tests/java/axis/testcases/AddIntegerDictsTestCase.java
tests/java/axis/testcases/AddIntegerListsTestCase.java
tests/java/axis/testcases/AddIntegersTestCase.java
tests/java/axis/testcases/AddSimpleTestCase.java
tests/java/axis/testcases/AddStringDictsTestCase.java
tests/java/axis/testcases/AddStringListsTestCase.java
tests/java/axis/testcases/FlipBoolTestCase.java
tests/java/axis/testcases/GetTreeTestCase.java
tests/java/axis/testcases/NeedsAuthTestCase.java
tests/java/axis/testcases/NextMonthTestCase.java
tests/java/axis/testcases/RaisesExceptionTestCase.java
tests/java/axis/testcases/SumTreeTestCase.java
tests/java/axis/testcases/TestServiceTestCase.java
tests/java/ws-i/bp11/Makefile
tests/java/ws-i/bp11/config.xml
tests/java/ws-i/bp12/Makefile
tests/java/ws-i/bp12/testlogtpl.xml
tests/java/ws-i/bp12/xslt.sh
tests/mono/Makefile
tests/mono/testcases/AddFloatsTest.cs
tests/mono/testcases/AddIntegerDictsTest.cs
tests/mono/testcases/AddIntegerListsTest.cs
tests/mono/testcases/AddIntegersTest.cs
tests/mono/testcases/AddSimpleTest.cs
tests/mono/testcases/AddStringDictsTest.cs
tests/mono/testcases/AddStringListsTest.cs
tests/mono/testcases/FlipBooleanTest.cs
tests/mono/testcases/GetTreeTest.cs
tests/mono/testcases/NeedsAuthTest.cs
tests/mono/testcases/NextMonthTest.cs
tests/mono/testcases/RaisesExceptionTest.cs
tests/mono/testcases/SumTreeTest.cs
tests/mono/testcases/TestServiceTest.cs
tests/php/Makefile
tests/php/testcases/AddFloatsTest.php
tests/php/testcases/AddIntegerDictsTest.php
tests/php/testcases/AddIntegerListsTest.php
tests/php/testcases/AddIntegersTest.php
tests/php/testcases/AddSimpleTest.php
tests/php/testcases/AddStringDictsTest.php
tests/php/testcases/AddStringListsTest.php
tests/php/testcases/FlipBooleanTest.php
tests/php/testcases/GetTreeTest.php
tests/php/testcases/NeedsContextTest.php
tests/php/testcases/NextMonthTest.php
tests/php/testcases/RaisesExceptionTest.php
tests/php/testcases/SumTreeTest.php
tests/php/testcases/base.php
tests/python/Makefile
tests/python/rest/Makefile
tests/python/rest/__init__.py
tests/python/rest/client.py
tests/python/rest/client.pyc
tests/python/rest/testcases/__init__.py
tests/python/rest/testcases/__init__.pyc
tests/python/rest/testcases/test_add_integer_lists.py
tests/python/rest/testcases/test_add_integer_lists.pyc
tests/python/rest/testcases/test_add_integers.py
tests/python/rest/testcases/test_add_integers.pyc
tests/python/rest/testcases/test_add_simple.py
tests/python/rest/testcases/test_add_simple.pyc
tests/python/rest/testcases/test_flip_bool.py
tests/python/rest/testcases/test_flip_bool.pyc
tests/python/rest/testcases/test_next_month.py
tests/python/rest/testcases/test_next_month.pyc
tests/python/suds/Makefile
tests/python/suds/__init__.py
tests/python/suds/factory.py
tests/python/suds/factory.pyc
tests/python/suds/testcases/__init__.py
tests/python/suds/testcases/__init__.pyc
tests/python/suds/testcases/base.py
tests/python/suds/testcases/base.pyc
tests/python/suds/testcases/test_add_floats.py
tests/python/suds/testcases/test_add_floats.pyc
tests/python/suds/testcases/test_add_integer_dicts.py
tests/python/suds/testcases/test_add_integer_dicts.pyc
tests/python/suds/testcases/test_add_integer_lists.py
tests/python/suds/testcases/test_add_integer_lists.pyc
tests/python/suds/testcases/test_add_integers.py
tests/python/suds/testcases/test_add_integers.pyc
tests/python/suds/testcases/test_add_simple.py
tests/python/suds/testcases/test_add_simple.pyc
tests/python/suds/testcases/test_add_string_dicts.py
tests/python/suds/testcases/test_add_string_dicts.pyc
tests/python/suds/testcases/test_add_string_lists.py
tests/python/suds/testcases/test_add_string_lists.pyc
tests/python/suds/testcases/test_flip_bool.py
tests/python/suds/testcases/test_flip_bool.pyc
tests/python/suds/testcases/test_get_tree.py
tests/python/suds/testcases/test_get_tree.pyc
tests/python/suds/testcases/test_needs_auth.py
tests/python/suds/testcases/test_needs_auth.pyc
tests/python/suds/testcases/test_next_month.py
tests/python/suds/testcases/test_next_month.pyc
tests/python/suds/testcases/test_raises_exception.py
tests/python/suds/testcases/test_raises_exception.pyc
tests/python/suds/testcases/test_sum_tree.py
tests/python/suds/testcases/test_sum_tree.pyc