Lightweight internal utilities for the Goliath platform
Project description
goliath-utils
Lightweight internal utilities for the Goliath platform.
Install
uv add goliath-utils
S3 Client
A minimal S3 client using httpx — no boto3 required.
from goliath_utils.s3 import S3Client
# Reads AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION from env
with S3Client() as s3:
s3.create_bucket("my-bucket")
s3.upload_file("my-bucket", "data/file.csv", "./file.csv")
s3.download_file("my-bucket", "data/file.csv", "./downloaded.csv")
keys = s3.list_objects("my-bucket", prefix="data/")
s3.delete_bucket("my-bucket")
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
goliath_utils-0.1.23.tar.gz
(95.5 kB
view details)
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 goliath_utils-0.1.23.tar.gz.
File metadata
- Download URL: goliath_utils-0.1.23.tar.gz
- Upload date:
- Size: 95.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e1218a6515f258a171b964a3da61f84f65b90c1bc5438324dc42610c78539b6
|
|
| MD5 |
e4a62de4f9c1c74ea0ef5c241f980a80
|
|
| BLAKE2b-256 |
209c0084d104b68ee4aeca80a8a0222afaefaa6ea7cc2b7069ff71e202e20eca
|
File details
Details for the file goliath_utils-0.1.23-py3-none-any.whl.
File metadata
- Download URL: goliath_utils-0.1.23-py3-none-any.whl
- Upload date:
- Size: 132.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14c9c765974063bceb905657e3c015cc3636ceddb6e2620dbaee51012d463b36
|
|
| MD5 |
4bb4b5dc515e07da3c421b39b633c427
|
|
| BLAKE2b-256 |
da55cee2a248e723dbe9a12b31235e55bcfdacd3905de2c1c946f21027177683
|