File: SOURCES.txt

package info (click to toggle)
python-boto 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,432 kB
  • sloc: python: 31,330; makefile: 108
file content (383 lines) | stat: -rw-r--r-- 9,487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
.gitignore
Changelog.rst
MANIFEST.in
README.markdown
pylintrc
setup.cfg
setup.py
bin/asadmin
bin/bundle_image
bin/cfadmin
bin/cq
bin/cwutil
bin/elbadmin
bin/fetch_file
bin/instance_events
bin/kill_instance
bin/launch_instance
bin/list_instances
bin/lss3
bin/pyami_sendmail
bin/route53
bin/s3multiput
bin/s3put
bin/sdbadmin
bin/taskadmin
boto/__init__.py
boto/auth.py
boto/auth_handler.py
boto/connection.py
boto/exception.py
boto/handler.py
boto/https_connection.py
boto/jsonresponse.py
boto/plugin.py
boto/provider.py
boto/regioninfo.py
boto/resultset.py
boto/storage_uri.py
boto/utils.py
boto.egg-info/PKG-INFO
boto.egg-info/SOURCES.txt
boto.egg-info/dependency_links.txt
boto.egg-info/top_level.txt
boto/cacerts/__init__.py
boto/cacerts/cacerts.txt
boto/cloudformation/__init__.py
boto/cloudformation/connection.py
boto/cloudformation/stack.py
boto/cloudformation/template.py
boto/cloudfront/__init__.py
boto/cloudfront/distribution.py
boto/cloudfront/exception.py
boto/cloudfront/identity.py
boto/cloudfront/invalidation.py
boto/cloudfront/logging.py
boto/cloudfront/object.py
boto/cloudfront/origin.py
boto/cloudfront/signers.py
boto/contrib/__init__.py
boto/contrib/m2helpers.py
boto/contrib/ymlmessage.py
boto/dynamodb/__init__.py
boto/dynamodb/batch.py
boto/dynamodb/condition.py
boto/dynamodb/exceptions.py
boto/dynamodb/item.py
boto/dynamodb/layer1.py
boto/dynamodb/layer2.py
boto/dynamodb/schema.py
boto/dynamodb/table.py
boto/dynamodb/types.py
boto/ec2/__init__.py
boto/ec2/address.py
boto/ec2/blockdevicemapping.py
boto/ec2/bundleinstance.py
boto/ec2/buyreservation.py
boto/ec2/connection.py
boto/ec2/ec2object.py
boto/ec2/group.py
boto/ec2/image.py
boto/ec2/instance.py
boto/ec2/instanceinfo.py
boto/ec2/instancestatus.py
boto/ec2/keypair.py
boto/ec2/launchspecification.py
boto/ec2/networkinterface.py
boto/ec2/placementgroup.py
boto/ec2/regioninfo.py
boto/ec2/reservedinstance.py
boto/ec2/securitygroup.py
boto/ec2/snapshot.py
boto/ec2/spotdatafeedsubscription.py
boto/ec2/spotinstancerequest.py
boto/ec2/spotpricehistory.py
boto/ec2/tag.py
boto/ec2/volume.py
boto/ec2/volumestatus.py
boto/ec2/zone.py
boto/ec2/autoscale/__init__.py
boto/ec2/autoscale/activity.py
boto/ec2/autoscale/group.py
boto/ec2/autoscale/instance.py
boto/ec2/autoscale/launchconfig.py
boto/ec2/autoscale/policy.py
boto/ec2/autoscale/request.py
boto/ec2/autoscale/scheduled.py
boto/ec2/autoscale/tag.py
boto/ec2/cloudwatch/__init__.py
boto/ec2/cloudwatch/alarm.py
boto/ec2/cloudwatch/datapoint.py
boto/ec2/cloudwatch/dimension.py
boto/ec2/cloudwatch/listelement.py
boto/ec2/cloudwatch/metric.py
boto/ec2/elb/__init__.py
boto/ec2/elb/healthcheck.py
boto/ec2/elb/instancestate.py
boto/ec2/elb/listelement.py
boto/ec2/elb/listener.py
boto/ec2/elb/loadbalancer.py
boto/ec2/elb/policies.py
boto/ec2/elb/securitygroup.py
boto/ecs/__init__.py
boto/ecs/item.py
boto/emr/__init__.py
boto/emr/bootstrap_action.py
boto/emr/connection.py
boto/emr/emrobject.py
boto/emr/instance_group.py
boto/emr/step.py
boto/file/README
boto/file/__init__.py
boto/file/bucket.py
boto/file/connection.py
boto/file/key.py
boto/file/simpleresultset.py
boto/fps/__init__.py
boto/fps/connection.py
boto/fps/response.py
boto/gs/__init__.py
boto/gs/acl.py
boto/gs/bucket.py
boto/gs/connection.py
boto/gs/key.py
boto/gs/resumable_upload_handler.py
boto/gs/user.py
boto/iam/__init__.py
boto/iam/connection.py
boto/iam/summarymap.py
boto/manage/__init__.py
boto/manage/cmdshell.py
boto/manage/propget.py
boto/manage/server.py
boto/manage/task.py
boto/manage/test_manage.py
boto/manage/volume.py
boto/mashups/__init__.py
boto/mashups/interactive.py
boto/mashups/iobject.py
boto/mashups/order.py
boto/mashups/server.py
boto/mturk/__init__.py
boto/mturk/connection.py
boto/mturk/notification.py
boto/mturk/price.py
boto/mturk/qualification.py
boto/mturk/question.py
boto/pyami/__init__.py
boto/pyami/bootstrap.py
boto/pyami/config.py
boto/pyami/copybot.cfg
boto/pyami/copybot.py
boto/pyami/helloworld.py
boto/pyami/launch_ami.py
boto/pyami/scriptbase.py
boto/pyami/startup.py
boto/pyami/installers/__init__.py
boto/pyami/installers/ubuntu/__init__.py
boto/pyami/installers/ubuntu/apache.py
boto/pyami/installers/ubuntu/ebs.py
boto/pyami/installers/ubuntu/installer.py
boto/pyami/installers/ubuntu/mysql.py
boto/pyami/installers/ubuntu/trac.py
boto/rds/__init__.py
boto/rds/dbinstance.py
boto/rds/dbsecuritygroup.py
boto/rds/dbsnapshot.py
boto/rds/event.py
boto/rds/parametergroup.py
boto/rds/regioninfo.py
boto/roboto/__init__.py
boto/roboto/awsqueryrequest.py
boto/roboto/awsqueryservice.py
boto/roboto/param.py
boto/route53/__init__.py
boto/route53/connection.py
boto/route53/exception.py
boto/route53/hostedzone.py
boto/route53/record.py
boto/s3/__init__.py
boto/s3/acl.py
boto/s3/bucket.py
boto/s3/bucketlistresultset.py
boto/s3/bucketlogging.py
boto/s3/connection.py
boto/s3/deletemarker.py
boto/s3/key.py
boto/s3/lifecycle.py
boto/s3/multidelete.py
boto/s3/multipart.py
boto/s3/prefix.py
boto/s3/resumable_download_handler.py
boto/s3/user.py
boto/sdb/__init__.py
boto/sdb/connection.py
boto/sdb/domain.py
boto/sdb/item.py
boto/sdb/queryresultset.py
boto/sdb/regioninfo.py
boto/sdb/db/__init__.py
boto/sdb/db/blob.py
boto/sdb/db/key.py
boto/sdb/db/model.py
boto/sdb/db/property.py
boto/sdb/db/query.py
boto/sdb/db/sequence.py
boto/sdb/db/test_db.py
boto/sdb/db/manager/__init__.py
boto/sdb/db/manager/pgmanager.py
boto/sdb/db/manager/sdbmanager.py
boto/sdb/db/manager/xmlmanager.py
boto/services/__init__.py
boto/services/bs.py
boto/services/message.py
boto/services/result.py
boto/services/service.py
boto/services/servicedef.py
boto/services/sonofmmm.cfg
boto/services/sonofmmm.py
boto/services/submit.py
boto/ses/__init__.py
boto/ses/connection.py
boto/ses/exceptions.py
boto/sns/__init__.py
boto/sns/connection.py
boto/sqs/__init__.py
boto/sqs/attributes.py
boto/sqs/batchresults.py
boto/sqs/connection.py
boto/sqs/jsonmessage.py
boto/sqs/message.py
boto/sqs/queue.py
boto/sqs/regioninfo.py
boto/sts/__init__.py
boto/sts/connection.py
boto/sts/credentials.py
boto/swf/__init__.py
boto/swf/layer1.py
boto/vpc/__init__.py
boto/vpc/customergateway.py
boto/vpc/dhcpoptions.py
boto/vpc/internetgateway.py
boto/vpc/routetable.py
boto/vpc/subnet.py
boto/vpc/vpc.py
boto/vpc/vpnconnection.py
boto/vpc/vpngateway.py
docs/Makefile
docs/make.bat
docs/source/autoscale_tut.rst
docs/source/boto_config_tut.rst
docs/source/cloudfront_tut.rst
docs/source/cloudwatch_tut.rst
docs/source/conf.py
docs/source/documentation.rst
docs/source/dynamodb_tut.rst
docs/source/ec2_tut.rst
docs/source/elb_tut.rst
docs/source/emr_tut.rst
docs/source/index.rst
docs/source/s3_tut.rst
docs/source/security_groups.rst
docs/source/ses_tut.rst
docs/source/simpledb_tut.rst
docs/source/sqs_tut.rst
docs/source/vpc_tut.rst
docs/source/_templates/layout.html
docs/source/boto_theme/theme.conf
docs/source/boto_theme/static/boto.css_t
docs/source/boto_theme/static/pygments.css
docs/source/ref/autoscale.rst
docs/source/ref/boto.rst
docs/source/ref/cloudformation.rst
docs/source/ref/cloudfront.rst
docs/source/ref/cloudwatch.rst
docs/source/ref/contrib.rst
docs/source/ref/dynamodb.rst
docs/source/ref/ec2.rst
docs/source/ref/ecs.rst
docs/source/ref/elb.rst
docs/source/ref/emr.rst
docs/source/ref/file.rst
docs/source/ref/fps.rst
docs/source/ref/gs.rst
docs/source/ref/iam.rst
docs/source/ref/index.rst
docs/source/ref/manage.rst
docs/source/ref/mturk.rst
docs/source/ref/pyami.rst
docs/source/ref/rds.rst
docs/source/ref/route53.rst
docs/source/ref/s3.rst
docs/source/ref/sdb.rst
docs/source/ref/sdb_db.rst
docs/source/ref/services.rst
docs/source/ref/ses.rst
docs/source/ref/sns.rst
docs/source/ref/sqs.rst
docs/source/ref/sts.rst
docs/source/ref/swf.rst
docs/source/ref/vpc.rst
tests/__init__.py
tests/test.py
tests/autoscale/__init__.py
tests/autoscale/test_connection.py
tests/cloudfront/__init__.py
tests/cloudfront/test_signed_urls.py
tests/db/test_lists.py
tests/db/test_password.py
tests/db/test_query.py
tests/db/test_sequence.py
tests/devpay/__init__.py
tests/devpay/test_s3.py
tests/dynamodb/__init__.py
tests/dynamodb/test_layer1.py
tests/dynamodb/test_layer2.py
tests/ec2/__init__.py
tests/ec2/test_connection.py
tests/ec2/cloudwatch/__init__.py
tests/ec2/cloudwatch/test_connection.py
tests/ec2/elb/__init__.py
tests/ec2/elb/test_connection.py
tests/emr/test_emr_responses.py
tests/fps/__init__.py
tests/fps/test_install_caller_instruction.py
tests/fps/test_verify_signature.py
tests/mturk/__init__.py
tests/mturk/_init_environment.py
tests/mturk/all_tests.py
tests/mturk/cleanup_tests.py
tests/mturk/common.py
tests/mturk/create_hit_external.py
tests/mturk/create_hit_test.py
tests/mturk/create_hit_with_qualifications.py
tests/mturk/hit_persistence.py
tests/mturk/mocks.py
tests/mturk/run-doctest.py
tests/mturk/selenium_support.py
tests/mturk/support.py
tests/mturk/test_disable_hit.py
tests/s3/__init__.py
tests/s3/cb_test_harnass.py
tests/s3/mock_storage_service.py
tests/s3/other_cacerts.txt
tests/s3/test_bucket.py
tests/s3/test_connection.py
tests/s3/test_encryption.py
tests/s3/test_gsconnection.py
tests/s3/test_https_cert_validation.py
tests/s3/test_key.py
tests/s3/test_mfa.py
tests/s3/test_multidelete.py
tests/s3/test_multipart.py
tests/s3/test_pool.py
tests/s3/test_resumable_downloads.py
tests/s3/test_resumable_uploads.py
tests/s3/test_versioning.py
tests/sdb/__init__.py
tests/sdb/test_connection.py
tests/sqs/__init__.py
tests/sqs/test_connection.py
tests/sts/__init__.py
tests/sts/test_session_token.py
tests/utils/test_password.py