python-sop 0.5.1-2 source package in Ubuntu

Changelog

python-sop (0.5.1-2) unstable; urgency=medium

  * Release into unstable

 -- Daniel Kahn Gillmor <email address hidden>  Thu, 15 Jun 2023 15:20:39 -0400

Upload details

Uploaded by:
dkg
Uploaded to:
Sid
Original maintainer:
dkg
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-sop_0.5.1-2.dsc 1.3 KiB ea30a4dc81143f3eebc8052cad3bdf2b3ce225f7b10042c92ec03372624c874a
python-sop_0.5.1.orig.tar.gz 14.2 KiB d43957a1cf55edca41bde6b079edd675fad33bbd50a44f6a1f14d90e3e0e5a6a
python-sop_0.5.1-2.debian.tar.xz 4.0 KiB 3ea0c71b4c80bd774c36619a7d571e127dad1fb6aa9a1addb185acd050217d90

Available diffs

No changes file available.

Binary packages built by this source

python3-sop: 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.