summaryrefslogtreecommitdiff
path: root/PKG-INFO
diff options
context:
space:
mode:
authorKali Kaneko <kali@futeisha.org>2015-06-08 16:46:12 -0400
committerKali Kaneko <kali@futeisha.org>2015-06-08 16:46:12 -0400
commitb91ea5f9974471c8f596a42eb5023c693a9da450 (patch)
tree04d71c67be68d8d069fdf3b355e71b7a1f8e7813 /PKG-INFO
parent3488c8fa0078576ab35e463c33fe8e3e47e34e61 (diff)
parenta5d46a4e38985be540b9127ddcd3d8e21bbecb9a (diff)
Merge tag 'upstream/2.0.2'
Upstream version 2.0.2
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO12
1 files changed, 10 insertions, 2 deletions
diff --git a/PKG-INFO b/PKG-INFO
index 63c5f9b..2bdc4b2 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,13 +1,13 @@
Metadata-Version: 1.1
Name: gnupg
-Version: 1.3.1
+Version: 2.0.2
Summary: A Python wrapper for GnuPG
Home-page: https://github.com/isislovecruft/python-gnupg
Author: Isis Agora Lovecruft
Author-email: isis@patternsinthevoid.net
License: GPLv3+
Download-URL: https://github.com/isislovecruft/python-gnupg/archive/master.zip
-Description: This module allows easy access to GnuPG's key management, encryption and signature functionality from Python programs, by interacting with GnuPG through file descriptors. Input arguments are strictly checked and sanitised, and therefore this module should be safe to use in networked applications requiring direct user input. It is intended for use with Python 2.6 or greater.
+Description: This module allows easy access to GnuPG's key management, encryption and signature functionality from Python programs, by interacting with GnuPG through file descriptors. Input arguments are strictly checked and sanitised, and therefore this module should be safe to use in networked applications requiring direct user input. It is intended for use on Windows, MacOS X, BSD, or Linux, with Python 2.6, Python 2.7, Python 3.3, Python 3.4, or PyPy.
Platform: Linux
Platform: BSD
@@ -15,7 +15,13 @@ Platform: OSX
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
+Classifier: Operating System :: Android
+Classifier: Operating System :: MacOS :: MacOS X
+Classifier: Operating System :: Microsoft :: Windows
+Classifier: Operating System :: POSIX :: BSD
+Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
@@ -23,6 +29,8 @@ Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities