Skip to main content

A modern/fast Python SOAP client based on lxml / requests

Project description

ZEEP
====

SOAP client for Python using the lxml and requests packages. This package is
still in development. Current releases should be considered proof of concepts.

Status
------
.. image:: https://travis-ci.org/mvantellingen/python-zeep.svg?branch=master
:target: https://travis-ci.org/mvantellingen/python-zeep

.. image:: http://codecov.io/github/mvantellingen/python-zeep/coverage.svg?branch=master
:target: http://codecov.io/github/mvantellingen/python-zeep?branch=master


Usage
-----
.. code-block:: python

from zeep import Client

client = Client(wsdl='tests/wsdl_files/example.rst')
client.service.ping()


Bugs
----

If you encounter bugs then please `let me know`_. A copy of the WSDL file if
possible would be most helpful.

.. _report a bug: https://github.com/mvantellingen/python-zeep/issues

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zeep-0.1.0.tar.gz (28.4 kB view hashes)

Uploaded Source

Built Distribution

zeep-0.1.0-py2.py3-none-any.whl (26.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page