Python class to integrate Boto3's Cognito client so it is easy to login users. With SRP support.
Raw data
{
"_id": null,
"home_page": "https://github.com/capless/warrant",
"name": "warrant",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "aws",
"author": "Brian Jinwright",
"author_email": "opensource@capless.io",
"download_url": "https://files.pythonhosted.org/packages/17/e7/1c9d428ce92e21f44f3778e1d4c505b4cc41165ef3d10e7b2c21e68cf719/warrant-0.6.1.tar.gz",
"platform": "",
"description": "Python class to integrate Boto3's Cognito client so it is easy to login users. With SRP support.",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "Python class to integrate Boto3's Cognito client so it is easy to login users. With SRP support.",
"version": "0.6.1",
"split_keywords": [
"aws"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "411e80bbefcf390decbb28dfb55e6357e6b08ece4061a7aad0f0b18471599cad",
"md5": "c4e8f52db06d16a1082d621f09b246cf",
"sha256": "a4099c566086be45d616ed4f58ed1567893ac74de125e201fc89c9023d8adf7d"
},
"downloads": -1,
"filename": "warrant-0.6.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "c4e8f52db06d16a1082d621f09b246cf",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 26931,
"upload_time": "2017-12-11T16:09:37",
"upload_time_iso_8601": "2017-12-11T16:09:37.568495Z",
"url": "https://files.pythonhosted.org/packages/41/1e/80bbefcf390decbb28dfb55e6357e6b08ece4061a7aad0f0b18471599cad/warrant-0.6.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "17e71c9d428ce92e21f44f3778e1d4c505b4cc41165ef3d10e7b2c21e68cf719",
"md5": "1a25cf0c342870c6f2b4ea5522b3e8fd",
"sha256": "749bde7f775c077a64edfe21464654e0a39fc93dd76e27d5d2a61997b6dcaa0a"
},
"downloads": -1,
"filename": "warrant-0.6.1.tar.gz",
"has_sig": false,
"md5_digest": "1a25cf0c342870c6f2b4ea5522b3e8fd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11526,
"upload_time": "2017-12-11T16:09:35",
"upload_time_iso_8601": "2017-12-11T16:09:35.813053Z",
"url": "https://files.pythonhosted.org/packages/17/e7/1c9d428ce92e21f44f3778e1d4c505b4cc41165ef3d10e7b2c21e68cf719/warrant-0.6.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2017-12-11 16:09:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "capless",
"github_project": "warrant",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "boto3",
"specs": [
[
">=",
"1.10.49"
]
]
},
{
"name": "envs",
"specs": [
[
"~=",
"1.3"
]
]
},
{
"name": "python-jose",
"specs": [
[
"~=",
"3.1.0"
]
]
},
{
"name": "requests",
"specs": [
[
">=",
"2.22.0"
]
]
},
{
"name": "six",
"specs": [
[
">=",
"1.13.0"
]
]
}
],
"lcname": "warrant"
}