{ "info": { "author": "Julio Indriago", "author_email": "julio.indriago@bold.co", "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 :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "========================\nZeep: Python SOAP client \n========================\n\nThis is a fork of (mvantellingen/python-zeep)[https://github.com/mvantellingen/python-zeep]. For now it just runs the plugins after signing when making the request, and before when processing the response.\n\nWe did this because we needed to encrypt in those moments and we didn't saw a way to do it. So we used plugins to do it, and needed to encrypt after sign in the request and before in the response.\n\nMaybe in the future we could implement a \"Encryption Plugin\" and return the \"Normal Plugin\" execution where it belongs.\n\nA fast and modern Python SOAP client\n\nHighlights:\n * Compatible with Python 2.7, 3.3, 3.4, 3.5, 3.6, 3.7 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\nPlease only report bugs and not support requests to the GitHub issue tracker. \n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jindriago-scf/python-zeep", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "zeep-bold", "package_url": "https://pypi.org/project/zeep-bold/", "platform": "", "project_url": "https://pypi.org/project/zeep-bold/", "project_urls": { "Homepage": "https://github.com/jindriago-scf/python-zeep" }, "release_url": "https://pypi.org/project/zeep-bold/3.6.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 fork of Michael van Tellingen of python-zeep", "version": "3.6.0", "yanked": false, "yanked_reason": null }, "last_serial": 6139305, "releases": { "3.5.0": [ { "comment_text": "", "digests": { "md5": "5a27bafb2ed0339fd24099c40f09827f", "sha256": "7e01fd79c370a243bebe8da2ac35f5caefec57c12f43a4a4cf809a7d96bb3d83" }, "downloads": -1, "filename": "zeep_bold-3.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5a27bafb2ed0339fd24099c40f09827f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 101025, "upload_time": "2019-10-22T16:25:23", "upload_time_iso_8601": "2019-10-22T16:25:23.113477Z", "url": "https://files.pythonhosted.org/packages/4e/40/86fa3c64f6c0a512f12f4ddfbc069bb5ddd17e7d2127f813e680644f8900/zeep_bold-3.5.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e48eb520df0a0b9a1917ef8ca3edba85", "sha256": "aef7343dbd31b9c0f963c72fa2fada06c021831fde03613542f6893bd6dc7c07" }, "downloads": -1, "filename": "zeep-bold-3.5.0.tar.gz", "has_sig": false, "md5_digest": "e48eb520df0a0b9a1917ef8ca3edba85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 159108, "upload_time": "2019-10-22T16:25:26", "upload_time_iso_8601": "2019-10-22T16:25:26.062787Z", "url": "https://files.pythonhosted.org/packages/02/5f/a3d875e910c8f5789016d5e98f7e0a8b0d822f1441ddb167957c3827f2c6/zeep-bold-3.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.6.0": [ { "comment_text": "", "digests": { "md5": "ea26f9e206aa8ee41e8d95ad322b3255", "sha256": "8e0d96ddb6ba495ede974a738c8d50081fcedb63c474bb86444e7a322c7eb1f5" }, "downloads": -1, "filename": "zeep_bold-3.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ea26f9e206aa8ee41e8d95ad322b3255", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 101070, "upload_time": "2019-10-22T21:03:52", "upload_time_iso_8601": "2019-10-22T21:03:52.463010Z", "url": "https://files.pythonhosted.org/packages/29/6d/e710120af10794db48f6b548791bb3cf1f88b494249c58942bc61070771b/zeep_bold-3.6.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "229e5d06567c5d85208c823bfce035c2", "sha256": "1563e0fe939c2dc54e7f27c755fdc0e4499e780f1047cdd938c2547653195eb6" }, "downloads": -1, "filename": "zeep-bold-3.6.0.tar.gz", "has_sig": false, "md5_digest": "229e5d06567c5d85208c823bfce035c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 159157, "upload_time": "2019-10-22T21:03:54", "upload_time_iso_8601": "2019-10-22T21:03:54.676767Z", "url": "https://files.pythonhosted.org/packages/17/08/3aadf5a86d6603cfd7444f55008e1c091a80fcae1887f1501ee58d8eee7f/zeep-bold-3.6.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ea26f9e206aa8ee41e8d95ad322b3255", "sha256": "8e0d96ddb6ba495ede974a738c8d50081fcedb63c474bb86444e7a322c7eb1f5" }, "downloads": -1, "filename": "zeep_bold-3.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ea26f9e206aa8ee41e8d95ad322b3255", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 101070, "upload_time": "2019-10-22T21:03:52", "upload_time_iso_8601": "2019-10-22T21:03:52.463010Z", "url": "https://files.pythonhosted.org/packages/29/6d/e710120af10794db48f6b548791bb3cf1f88b494249c58942bc61070771b/zeep_bold-3.6.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "229e5d06567c5d85208c823bfce035c2", "sha256": "1563e0fe939c2dc54e7f27c755fdc0e4499e780f1047cdd938c2547653195eb6" }, "downloads": -1, "filename": "zeep-bold-3.6.0.tar.gz", "has_sig": false, "md5_digest": "229e5d06567c5d85208c823bfce035c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 159157, "upload_time": "2019-10-22T21:03:54", "upload_time_iso_8601": "2019-10-22T21:03:54.676767Z", "url": "https://files.pythonhosted.org/packages/17/08/3aadf5a86d6603cfd7444f55008e1c091a80fcae1887f1501ee58d8eee7f/zeep-bold-3.6.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }