{ "info": { "author": "Victor Safronovich", "author_email": "vsafronovich@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "suds-passworddigest\n===================\n\nadds Web Services Security PasswordDigest authentication to SUDS\n\nInstallation\n----------------\n\ninstallation is simple\n\n pip install suds-passworddigest\n\nor\n\n pip install git+https://github.com/suvit/suds-passworddigest\n\n\nUsage\n-------------------\n\n from suds.client import Client\n from suds.wsse import Security\n\n from suds_passworddigest import UsernameDigestToken\n\n client = Client()\n security = Security()\n token = UsernameDigestToken('my_username', 'my_pass')\n security.tokens.append(token)\n client.set_options(wsse=security)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/suvit/suds-passworddigest", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "suds_passworddigest", "package_url": "https://pypi.org/project/suds_passworddigest/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/suds_passworddigest/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/suvit/suds-passworddigest" }, "release_url": "https://pypi.org/project/suds_passworddigest/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "adds Web Services Security PasswordDigest authentication to SUDS", "version": "0.1.2" }, "last_serial": 800226, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1b4b1dca23ed03b1b1d1df3adc687770", "sha256": "1885c50ec9f6b87887dd3dd3debc575798beb8f91f9dac3b6657bb023d17b448" }, "downloads": -1, "filename": "suds_passworddigest-0.1.0.zip", "has_sig": false, "md5_digest": "1b4b1dca23ed03b1b1d1df3adc687770", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4836, "upload_time": "2013-01-07T06:41:57", "url": "https://files.pythonhosted.org/packages/5e/41/57beeb2d58b62c26993115cdf1e8db0b59c8ad0a038e700bedcea1bf77a2/suds_passworddigest-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "09f35d6e95917ad5b372eb105dd6fe7b", "sha256": "60592c5ef5c404e3e054ddd1f1f7242c9f229665e747bdf4cc1c7b2ba2da3d6c" }, "downloads": -1, "filename": "suds_passworddigest-0.1.1.zip", "has_sig": false, "md5_digest": "09f35d6e95917ad5b372eb105dd6fe7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5571, "upload_time": "2013-01-09T05:02:09", "url": "https://files.pythonhosted.org/packages/ac/b3/487b639073f7edb718433fd065a2bf93d17ecce389355e1424a2306c1633/suds_passworddigest-0.1.1.zip" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "a5836d0b8023cb2587636d0ea77c9c8d", "sha256": "6a3b081bdaff58d3d75662aaa90c144843e47ec509156fcc93ed04cbfc8b2b5a" }, "downloads": -1, "filename": "suds_passworddigest-0.1.2.zip", "has_sig": false, "md5_digest": "a5836d0b8023cb2587636d0ea77c9c8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5588, "upload_time": "2013-01-14T12:19:17", "url": "https://files.pythonhosted.org/packages/c0/4b/3a7bfb60ec93467c8bd0cd23262a871e50a093171d7e7caf2a39aebe7cd6/suds_passworddigest-0.1.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a5836d0b8023cb2587636d0ea77c9c8d", "sha256": "6a3b081bdaff58d3d75662aaa90c144843e47ec509156fcc93ed04cbfc8b2b5a" }, "downloads": -1, "filename": "suds_passworddigest-0.1.2.zip", "has_sig": false, "md5_digest": "a5836d0b8023cb2587636d0ea77c9c8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5588, "upload_time": "2013-01-14T12:19:17", "url": "https://files.pythonhosted.org/packages/c0/4b/3a7bfb60ec93467c8bd0cd23262a871e50a093171d7e7caf2a39aebe7cd6/suds_passworddigest-0.1.2.zip" } ] }