Skip to content

joke325/Py3rop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3 bindings for RNP

This project provides Python 3 bindings for the RNP high performance OpenPGP library.

Requirements

RNP

Python 3.7

Installation

  1. Download, build and install shared version of the RNP OpenPGP library.

  2. Install this wrapper:

python setup.py install

Testing

python tests/extest.py

Examples

There are Python alternatives of RNP's examples under the examples folder.