mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
50e04afe68
* Added links to the new GPGME Python Bindings HOWTO. * Added links to sample scripts written in Python 3. * Updated the encryption and decryption example code to use the current best practices instead of the underlying, low level op_encrypt method (the best practices are easier and even more pythonic). Signed-off-by: Ben McGinnes <ben@adversary.org>