Metadata-Version: 1.1
Name: PGPy
Version: 0.2.2
Summary: Pretty Good Privacy for Python
Home-page: https://github.com/Commod0re/PGPy
Author: Michael Greene
Author-email: mgreene@securityinnovation.com
License: BSD
Download-URL: https://github.com/Commod0re/PGPy/archive/0.2.2.tar.gz
Description: PGPy: Pretty Good Privacy for Python
        ====================================
        
        .. image:: https://badge.fury.io/py/PGPy.svg
            :target: http://badge.fury.io/py/PGPy
            :alt: Latest stable version
        
        .. image:: https://travis-ci.org/Commod0re/PGPy.svg?branch=master
            :target: https://travis-ci.org/Commod0re/PGPy?branch=develop
            :alt: Travis-CI
        
        .. image:: https://coveralls.io/repos/Commod0re/PGPy/badge.png?branch=master
            :target: https://coveralls.io/r/Commod0re/PGPy?branch=develop
            :alt: Coveralls
        
        Homepage: None yet.
        
        `PGPy` is a Python (2 and 3) library for implementing Pretty Good Privacy into Python programs.
        
        Features
        --------
        
        Currently, PGPy can load keys and signatures of all kinds in both ASCII armored and binary formats.
        
        It can create and verify RSA and DSA signatures, at the moment.
        
        Installation
        ------------
        
        To install PGPy, simply:
        
        .. code-block:: bash
        
            $ pip install PGPy
        
        Documentation
        -------------
        
        `PGPy Documentation <https://pythonhosted.org/PGPy/>`_
        
        Requirements
        ------------
        
        - Python >= 2.7
        
          Tested with: 3.4, 3.3, 3.2, 2.7
        
        - `Requests <https://pypi.python.org/pypi/requests>`_
        
        - `Cryptography <https://pypi.python.org/pypi/cryptography>`_
        
        - `enum34 <https://pypi.python.org/pypi/enum34>`_
        
        License
        -------
        
        BSD 3-Clause licensed. See the bundled `LICENSE <https://github.com/Commod0re/PGPy/blob/master/LICENSE>`_ file for more details.
        
        
Keywords: PGP,pgp,Pretty Good Privacy,GPG,gpg,OpenPGP
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
