2014-05-02 17:37:06 -07:00
2014-05-02 17:00:06 -07:00
2014-05-02 17:21:30 -07:00
2014-04-22 21:16:15 -07:00
2014-05-01 17:33:36 -07:00
2014-04-22 21:11:34 -07:00
2014-04-22 22:38:59 -07:00
2014-05-01 17:33:36 -07:00
2014-04-22 22:38:59 -07:00
2014-04-22 22:38:17 -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 version

.. image:: https://travis-ci.org/Commod0re/PGPy.svg?branch=master
    :target: https://travis-ci.org/Commod0re/PGPy?branch=master
    :alt: Travis-CI

.. image:: https://coveralls.io/repos/Commod0re/PGPy/badge.png?branch=master
    :target: https://coveralls.io/r/Commod0re/PGPy?branch=master
    :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 sign and verify RSA signatures only, at the moment.

Installation
------------

To install PGPy, simply:

.. code-block:: bash

    $ pip install PGPy

Documentation
-------------

None yet!

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>`

License
-------

MIT licensed. See the bundled `LICENSE`_ file for more details.

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