Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 724 Bytes

File metadata and controls

29 lines (15 loc) · 724 Bytes

QWS

Helpful classes and wrappers for using with AWS in your project

q3

Wrapper for AWS S3 that uses boto3 - list buckets, list files, upload files etc.

q3min

This is a minimal version of q3.

Wrapper for AWS S3 that (a) uses boto3, (b) handles gzip files, and (c) does not use pandas.

q3managed

A managed services module using q3 internally to manage S3 resources. Sync, Find missing files (S3 vs Meta Data store), Search on tags, add tags , etc.

qses

Wrapper for AWS SES email service to send email in your project

qec2

Helpful class and functions to manage ec2 instance in a given region

qsecret

Helpful class and functions to access aws secret manager keys in a given region