Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: third_party/boto/README.rst

Issue 698893003: Update checked in version of gsutil to version 4.6 (Closed) Base URL: http://dart.googlecode.com/svn/third_party/gsutil/
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/boto/MANIFEST.in ('k') | third_party/boto/bin/cq » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #### 1 ####
2 boto 2 boto
3 #### 3 ####
4 boto 2.22.1 4 boto 2.30.0
5 5
6 Released: 6-January-2014 6 Released: 1-Jul-2014
7 7
8 .. image:: https://travis-ci.org/boto/boto.png?branch=develop 8 .. image:: https://travis-ci.org/boto/boto.png?branch=develop
9 :target: https://travis-ci.org/boto/boto 9 :target: https://travis-ci.org/boto/boto
10 10
11 .. image:: https://pypip.in/d/boto/badge.png 11 .. image:: https://pypip.in/d/boto/badge.png
12 :target: https://crate.io/packages/boto/ 12 :target: https://pypi.python.org/pypi/boto/
13 13
14 ************ 14 ************
15 Introduction 15 Introduction
16 ************ 16 ************
17 17
18 Boto is a Python package that provides interfaces to Amazon Web Services. 18 Boto is a Python package that provides interfaces to Amazon Web Services.
19 At the moment, boto supports: 19 At the moment, boto supports:
20 20
21 * Compute 21 * Compute
22 22
(...skipping 30 matching lines...) Expand all
53 53
54 * Amazon CloudSearch 54 * Amazon CloudSearch
55 * Amazon Elastic Transcoder 55 * Amazon Elastic Transcoder
56 * Amazon Simple Workflow Service (SWF) 56 * Amazon Simple Workflow Service (SWF)
57 * Amazon Simple Queue Service (SQS) 57 * Amazon Simple Queue Service (SQS)
58 * Amazon Simple Notification Server (SNS) 58 * Amazon Simple Notification Server (SNS)
59 * Amazon Simple Email Service (SES) 59 * Amazon Simple Email Service (SES)
60 60
61 * Monitoring 61 * Monitoring
62 62
63 * Amazon CloudWatch 63 * Amazon CloudWatch (EC2 Only)
64 64
65 * Networking 65 * Networking
66 66
67 * Amazon Route53 67 * Amazon Route53
68 * Amazon Virtual Private Cloud (VPC) 68 * Amazon Virtual Private Cloud (VPC)
69 * Elastic Load Balancing (ELB) 69 * Elastic Load Balancing (ELB)
70 * AWS Direct Connect 70 * AWS Direct Connect
71 71
72 * Payments and Billing 72 * Payments and Billing
73 73
(...skipping 27 matching lines...) Expand all
101 to keep boto compatible with Python 2.5.x but no guarantees are made. 101 to keep boto compatible with Python 2.5.x but no guarantees are made.
102 102
103 ************ 103 ************
104 Installation 104 Installation
105 ************ 105 ************
106 106
107 Install via `pip`_: 107 Install via `pip`_:
108 108
109 :: 109 ::
110 110
111 » $ pip install boto 111 $ pip install boto
112 112
113 Install from source: 113 Install from source:
114 114
115 :: 115 ::
116 116
117 » $ git clone git://github.com/boto/boto.git 117 $ git clone git://github.com/boto/boto.git
118 » $ cd boto 118 $ cd boto
119 » $ python setup.py install 119 $ python setup.py install
120 120
121 ********** 121 **********
122 ChangeLogs 122 ChangeLogs
123 ********** 123 **********
124 124
125 To see what has changed over time in boto, you can check out the 125 To see what has changed over time in boto, you can check out the
126 release notes at `http://docs.pythonboto.org/en/latest/#release-notes` 126 release notes at `http://docs.pythonboto.org/en/latest/#release-notes`
127 127
128 *************************** 128 ***************************
129 Finding Out More About Boto 129 Finding Out More About Boto
(...skipping 30 matching lines...) Expand all
160 160
161 .. _pip: http://www.pip-installer.org/ 161 .. _pip: http://www.pip-installer.org/
162 .. _release notes: https://github.com/boto/boto/wiki 162 .. _release notes: https://github.com/boto/boto/wiki
163 .. _github.com: http://github.com/boto/boto 163 .. _github.com: http://github.com/boto/boto
164 .. _Online documentation: http://docs.pythonboto.org 164 .. _Online documentation: http://docs.pythonboto.org
165 .. _Python Cheese Shop: http://pypi.python.org/pypi/boto 165 .. _Python Cheese Shop: http://pypi.python.org/pypi/boto
166 .. _this: http://code.google.com/p/boto/wiki/BotoConfig 166 .. _this: http://code.google.com/p/boto/wiki/BotoConfig
167 .. _gitflow: http://nvie.com/posts/a-successful-git-branching-model/ 167 .. _gitflow: http://nvie.com/posts/a-successful-git-branching-model/
168 .. _neo: https://github.com/boto/boto/tree/neo 168 .. _neo: https://github.com/boto/boto/tree/neo
169 .. _boto-users Google Group: https://groups.google.com/forum/?fromgroups#!forum/ boto-users 169 .. _boto-users Google Group: https://groups.google.com/forum/?fromgroups#!forum/ boto-users
OLDNEW
« no previous file with comments | « third_party/boto/MANIFEST.in ('k') | third_party/boto/bin/cq » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698