File: control

package info (click to toggle)
python-boto 2.44.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,412 kB
  • ctags: 11,372
  • sloc: python: 85,158; makefile: 123
file content (74 lines) | stat: -rw-r--r-- 2,176 bytes parent folder | download | duplicates (2)
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
Source: python-boto
Section: python
Priority: optional
Maintainer: Eric Evans <eevans@debian.org>
Build-Depends: debhelper (>= 7),
               python-all (>= 2.6.6-3),
               python-setuptools,
               python3-all (>= 3.2),
               python3-setuptools,
               python-six,
               python3-six,
               dh-python
XS-Testsuite: autopkgtest
X-Python-Version: >= 2.5
Homepage: https://github.com/boto/boto
Vcs-Git: git://anonscm.debian.org/users/eevans/python-boto.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/eevans/python-boto.git
Standards-Version: 3.9.8

Package: python-boto
Architecture: all
Depends: python-requests, ${misc:Depends}, ${python:Depends}, python-six
Provides: ${python:Provides}
Description: Python interface to Amazon's Web Services - Python 2.x
 Boto is a Python interface to the infrastructure services available from
 Amazon.
 .
 Boto supports the following services:
  * Elastic Compute Cloud (EC2)
  * Elastic MapReduce
  * CloudFront
  * DynamoDB
  * SimpleDB
  * Relational Database Service (RDS)
  * Identity and Access Management (IAM)
  * Simple Queue Service (SQS)
  * CloudWatch
  * Route53
  * Elastic Load Balancing (ELB)
  * Flexible Payment Service (FPS)
  * Simple Storage Service (S3)
  * Glacier
  * Elastic Block Store (EBS)
  * and many more...
 .
 This package provides the Python 2.x module.

Package: python3-boto
Architecture: all
Depends: python3-requests, ${misc:Depends}, ${python3:Depends}, python3-six
Provides: ${python3:Provides}
Description: Python interface to Amazon's Web Services - Python 3.x
 Boto is a Python interface to the infrastructure services available from
 Amazon.
 .
 Boto supports the following services:
  * Elastic Compute Cloud (EC2)
  * Elastic MapReduce
  * CloudFront
  * DynamoDB
  * SimpleDB
  * Relational Database Service (RDS)
  * Identity and Access Management (IAM)
  * Simple Queue Service (SQS)
  * CloudWatch
  * Route53
  * Elastic Load Balancing (ELB)
  * Flexible Payment Service (FPS)
  * Simple Storage Service (S3)
  * Glacier
  * Elastic Block Store (EBS)
  * and many more...
 .
 This package provides the Python 3.x module.