~ubuntu-branches/ubuntu/lucid/python-boto/lucid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Eric Evans
  • Date: 2009-04-28 21:11:20 UTC
  • mfrom: (1.1.5 upstream) (4.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090428211120-ciqofy4vccm47pe3
Tags: 1.7a-2
Patched test file to restore compatibility with python 2.4,
(Closes: #525365).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
boto 1.4c
2
 
08-Sep-2008
 
1
boto 1.7a
 
2
09-Apr-2009
3
3
 
4
 
Copyright (c) 2006-2008 Mitch Garnaat <mitch@garnaat.org>
 
4
Copyright (c) 2006-2009 Mitch Garnaat <mitch@garnaat.org>
5
5
 
6
6
http://code.google.com/p/boto
7
7
 
13
13
 * EC2 (Elastic Compute Cloud) via the Query API
14
14
 * Mechanical Turk via the Query API
15
15
 * SimpleDB via the Query API.
 
16
 * CloudFront via the REST API
16
17
 
17
18
The intent is to support additional services in the future.
18
19
 
25
26
 
26
27
Boto was written using Python 2.5.1 on Mac OSX.  It has also been tested
27
28
on Linux Ubuntu using Python 2.5.1.  Boto requires no additional
28
 
libraries or packages other than those that are distributed with Python 2.4.1.
 
29
libraries or packages other than those that are distributed with Python 2.5.1.
 
30
Efforts are made to keep boto compatible with Python 2.4.x but no
 
31
guarantees are made.  Boto should also run on Python 2.6, albeit with
 
32
a few deprecation warnings.
29
33
 
30
34
There is some documentation for boto, mainly in the form of tutorials.
31
35
Check in the doc directory of the distribution.  You can also check out