craftin af91b7daa8
Some checks failed
Tox Tests / unit-tests (ubuntu-latest, 3.13) (push) Failing after 5m39s
Tox Tests / c-locale-test (push) Failing after 5m38s
Tox Tests / test-setup (py313-setup, 3.13) (push) Failing after 5m43s
Tox Tests / unit-tests (ubuntu-latest, 3.14) (push) Failing after 5m55s
Tox Tests / pep8 (push) Failing after 57s
Tox Tests / test-setup (py314-setup, 3.14) (push) Failing after 1m17s
removed coveralls from tests.yml
2026-02-11 15:43:38 +03:00
2022-11-23 18:30:42 -08:00
2017-04-13 15:24:50 -07:00
2022-11-23 17:15:45 -08:00
2014-09-30 18:38:10 -07:00
2017-08-15 21:46:43 -07:00
2021-05-14 10:13:04 -04:00
2021-04-16 16:38:08 -04:00
2021-04-20 11:37:14 -04:00
2022-11-23 16:42:18 -08:00
2022-02-02 12:51:08 -05:00
2021-09-24 10:52:28 -04:00
yep
2022-11-23 17:55:41 -08:00
2022-11-23 18:30:42 -08:00
2020-12-10 16:47:48 -05:00

PGPy: Pretty Good Privacy for Python
====================================

.. image:: https://badge.fury.io/py/PGPy.svg
    :target: https://badge.fury.io/py/PGPy
    :alt: Latest stable version

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

.. image:: https://coveralls.io/repos/github/SecurityInnovation/PGPy/badge.svg?branch=master
    :target: https://coveralls.io/github/SecurityInnovation/PGPy?branch=master
    :alt: Coveralls

.. image:: https://readthedocs.org/projects/pgpy/badge/?version=latest
    :target: https://pgpy.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

`PGPy` is a Python 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, DSA, and ECDSA signatures, at the moment. It can also encrypt and decrypt messages using RSA and ECDH.

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

To install PGPy, simply:

.. code-block:: bash

    $ pip install PGPy

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

`PGPy Documentation <https://pgpy.readthedocs.io/en/latest/>`_ on Read the Docs

Discussion
----------

Please report any bugs found on the `issue tracker <https://github.com/SecurityInnovation/PGPy/issues>`_

You can also join ``#pgpy`` on Freenode to ask questions or get involved

Requirements
------------

- Python >= 3.6

  Tested with: 3.10, 3.9, 3.8, 3.7, 3.6

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

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