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.9.tar.gz (43.1 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.9-py3-none-any.whl (53.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for goliath_utils-0.1.9.tar.gz
Algorithm Hash digest
SHA256 e5125787b321c76ec36fb5a837a84233000ed8b89dc9ecfa5917a18b4ec6c073
MD5 3cf9de6141e95085a3d884ccea6a8259
BLAKE2b-256 da719b13b920c6e56774a8a10f38026f8724cac66f4ddf1fc4a5841c29ec6eb0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for goliath_utils-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 24999415e1f6dd3eb8ecd6475dad8b80002068f1fd06f61eb9f47ee39ccf11ac
MD5 3d0241362af6927481a416bcc479f7d0
BLAKE2b-256 1ac68d11752bc4fe91864f75c7d92573153fec49e3eb7f5bb7624fb4af653768

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