-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathREADME
More file actions
24 lines (16 loc) · 662 Bytes
/
README
File metadata and controls
24 lines (16 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
`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.
IRC
---
``#sendapatch`` on ``chat.freenode.net``.