Name | boto3-assist JSON |
Version |
0.28.0
JSON |
| download |
home_page | None |
Summary | Additional boto3 wrappers to make your life a little easier |
upload_time | 2025-09-08 01:13:41 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# boto3 assist
[](https://pypi.org/project/boto3-assist/)
[](https://opensource.org/licenses/MIT)
[](https://pepy.tech/project/boto3-assist)
This is in beta and subject to changes before it's initial 1.0.0 release
This library was created to make life a little easier when using boto3.
Currently it supports:
- User Authentication / Session Mapping
- DynamoDB model mapping and key generation.
## User Authentication / Session Mapping
Have you ever needed an easy way to load your sessions for a local, dev or production environment? Well this library
makes it a little easier by lazy loading your boto3 session so that tools like `python-dotenv` can be used to load your
environment vars first and then load your session.
## DynamoDB model mapping and Key Generation
It's a light weight mapping tool to turn your python classes / object models to DynamoDB items that are ready
for saving. See the [examples](https://github.com/geekcafe/boto3-assist/tree/main/examples) directory in the repo for more information.
```sh
python -m vevn .venv
source ./.venv/bin/activate
pip install --upgrade pip
pip install boto3-assist
```
## Running Unit Tests
Several of our tests use a mocking library to simulate connections to S3, DynamoDB, etc. In order to use those tests, you will need to have a `.env.unittest` file at the root of this project (which our tests will attempt to locate and load).
For your convenience the `.evn.unittest` file has been added to this project. The values should not point to live AWS profiles, instead it should use the values added.
Since we also point to a profile, you should create the profile in the `~/.aws/config` file. The entry should look like the following:
```toml
[profile moto-mock-tests]
region = us-east-1
output = json
aws_access_key_id = test
aws_secret_access_key = test
```
Raw data
{
"_id": null,
"home_page": null,
"name": "boto3-assist",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Eric Wilson <boto3-assist@geekcafe.com>",
"download_url": "https://files.pythonhosted.org/packages/72/cd/d05f9bae99897f19cfd257d09100c99ac15fdf5e9b5aeae791d36cbccd78/boto3_assist-0.28.0.tar.gz",
"platform": null,
"description": "# boto3 assist\n\n[](https://pypi.org/project/boto3-assist/)\n[](https://opensource.org/licenses/MIT)\n[](https://pepy.tech/project/boto3-assist)\n\nThis is in beta and subject to changes before it's initial 1.0.0 release\n\nThis library was created to make life a little easier when using boto3.\n\nCurrently it supports:\n- User Authentication / Session Mapping\n- DynamoDB model mapping and key generation.\n\n\n## User Authentication / Session Mapping\nHave you ever needed an easy way to load your sessions for a local, dev or production environment? Well this library\nmakes it a little easier by lazy loading your boto3 session so that tools like `python-dotenv` can be used to load your\nenvironment vars first and then load your session.\n\n## DynamoDB model mapping and Key Generation\nIt's a light weight mapping tool to turn your python classes / object models to DynamoDB items that are ready\nfor saving. See the [examples](https://github.com/geekcafe/boto3-assist/tree/main/examples) directory in the repo for more information.\n\n\n```sh\npython -m vevn .venv\nsource ./.venv/bin/activate\n\npip install --upgrade pip \npip install boto3-assist\n\n```\n\n## Running Unit Tests\nSeveral of our tests use a mocking library to simulate connections to S3, DynamoDB, etc. In order to use those tests, you will need to have a `.env.unittest` file at the root of this project (which our tests will attempt to locate and load). \n\nFor your convenience the `.evn.unittest` file has been added to this project. The values should not point to live AWS profiles, instead it should use the values added.\n\nSince we also point to a profile, you should create the profile in the `~/.aws/config` file. The entry should look like the following:\n\n```toml\n[profile moto-mock-tests]\nregion = us-east-1\noutput = json\naws_access_key_id = test\naws_secret_access_key = test\n\n```\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Additional boto3 wrappers to make your life a little easier",
"version": "0.28.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "72ea4c6525bc7f5c6cabe5256498905e68b85ce2c235c3947cff00a34a7a092a",
"md5": "d71e921f51f00aa2532896f9199bb096",
"sha256": "21de7a40595a821d62c439089f57495a2e07ae702224a1c4614c6c1dfb550a9d"
},
"downloads": -1,
"filename": "boto3_assist-0.28.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d71e921f51f00aa2532896f9199bb096",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 93556,
"upload_time": "2025-09-08T01:13:40",
"upload_time_iso_8601": "2025-09-08T01:13:40.131938Z",
"url": "https://files.pythonhosted.org/packages/72/ea/4c6525bc7f5c6cabe5256498905e68b85ce2c235c3947cff00a34a7a092a/boto3_assist-0.28.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "72cdd05f9bae99897f19cfd257d09100c99ac15fdf5e9b5aeae791d36cbccd78",
"md5": "29562a799e953de877ad53b5d17b2f4a",
"sha256": "492420a1513e6138bc0ca69db71133898baec0c67ebb20477b607db552a27f49"
},
"downloads": -1,
"filename": "boto3_assist-0.28.0.tar.gz",
"has_sig": false,
"md5_digest": "29562a799e953de877ad53b5d17b2f4a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 131853,
"upload_time": "2025-09-08T01:13:41",
"upload_time_iso_8601": "2025-09-08T01:13:41.636183Z",
"url": "https://files.pythonhosted.org/packages/72/cd/d05f9bae99897f19cfd257d09100c99ac15fdf5e9b5aeae791d36cbccd78/boto3_assist-0.28.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-08 01:13:41",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "boto3-assist"
}