Skip to main content

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


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.17.tar.gz (92.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

goliath_utils-0.1.17-py3-none-any.whl (129.0 kB view details)

Uploaded Python 3

File details

Details for the file goliath_utils-0.1.17.tar.gz.

File metadata

  • Download URL: goliath_utils-0.1.17.tar.gz
  • Upload date:
  • Size: 92.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for goliath_utils-0.1.17.tar.gz
Algorithm Hash digest
SHA256 d26ba29ddbc93847d5f30c1320c4179975b7de45ec8649ed4347e92bfcbd1681
MD5 ac8010b724c0816c17fe5dabd48587af
BLAKE2b-256 f10a85f08884f4051f76c9b5a55612ef901f00bc552ea0eda4bb949ce09b9022

See more details on using hashes here.

File details

Details for the file goliath_utils-0.1.17-py3-none-any.whl.

File metadata

  • Download URL: goliath_utils-0.1.17-py3-none-any.whl
  • Upload date:
  • Size: 129.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for goliath_utils-0.1.17-py3-none-any.whl
Algorithm Hash digest
SHA256 43aaa151d4c67e9144edb752fdc874f2e826e9e4385f5acecaf1476aaaad5d4a
MD5 d71cb0d57f163ca388a3461527ad9910
BLAKE2b-256 cf5ecacb1c141febf5fd52f269543f6326e4403c0b3a3eb443678ceb7cd6771c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page