Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 598 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 598 Bytes

Python 2 bindings for RNP

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

Requirements

RNP

Python 2.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.