Skip to main content

A suite of typed data structures backed by Amazon S3.

Project description

Typed access to Amazon S3 for humans

Installation

pip install three

three requires boto3 for its operation, but it is not listed as package dependency because, if you'd want to use three in AWS Lambda, you do not need to install boto3 there - since it is already installed.

If you're not using Lambda you may run

pip install three[boto]

to make sure all dependencies are satisfied.

Usage Examples

from sthree import Keys
from itertools import islice    

for key in islice(Keys('my-bucket'), 10):
    print(key)

Motivation

Motivation to build this library is to simplify using Amazon S3 in Python applications and to make development experience a bit more pleasant and Pythonic, as well as to benefit from Python's type hinting capabilities.

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

sthree-0.1.0.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

sthree-0.1.0-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file sthree-0.1.0.tar.gz.

File metadata

  • Download URL: sthree-0.1.0.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5rc1

File hashes

Hashes for sthree-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5c399c600f44c823985ae9ff781657d6508b0701eb1a3a9b7bb635f174539635
MD5 22d3872c0f741d0d0652d776fb1eb6f1
BLAKE2b-256 777c5bff39bfab5d0a411aaf846dac899b728fb290f654aacf43460a94545963

See more details on using hashes here.

File details

Details for the file sthree-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: sthree-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5rc1

File hashes

Hashes for sthree-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2dae7ca5a4100fe13bad7e23abc6cc78d6f65e2102cedfe05afab475b472fdbe
MD5 b5cee7e867ff6086491a9855474ca6f8
BLAKE2b-256 bf18b03060e4daa784aa727524db4023321b3adfb9abed3f347bb562ad4d9664

See more details on using hashes here.

Supported by

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