{ "info": { "author": "Michael van Tellingen", "author_email": "michaelvantellingen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "========================\nZeep: Python SOAP client \n========================\n\nA fast and modern Python SOAP client\n\nHighlights:\n * Compatible with Python 2.7, 3.3, 3.4, 3.5, 3.6 and PyPy\n * Build on top of lxml and requests\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 tornado async transport via gen.coroutine (Python 2.7+)\n * Support for asyncio via aiohttp (Python 3.5+)\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\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 \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\nI'm also able to offer commercial support. As in contracting work. Please\ncontact me at info@mvantellingen.nl for more information. Note that asking \nquestions or reporting bugs via this e-mail address will be ignored. Pleae use\nthe appropriate channels for that (e.g. stackoverflow)\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://docs.python-zeep.org", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "python-zeep", "package_url": "https://pypi.org/project/python-zeep/", "platform": "", "project_url": "https://pypi.org/project/python-zeep/", "project_urls": { "Homepage": "http://docs.python-zeep.org" }, "release_url": "https://pypi.org/project/python-zeep/3.1.0/", "requires_dist": [ "appdirs (>=1.4.0)", "attrs (>=17.2.0)", "cached-property (>=1.3.0)", "defusedxml (>=0.4.1)", "isodate (>=0.5.4)", "lxml (>=3.1.0)", "requests (>=2.7.0)", "requests-toolbelt (>=0.7.1)", "six (>=1.9.0)", "pytz", "aiohttp (>=1.0); extra == 'async'", "sphinx (>=1.4.0); extra == 'docs'", "freezegun (==0.3.8); extra == 'test'", "mock (==2.0.0); extra == 'test'", "pretend (==1.0.8); extra == 'test'", "pytest-cov (==2.5.1); extra == 'test'", "pytest (==3.1.3); extra == 'test'", "requests-mock (>=0.7.0); extra == 'test'", "pytest-tornado (==0.4.5); extra == 'test'", "isort (==4.2.15); extra == 'test'", "flake8 (==3.3.0); extra == 'test'", "flake8-blind-except (==0.1.1); extra == 'test'", "flake8-debugger (==1.4.0); extra == 'test'", "flake8-imports (==0.1.1); extra == 'test'", "aioresponses (>=0.4.1); extra == 'test'", "tornado (<5,>=4.0.2); extra == 'tornado'", "xmlsec (>=0.6.1); extra == 'xmlsec'" ], "requires_python": "", "summary": "A modern/fast Python SOAP client based on lxml / requests", "version": "3.1.0" }, "last_serial": 4305609, "releases": { "3.1.0": [ { "comment_text": "", "digests": { "md5": "3412027ccc292fb2c87911dc9d52c8d9", "sha256": "31e11c6662e9ec335236bb5607ba68be4a67de4c3953dab0caee4b19a382ebef" }, "downloads": -1, "filename": "python_zeep-3.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3412027ccc292fb2c87911dc9d52c8d9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 97201, "upload_time": "2018-09-24T17:59:27", "url": "https://files.pythonhosted.org/packages/b7/dd/3b0841557c2bdb204eabd4234d6305bac1fc093a25daafd7e26264cabbaa/python_zeep-3.1.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3412027ccc292fb2c87911dc9d52c8d9", "sha256": "31e11c6662e9ec335236bb5607ba68be4a67de4c3953dab0caee4b19a382ebef" }, "downloads": -1, "filename": "python_zeep-3.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3412027ccc292fb2c87911dc9d52c8d9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 97201, "upload_time": "2018-09-24T17:59:27", "url": "https://files.pythonhosted.org/packages/b7/dd/3b0841557c2bdb204eabd4234d6305bac1fc093a25daafd7e26264cabbaa/python_zeep-3.1.0-py2.py3-none-any.whl" } ] }