A modified version of python-gnupg, including security patches, extensive documentation, and extra features.
 
 
 
 
Go to file
Isis Lovecruft 34bbf47e60 Add io.StringIO subclass for writing gpg process results to a string.
* These .write()s need to be forced to unicode for StringIO to handle them
   correctly.
2013-03-18 19:36:30 +00:00
.pc Add quilt patches/ directory, series file, and first external patch. 2013-03-18 19:36:30 +00:00
patches Add quilt patches/ directory, series file, and first external patch. 2013-03-18 19:36:30 +00:00
.gitignore Update .gitignore to exclude the keys/ testing directory, and *.log files. 2013-03-18 19:36:29 +00:00
.travis.yml Add TravisCI config file for continuous integration testing. 2013-03-18 19:36:29 +00:00
COPYLEFT Original source from code.google.com, version 0.3.2. 2013-02-13 21:19:18 +00:00
LICENSE Original source from code.google.com, version 0.3.2. 2013-02-13 21:19:18 +00:00
Makefile Change Makefile 'make test' to only use basic tests. 2013-03-18 19:36:29 +00:00
NOTES_PYTHON_GNUPG_AUDIT.org.gpg Add encrypted copy of notes from my audit. 2013-03-06 16:42:02 +00:00
PKG-INFO Original source from code.google.com, version 0.3.2. 2013-02-13 21:19:18 +00:00
README Initial commit. 2013-02-13 21:18:30 +00:00
gnupg.py Reorder checks in gnupg.GPG.__init__() in a more sensible way. 2013-03-18 19:36:30 +00:00
setup.py Original source from code.google.com, version 0.3.2. 2013-02-13 21:19:18 +00:00
test_gnupg.py Add io.StringIO subclass for writing gpg process results to a string. 2013-03-18 19:36:30 +00:00

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

python-gnupg
============

Fork of python-gnupg-0.3.2, patched to remove Popen([...], shell=True).

Installation
------------
To install this package from a source distribution, do the following.

1. Extract all the files in the distribution archive to some directory on your system.
2. In that directory, run "python setup.py install".
3. Optionally, run "python test_gnupg.py" to ensure that the package is working as expected.