summaryrefslogtreecommitdiffstats
path: root/python/boto/README
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2012-06-25 21:42:57 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-06-25 21:42:57 -0400
commit6fa27fc50784101f89545f6e388660ecc0d770b2 (patch)
treedbfb41315de2451497ba548c44ac475e9c66f599 /python/boto/README
parent24372e890939563080fddc46b9550e3b77990d41 (diff)
downloadslackbuilds-6fa27fc50784101f89545f6e388660ecc0d770b2.tar.gz
slackbuilds-6fa27fc50784101f89545f6e388660ecc0d770b2.tar.xz
python/boto: Updated for version 2.4.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/boto/README')
-rw-r--r--python/boto/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/python/boto/README b/python/boto/README
index 4ef06af8b5..743272499a 100644
--- a/python/boto/README
+++ b/python/boto/README
@@ -1,3 +1,8 @@
Boto is a Python package that provides interfaces to Amazon Web Services.
-Boto requires filechunkio and distribute.
+The goal of boto is to support the full breadth and depth of Amazon Web
+Services. In addition, boto provides support for other public services such as
+Google Storage in addition to private cloud systems like Eucalyptus, OpenStack
+and Open Nebula.
+
+Boto requires filechunkio and pysetuptools/distribute.