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
|
Source: txaws
Section: python
Priority: optional
X-Python-Version: >= 2.5
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Clint Byrum <spamaps@debian.org>
Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~), python-twisted, python-dateutil, help2man, ca-certificates
Homepage: https://launchpad.net/txaws
Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/python-modules/packages/txaws/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/txaws/trunk/
Package: aws-status
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-txaws (>= ${binary:Version}),
python-twisted, python-gtk2, python-gobject, python-gnomekeyring
Provides: ${python:Provides}, ${misc:Depends}
Description: txaws based graphical application for monitoring AWS service
Twisted-based Asynchronous Libraries for Amazon Web Services and Eucalyptus
private clouds This project's goal is to have a complete Twisted API
representing the spectrum of Amazon's web services as well as support for
Eucalyptus clouds.
.
This package provides a GUI application utilizing python-txaws
Package: python-txaws
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-twisted, python-dateutil, ca-certificates
Provides: ${python:Provides}, ${misc:Depends}
Description: Twisted-based Asynchronous Libraries for Amazon Web Services
Twisted-based Asynchronous Libraries for Amazon Web Services and Eucalyptus
private clouds This project's goal is to have a complete Twisted API
representing the spectrum of Amazon's web services as well as support for
Eucalyptus clouds.
|