File: control

package info (click to toggle)
python-boto3 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,092 kB
  • ctags: 1,334
  • sloc: python: 10,937; makefile: 128
file content (36 lines) | stat: -rw-r--r-- 1,455 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
Source: python-boto3
Section: python
Priority: optional
Maintainer: Eric Evans <eevans@debian.org>
Build-Depends:
        debhelper (>= 9),
	dh-python,
        python-all,
        python-setuptools,
        python3-all,
        python3-setuptools,
        python-s3transfer (>= 0.1.0),
        python3-s3transfer (>= 0.1.0)
Standards-Version: 3.9.8
Homepage: https://github.com/boto/boto3
Vcs-Git: git://anonscm.debian.org/users/eevans/python-boto3.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=users/eevans/python-boto3.git;a=summary

Package: python-boto3
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-botocore (>= 1.4.1), python-requests, python-six
Description: Python interface to Amazon's Web Services - Python 2.x
 Boto is the Amazon Web Services interface for Python.  It allows developers
 to write software that makes use of Amazon services like S3 and EC2. Boto
 provides an easy to use, object-oriented API as well as low-level direct
 service access.

Package: python3-boto3
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-botocore (>= 1.4.1), python3-requests, python3-six
Description: Python interface to Amazon's Web Services - Python 3.x
 Boto is the Amazon Web Services interface for Python.  It allows developers
 to write software that makes use of Amazon services like S3 and EC2. Boto
 provides an easy to use, object-oriented API as well as low-level direct
 service access.