Python library for working with Amazon Web Services such as Redshift and S3
Project description
Amazonian
Amazonian is a Python library for interacting easily with Amazon S3 and Redshift.
Installation
pip install amazonian
Usage
S3
from amazonian import S3
s3 = S3(key=None, secret=None, iam_role=None, root='s3://', spark=spark)
# get list of files:
s3.ls(path='some_path')
# get a tree representation of folder structure
s3.tree(path='some_path')
# get file size:
s3.get_size(path='some_file')
# save a Spark DataFrame as a Parquet
s3.save_parquet(data=my_data, path='some_path/name.parquet')
# load a Parquet into a Spark DataFrame
my_data = s3.load_parquet(path='some_path/name.parquet')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
amazonian-2021.6.11.2.tar.gz
(12.8 kB
view hashes)
Built Distribution
Close
Hashes for amazonian-2021.6.11.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 667703506fa26409c6efd9642c6e7e01fb6d3750bfc4768dc938946f153a6dfb |
|
MD5 | ee8f9fd1cad0edfa69fce590062c0c50 |
|
BLAKE2b-256 | bb6a839d2ca5a0ec784b67a9645a17a568e7ca152dbc6f0bcef386c72b60fff2 |