Metadata-Version: 2.1
Name: instrumented-soap
Version: 2.1.2b3
Summary: Wrapper around suds-community that adds improved proxy support and testing tools.
Home-page: https://gitlab.com/thelabnyc/instrumented-soap
License: ISC
Author: thelab
Author-email: thelabdev@thelab.co
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: Django (>=4.2)
Requires-Dist: requests (>=2.32.3)
Requires-Dist: suds-community (>=1.1.2)
Project-URL: Repository, https://gitlab.com/thelabnyc/instrumented-soap
Description-Content-Type: text/x-rst

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 <https://suds.readthedocs.io/en/latest/index.html>`_ 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

