Skip to main content

Simple AWS API for S3 and DynamoDB

Project description

awsimple

Simple API for basic AWS services

Usage

pip install awsimple

Examples

# print string contents of an existing S3 object
s = S3Access(profile_name="testawsimple", bucket="testawsimple").read_string("helloworld.txt")
print(s)

Introduction

awsimple is a simple interface into basic AWS services such as S3 (Simple Storage Service) and DynamoDB (a simple NoSQL database). It has a set of higher level default settings and behavior that should cover many basic usage models.

Discussion

While AWS has many varied services with extensive flexibility, using it for more straight-forward applications is sometimes a daunting task. There are access modes that are probably not requried and some default behaviors are not best for common usages. awsimple aims to create a higher level API to AWS services (such as S3 and DynamoDB) to improve programmer productivity.

Whatawsimple Is Not

  • awsimple is not necessarily memory and CPU efficient

  • awsimple does not provide cost monitoring hooks

  • awsimple is not particularly flexible

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

awsimple-0.0.8-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file awsimple-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: awsimple-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for awsimple-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 4ec2e1c9308dafe24bb6c8a269e8b8e2aff7bad96b3d4bb18460f77208d900e0
MD5 91fe42cf8ad41428c2adcf46cf373c7c
BLAKE2b-256 8142fb4660214a4560dab26fa13b5db63b4e82fd5102a86a14ceabe723400ac6

See more details on using hashes here.

Supported by

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