Source: pyme
Section: libs
Priority: optional
Maintainer: John Goerzen <jgoerzen@complete.org>
Build-Depends: debhelper (>> 3.0.0), python2.2-dev, python2.3-dev, libgpgme-dev, python2.2-xml, python2.3-xml
Standards-Version: 3.5.2

Package: python-pyme-doc
Architecture: all
Description: Python interface to the GPGME GnuPG encryption library
 This package contains the documentation for Pyme.

Package: python-pyme
Architecture: all
Depends: python2.2-pyme
Suggests: python-pyme-doc
Description: Python interface to the GPGME GnuPG encryption library
 This is a "dummy" package that will cause the Pyme package for Debian's
 default Python version to always be present on your system.

Package: python2.2-pyme
Architecture: any
Depends: python2.2, python2.2-xml, ${shlibs:Depends}
Suggests: python-pyme-doc
Description: Python interface to the GPGME GnuPG encryption library
 Pyme is, for the most part, a direct interface to the C GPGME
 library.  However, it is re-packaged in a more Pythonic way --
 object-oriented with classes and modules.  Take a look at the classes
 defined here -- they correspond directly to certain object types in GPGME
 for C.
 .
 Features:
 * Feature-rich, full implementation of the GPGME library.  Supports
   all GPGME features except interactive editing (coming soon).
   Callback functions may be written in pure Python.
 .
 * Ability to sign, encrypt, decrypt, and verify data.
 .
 * Ability to list keys, export and import keys, and manage the keyring.
 .
 * Fully object-oriented with convenient classes and modules.
 .
 This package is for Python 2.2.

Package: python2.3-pyme
Architecture: any
Depends: python2.3, python2.3-xml, ${shlibs:Depends}
Suggests: python-pyme-doc
Description: Python interface to the GPGME GnuPG encryption library
 Pyme is, for the most part, a direct interface to the C GPGME
 library.  However, it is re-packaged in a more Pythonic way --
 object-oriented with classes and modules.  Take a look at the classes
 defined here -- they correspond directly to certain object types in GPGME
 for C.
 .
 Features:
 * Feature-rich, full implementation of the GPGME library.  Supports
   all GPGME features except interactive editing (coming soon).
   Callback functions may be written in pure Python.
 .
 * Ability to sign, encrypt, decrypt, and verify data.
 .
 * Ability to list keys, export and import keys, and manage the keyring.
 .
 * Fully object-oriented with convenient classes and modules.
 .
 This package is for Python 2.3.

