File: control

package info (click to toggle)
python-keyczar 0.716%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 912 kB
  • ctags: 638
  • sloc: python: 3,134; makefile: 33; sh: 4
file content (40 lines) | stat: -rw-r--r-- 1,375 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
Source: python-keyczar
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christian Kastner <ckk@debian.org>
Build-Depends:
    debhelper (>= 9),
    dh-python,
    python-all,
    python-setuptools,
    python-pyasn1,
    python-crypto (>= 2.1),
Standards-Version: 3.9.8
Homepage: https://github.com/google/keyczar
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-keyczar.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-keyczar.git
X-Python-Version: >= 2.6

Package: python-keyczar
Architecture: all
Depends:
    ${python:Depends},
    ${misc:Depends},
    python-pyasn1,
    python-crypto,
Conflicts:
    python-json,
Description: toolkit for safe and simple cryptography for Python
 Keyczar is an open source cryptographic toolkit designed to make it easier and
 safer for developers to use cryptography in their applications. Keyczar
 supports authentication and encryption with both symmetric and asymmetric keys.
 Some features of Keyczar include:
 .
  * A simple API
  * Key rotation and versioning
  * Safe default algorithms, modes, and key lengths
  * Automated generation of initialization vectors and ciphertext signatures
  * Java, Python, and C++ implementations
 .
 This package provides the Python implementation of Keyczar.