Jump to letter: [
ADKMPV
]
python-simples3 - Fairly simple, decently quick interface to Amazon’s S3 storage service
- Description:
daemonize is a library for writing system daemons in Python. It has some bits
from daemonize.sourceforge.net. It is distributed under MIT license.
Simple, quick Amazon AWS S3 interface
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+ and nose for running tests. Python 3 support
is not yet available.
Packages