Skip to content
/ Pyrop Public

Python 2 bindings for the RNP OpenPGP library.

License

Notifications You must be signed in to change notification settings

joke325/Pyrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.