/simples3

Simple, quick Amazon AWS S3 interface in Python

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

`simples3` is a fairly simple, decently quick interface to Amazon's S3 storage
service.

It grew out of frustration with other libraries that were either written too
pragmatically (slow), too bloatedly, or just half-done.

The module aims for:

 * simplicity,
 * decent speed,
 * non-intrusiveness.

It really is designed to fit into programmer memory. The three basic operations
are as easy as with dictionaries.

Out of simplicity comes no dependencies - the code relies solely on Python
standard libraries.

`simples3` requires Python 2.5 or a newer 2.x release.

IRC
---

``#sendapatch`` on ``chat.freenode.net``.