Menu

Tree [179918] master /
 History

HTTPS access


File Date Author Commit
 COPYING 2014-03-05 __trophallaxis __trophallaxis [179918] Initial commit v0.4.0
 GnuPGInterface.py 2014-03-05 __trophallaxis __trophallaxis [179918] Initial commit v0.4.0
 MANIFEST 2014-03-05 __trophallaxis __trophallaxis [179918] Initial commit v0.4.0
 NEWS 2014-03-05 __trophallaxis __trophallaxis [179918] Initial commit v0.4.0
 README 2014-03-05 __trophallaxis __trophallaxis [179918] Initial commit v0.4.0
 THANKS 2014-03-05 __trophallaxis __trophallaxis [179918] Initial commit v0.4.0
 setup.cfg 2014-03-05 __trophallaxis __trophallaxis [179918] Initial commit v0.4.0
 setup.py 2014-03-05 __trophallaxis __trophallaxis [179918] Initial commit v0.4.0
 unittests.py 2014-03-05 __trophallaxis __trophallaxis [179918] Initial commit v0.4.0

Read Me

GnuPGInterface is a Python3 module to interface with GnuPG.
It concentrates on interacting with GnuPG via filehandles,
providing access to control GnuPG via versatile and extensible means.

This module is based on GnuPG::Interface and GnuPGInterface,
Perl and Python2 modules by Frank J. Tobin.

To install this distribution, simply run the following:

	python3.2 setup.py build
	python3.2 setup.py install

See 'pydoc GnuPGInterface' for module documentation.  Only recent
versions of Python include the executable 'pydoc'.