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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 sthree-0.1.2.tar.gz.
File metadata
- Download URL: sthree-0.1.2.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
841fc3d85cb2af487a81aeddb3c09684c1bd32cae5c3397bfdd85e9df7496bb0
|
|
| MD5 |
f5886160f9d5072b7d90884907edfc3f
|
|
| BLAKE2b-256 |
2f9328cd10c8d40b81dbd89ed50cf926615df336c27f5ba8823eaa121efd1029
|
File details
Details for the file sthree-0.1.2-py3-none-any.whl.
File metadata
- Download URL: sthree-0.1.2-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6481352d671e68d7d0be7c46b3272e79123b9a04ed49e0f8a100685833a0a4a
|
|
| MD5 |
57f02691767ab5cad5012ff792e154bf
|
|
| BLAKE2b-256 |
c0d67e841d2f7e7263edfd214baa4105e80b2e8aeaf131559d9305bd4b782dee
|