zeep


Namezeep JSON
Version 4.2.1 PyPI version JSON
download
home_pagehttps://docs.python-zeep.org
SummaryA Python SOAP client
upload_time2022-11-20 20:37:27
maintainer
docs_urlNone
authorMichael van Tellingen
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
Zeep: Python SOAP client
========================

A Python SOAP client

Highlights:
 * Compatible with Python 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy3
 * Build on top of lxml, requests and httpx
 * Support for Soap 1.1, Soap 1.2 and HTTP bindings
 * Support for WS-Addressing headers
 * Support for WSSE (UserNameToken / x.509 signing)
 * Support for asyncio using the httpx module
 * Experimental support for XOP messages


Please see for more information the documentation at
http://docs.python-zeep.org/




Installation
------------

.. code-block:: bash

    pip install zeep

Note that the latest version to support Python 2.7, 3.3, 3.4 and 3.5 is Zeep
3.4, install via `pip install zeep==3.4.0`

Zeep uses the lxml library for parsing xml. See
https://lxml.de/installation.html for the installation requirements.

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

    from zeep import Client

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


To quickly inspect a WSDL file use::

    python -m zeep <url-to-wsdl>


Please see the documentation at http://docs.python-zeep.org for more
information.


Support
=======

If you want to report a bug then please first read
http://docs.python-zeep.org/en/master/reporting_bugs.html

Please only report bugs and not support requests to the GitHub issue tracker.



            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.python-zeep.org",
    "name": "zeep",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Michael van Tellingen",
    "author_email": "michaelvantellingen@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fd/a4/8fa2337f1807fd9e671b85980b2c90052d524edf9d39b515aed4c5874c38/zeep-4.2.1.tar.gz",
    "platform": null,
    "description": "========================\nZeep: Python SOAP client\n========================\n\nA Python SOAP client\n\nHighlights:\n * Compatible with Python 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy3\n * Build on top of lxml, requests and httpx\n * Support for Soap 1.1, Soap 1.2 and HTTP bindings\n * Support for WS-Addressing headers\n * Support for WSSE (UserNameToken / x.509 signing)\n * Support for asyncio using the httpx module\n * Experimental support for XOP messages\n\n\nPlease see for more information the documentation at\nhttp://docs.python-zeep.org/\n\n\n\n\nInstallation\n------------\n\n.. code-block:: bash\n\n    pip install zeep\n\nNote that the latest version to support Python 2.7, 3.3, 3.4 and 3.5 is Zeep\n3.4, install via `pip install zeep==3.4.0`\n\nZeep uses the lxml library for parsing xml. See\nhttps://lxml.de/installation.html for the installation requirements.\n\nUsage\n-----\n.. code-block:: python\n\n    from zeep import Client\n\n    client = Client('tests/wsdl_files/example.rst')\n    client.service.ping()\n\n\nTo quickly inspect a WSDL file use::\n\n    python -m zeep <url-to-wsdl>\n\n\nPlease see the documentation at http://docs.python-zeep.org for more\ninformation.\n\n\nSupport\n=======\n\nIf you want to report a bug then please first read\nhttp://docs.python-zeep.org/en/master/reporting_bugs.html\n\nPlease only report bugs and not support requests to the GitHub issue tracker.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python SOAP client",
    "version": "4.2.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "9eec385ff4dde2b570bb12a992b09926",
                "sha256": "6754feb4c34a4b6d65fbc359252bf6654dcce3937bf1d95aae4402a60a8f5939"
            },
            "downloads": -1,
            "filename": "zeep-4.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9eec385ff4dde2b570bb12a992b09926",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 101212,
            "upload_time": "2022-11-20T20:37:26",
            "upload_time_iso_8601": "2022-11-20T20:37:26.349207Z",
            "url": "https://files.pythonhosted.org/packages/57/49/1091bd708f8892dc2ed5155bdf71ff51fcde75df137d65ac53f5d7f4fa25/zeep-4.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "14b455eef7919572eaab70ec70ce9996",
                "sha256": "72093acfdb1d8360ed400869b73fbf1882b95c4287f798084c42ee0c1ff0e425"
            },
            "downloads": -1,
            "filename": "zeep-4.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "14b455eef7919572eaab70ec70ce9996",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 161072,
            "upload_time": "2022-11-20T20:37:27",
            "upload_time_iso_8601": "2022-11-20T20:37:27.761869Z",
            "url": "https://files.pythonhosted.org/packages/fd/a4/8fa2337f1807fd9e671b85980b2c90052d524edf9d39b515aed4c5874c38/zeep-4.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-20 20:37:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "zeep"
}
        
Elapsed time: 0.01414s