aws_session_handler
===================
Amazon Web Service python session helper
Features
--------
* cache credentials on disk if assume_role with mfa serial
Usage
-----
```bash
pip install aws-session-handler
```
```python
from aws_session_handler import AwsSessionHandler
handler = AwsSessionHandler(profile='default')
s3 = handler.client('s3')
print(s3.list_buckets())
```
Raw data
{
"_id": null,
"home_page": "https://github.com/MarioVerbelen/aws_session_handler",
"name": "aws-session-handler",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "boto3 amazon web services aws authentication",
"author": "MarioVerbelen",
"author_email": "mario@verbelen.org",
"download_url": "https://files.pythonhosted.org/packages/89/b4/71e69b6ec6a979677ef072b8b8e820d00eff2c8da776a8620fbb7a65f65c/aws_session_handler-0.0.4.tar.gz",
"platform": null,
"description": "aws_session_handler\n===================\n\nAmazon Web Service python session helper\n\n\nFeatures\n--------\n* cache credentials on disk if assume_role with mfa serial\n\nUsage\n-----\n```bash\npip install aws-session-handler\n```\n```python\nfrom aws_session_handler import AwsSessionHandler\n\nhandler = AwsSessionHandler(profile='default')\ns3 = handler.client('s3')\nprint(s3.list_buckets())\n\n```\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "AWS Session Handler",
"version": "0.0.4",
"project_urls": {
"Download": "https://github.com/MarioVerbelen/aws_session_handler",
"Homepage": "https://github.com/MarioVerbelen/aws_session_handler"
},
"split_keywords": [
"boto3",
"amazon",
"web",
"services",
"aws",
"authentication"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "89b471e69b6ec6a979677ef072b8b8e820d00eff2c8da776a8620fbb7a65f65c",
"md5": "aca43b6ea01edc69921ba09ee906c130",
"sha256": "24d3f3e12923f4b3d317cffff9a0faca3b5542c337c36e658eef7d97e3669df8"
},
"downloads": -1,
"filename": "aws_session_handler-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "aca43b6ea01edc69921ba09ee906c130",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4267,
"upload_time": "2024-04-05T11:15:40",
"upload_time_iso_8601": "2024-04-05T11:15:40.573420Z",
"url": "https://files.pythonhosted.org/packages/89/b4/71e69b6ec6a979677ef072b8b8e820d00eff2c8da776a8620fbb7a65f65c/aws_session_handler-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-05 11:15:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MarioVerbelen",
"github_project": "aws_session_handler",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "aws-session-handler"
}