File: control

package info (click to toggle)
python-keyring 0.7.1-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 428 kB
  • sloc: python: 1,563; makefile: 29
file content (32 lines) | stat: -rw-r--r-- 1,404 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
Source: python-keyring
Priority: optional
Section: python
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.2
Maintainer: Carl Chenet <chaica@ohmytux.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all (>=2.6.6-3), python-setuptools, python3-all, python3-setuptools, unzip
Standards-Version: 3.9.2
Homepage: http://home.python-keyring.org/
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-keyring/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-keyring/trunk/

Package: python-keyring
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-crypto
Description: store and access your passwords safely
 The Python keyring library provides an easy way to access the system
 keyring service (e.g Gnome-Keyring, KWallet) from Python.
 it can be used in any application that needs safe password storage.

Package: python3-keyring
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: python3-crypto
Description: store and access your passwords safely - Python 3 version of the package
 The Python keyring library provides an easy way to access the system
 keyring service (e.g Gnome-Keyring, KWallet) from Python.
 it can be used in any application that needs safe password storage.
 .
 This is the Python 3 version of the package.