-
Notifications
You must be signed in to change notification settings - Fork 4
Home
LRSignature is a Python based toolkit that wraps the GnuPG executable for signing and validating Learning Registry envelopes as well as some basic GPG key management utilities.
Included in the toolkit is both a library and a command line tool.
For a very basic overview of the basic features, check out the following pages.
For a more fully detailed use case, be sure to take a look at Learning Registry in 20 Minutes or Less
You can install LRSignature using 3 different methods. One method may suit your need better.
-
Install GNU Privacy Guard. It's advised to ensure that gpg or gpg.exe is included in the execution environment path.
-
Use the Python Package Index with
pip
. This is done via:
pip install LRSignature
-
Install GNU Privacy Guard. It's advised to ensure that gpg or gpg.exe is included in the execution environment path.
-
Download the latest release from src/dist
-
Install with pip
pip install LRSignature-<version>.tar.gz
-
Install GNU Privacy Guard. It's advised to ensure that gpg or gpg.exe is included in the execution environment path.
-
Clone from GitHub:
git clone https://github.com/jimklo/LRSignature.git
- Install for editing:
cd LRSignature/src
pip install -e ./