A Collection of Extension Functions Based on Boto3
Project description
A Collection of Extension Functions Based on Boto3
Supported CLI Commands
DynamoDB Commands
- truncate-table: Truncate a DynamoDB table by deleting all its items.
S3 Commands
- delete-bucket: Clean and delete an S3 bucket completely, including all objects and versions.
- ls: List all objects in an S3 bucket. The same as
aws s3 ls, but useful with--assume-role. - view-dict: View a dictionary stored in an S3 bucket as a JSON object.
Route 53 Commands
- export-hosted-zone: Export all resource record sets from a specified hosted zone.
- import-hosted-zone: Import resource record sets into a specified hosted zone from a file, skipping NS and SOA records.
SageMaker Commands
- human-effort: Generate a report on the human effort that a SageMaker job required.
Noteable Functions and Classes
botobuddy.utils.dslice
This function is used to slice a dictionary into a new dictionary, using the keys to define the slice. Each key can be a string, or a dictionary with the following keys:
k: the key to slicec: the cast or conversion functiond: the default valuen: the name of the key in the result dictionary
botobuddy.s3.S3Uri
This class is used to represent an S3 URI, and provides methods to parse and manipulate it.
Development Environment Quickstart
uv sync
uv run botobuddy --help
Session Configuration
This library uses the session_config transversely for AWS Session configuration and other general configuration parameters, generally supplied to the CLI.
This is a dictionary with the following keys, all optional:
profile: The AWS profile to use.region: The AWS region to use.assume_role: The AWS role to assume.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file botobuddy-0.3.7.tar.gz.
File metadata
- Download URL: botobuddy-0.3.7.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e79c61fe02357df7f639949fe2bc7322f8d1ccabf55a2879b16f2ac5b546654
|
|
| MD5 |
c82d5d410979e634e004321f831f6fbf
|
|
| BLAKE2b-256 |
2a1fa1feb4c6a8fbadd0ff1e6459c084aba1f7d538decff2e8f44ad2d1b41ef3
|
File details
Details for the file botobuddy-0.3.7-py3-none-any.whl.
File metadata
- Download URL: botobuddy-0.3.7-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e5258641976a33d747e597ab506fd686d51cf54bc16cc54cd0b55989c31e780
|
|
| MD5 |
8d6647ac7db4bbc074423749230c5561
|
|
| BLAKE2b-256 |
7ff6e5e35ac74ff49c1825b7228b2409b06742ba7019bb291b61cab60accafa8
|