1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: python-boto
Section: python
Priority: optional
Maintainer: Eric Evans <eevans@debian.org>
Build-Depends: debhelper (>= 5), python-support (>= 0.6)
Homepage: http://code.google.com/p/boto/
Vcs-Git: git://git.debian.org/git/users/eevans/python-boto
Vcs-Browser: http://git.debian.org/?p=users/eevans/python-boto
Standards-Version: 3.7.3
Package: python-boto
Architecture: all
Depends: ${python:Depends}
Provides: ${python:Provides}
Description: Python interface to Amazon's Web Services
Boto is a Python interface to the infrastructure services available from
Amazon. It includes support for S3 (Simple Storage Service), SQS (Simple
Queue Service), and EC2 (Elastic Compute Cloud).
|