Metadata-Version: 2.1
Name: instrumented-soap
Version: 2.0.0
Summary: Wrapper around suds-jurko that adds improved proxy support and testing tools.
Home-page: https://gitlab.com/thelabnyc/instrumented-soap
Author: Craig Weber
Author-email: crgwbr@gmail.com
License: ISC
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.md
Requires-Dist: Django>=1.11
Requires-Dist: suds-jurko>=0.6
Requires-Dist: requests>=2.9.1
Provides-Extra: development
Requires-Dist: flake8>=3.2.1; extra == "development"
Requires-Dist: tox>=2.6.0; extra == "development"
Requires-Dist: sphinx>=1.6.5; extra == "development"
Requires-Dist: sphinx-rtd-theme>=0.4.3; extra == "development"

Instrumented SOAP
=================

|  |license| |kit| |format| |downloads|

.. |license| image:: https://img.shields.io/pypi/l/instrumented-soap.svg
    :target: https://pypi.python.org/pypi/instrumented-soap
.. |kit| image:: https://badge.fury.io/py/instrumented-soap.svg
    :target: https://pypi.python.org/pypi/instrumented-soap
.. |format| image:: https://img.shields.io/pypi/format/instrumented-soap.svg
    :target: https://pypi.python.org/pypi/instrumented-soap
.. |downloads| image:: https://img.shields.io/pypi/dm/instrumented-soap.svg?maxAge=2592000
    :target: https://pypi.python.org/pypi/instrumented-soap


What's instrumented-soap?
-------------------------

This package is a thin wrapper around the `suds-jurko <https://bitbucket.org/jurko/suds>`_ library that adds several useful features.

- Improved HTTP proxy support for SOAP Transports.
- Useful SOAP API mocking and unit-testing tools.

**Full Documentation**: https://instrumented-soap.readthedocs.io
