File: control

package info (click to toggle)
pyme 0.8.1%2Bclean-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 716 kB
  • ctags: 386
  • sloc: python: 2,512; ansic: 131; makefile: 93
file content (46 lines) | stat: -rw-r--r-- 1,826 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
37
38
39
40
41
42
43
44
45
46
Source: pyme
Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnau@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
           Gustavo Franco <stratus@debian.org>
Build-Depends: debhelper (>= 5.0.37.2),
               cdbs (>= 0.4.42),
               python-all-dev (>= 2.3.5-11),
               python-central (>= 0.4.17),
	       quilt,
               libgpgme11-dev,
               swig
Homepage: http://pyme.sourceforge.net
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyme/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyme/trunk/
Standards-Version: 3.9.1

Package: python-pyme
Architecture: any
Provides: ${python:Provides}
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
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.

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