{ "info": { "author": "Philipp Jaeckle", "author_email": "p.a.jaeckle@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# emarsysauthenticator\nPython helper to easily create X-WSSE header for Authentication with Emarsys RESTful API\n\n## Usage\n```python\nimport emarsysauthenticator as ea\n\n# For authentication with Emarsys RESTful API the user name and secret is needed\nuser_name = 'account_name001'\nuser_secret = 'abc123def456'\n\n# Create X_WSSE header\nxwsse_header = ea.create_xwsse_header(user_name, user_secret)\n\n# Make request\nresponse = requests.request('GET', 'https://api.emarsys.net/api/v2/email', headers=xwsse_header)\n```\n\n## Contribution\nI am thankful for any feedback and improvements.\n\n## License\nThis project is licensed under MIT License - see the [LICENSE.md](https://github.com/datapip/emarsysauthenticator/blob/master/LICENSE) file for details", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/datapip/emarsysauthenticator", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "emarsysauthenticator", "package_url": "https://pypi.org/project/emarsysauthenticator/", "platform": "", "project_url": "https://pypi.org/project/emarsysauthenticator/", "project_urls": { "Homepage": "https://github.com/datapip/emarsysauthenticator" }, "release_url": "https://pypi.org/project/emarsysauthenticator/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Python helper to easily create X-WSSE header for Authentication with Emarsys RESTful API", "version": "0.0.1" }, "last_serial": 5422559, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6586b6b7c7e46bb4cb1f00cf6b26f45f", "sha256": "213a895f040de907bbc887560c1637546da98b0f3ce9a5009ebec08632c7a32d" }, "downloads": -1, "filename": "emarsysauthenticator-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6586b6b7c7e46bb4cb1f00cf6b26f45f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2363, "upload_time": "2019-06-19T20:25:20", "url": "https://files.pythonhosted.org/packages/c2/f6/06e453064ded7e6ea6eda0d0031ee225470cdb10cebcb1d135ae0a3772ad/emarsysauthenticator-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6586b6b7c7e46bb4cb1f00cf6b26f45f", "sha256": "213a895f040de907bbc887560c1637546da98b0f3ce9a5009ebec08632c7a32d" }, "downloads": -1, "filename": "emarsysauthenticator-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6586b6b7c7e46bb4cb1f00cf6b26f45f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2363, "upload_time": "2019-06-19T20:25:20", "url": "https://files.pythonhosted.org/packages/c2/f6/06e453064ded7e6ea6eda0d0031ee225470cdb10cebcb1d135ae0a3772ad/emarsysauthenticator-0.0.1.tar.gz" } ] }