python3-sop

Framework for implementing the Stateless OpenPGP CLI in Python
  https://gitlab.com/dkg/python-sop
  0
  no reviews



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.