File: control

package info (click to toggle)
python-sop 0.2.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: python: 586; sh: 9; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 1,222 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
Source: python-sop
Section: python
Priority: optional
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 mypy <!nocheck>,
 python3-all (>= 3.7),
 python3-setuptools,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/python-sop.git -b debian/master
Vcs-Browser: https://salsa.debian.org/debian/python-sop
Homepage: https://gitlab.com/dkg/python-sop
Rules-Requires-Root: no

Package: python3-sop
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Framework for implementing the Stateless OpenPGP CLI in Python
 The Stateless OpenPGP Command-Line Interface (or `sop`) is a
 specification that encourages OpenPGP implementors to provide a
 common, relatively simple command-line API for purposes of object
 security.
 .
 This Python module helps implementers build such a CLI from any
 implementation accessible to the Python interpreter.
 .
 This package does *not* provide such an implementation itself -- this
 is just the scaffolding for the command line, which should make it
 relatively easy for an implementer to supply a handful of Python
 functions as methods of a class and get a full-fledged CLI as the
 result.