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 sthree

sthree requires boto3 for its operation, but it is not listed as package dependency because, if you'd want to use sthree 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 sthree[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.1.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: sthree-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 ed5b994f802ae038a34eb1f4bb8f5aafbac13694c8a4456d37cceb6c476903e4
MD5 5a089e075ce38384979f9d2bdfe2b2b5
BLAKE2b-256 ae34056c6c8145883d021e024abcb857e33bef7b17643648d776b0217dd7e872

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sthree-0.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 58b7187a038a2ef294239031db9d32b44ccb55b0d5bed8eea209681b652cb613
MD5 289e5e5f1ce9a8f10c27d84267c7f062
BLAKE2b-256 ebf43037dc1aba645272cb3c6b2cbb64229fc7dfdbff28d319dd1f031c267d2c

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