2016-04-18 19:22:33 -07:00
2016-02-26 16:21:44 -08:00
2016-04-18 19:13:45 -07:00
2016-04-18 19:13:57 -07:00
2014-09-30 18:38:10 -07:00
2014-10-07 17:02:23 -07:00
2014-10-01 11:04:01 -07:00
2014-07-20 22:11:40 -07:00

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/SecurityInnovation/PGPy.svg?branch=develop
    :target: https://travis-ci.org/SecurityInnovation/PGPy?branch=develop
    :alt: Travis-CI

.. image:: https://coveralls.io/repos/SecurityInnovation/PGPy/badge.png?branch=develop
    :target: https://coveralls.io/r/SecurityInnovation/PGPy?branch=develop
    :alt: Coveralls

Homepage: None yet.

`PGPy` is a Python (2 and 3) library for implementing Pretty Good Privacy into Python programs, conforming to the OpenPGP specification per RFC 4880.

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 3 >= 3.3; Python 2 >= 2.7

  Tested with: 3.5, 3.4, 3.3, 2.7

- `Cryptography <https://pypi.python.org/pypi/cryptography>`_

- `enum34 <https://pypi.python.org/pypi/enum34>`_

- `singledispatch <https://pypi.python.org/pypi/singledispatch>`_

- `pyasn1 <https://pypi.python.org/pypi/pyasn1/>`_

- `six <https://pypi.python.org/pypi/six>`_

License
-------

BSD 3-Clause licensed. See the bundled `LICENSE <https://github.com/SecurityInnovation/PGPy/blob/master/LICENSE>`_ file for more details.

Description
No description provided
Readme BSD-3-Clause 3.2 MiB
Languages
Python 99.7%
Shell 0.3%