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.
Raw data
{
"_id": null,
"home_page": "https://github.com/SecurityInnovation/PGPy",
"name": "PGPy",
"maintainer": "Security Innovation",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "opensource@securityinnovation.com",
"keywords": "OpenPGP,PGP,Pretty Good Privacy,GPG,GnuPG,openpgp,pgp,gnupg,gpg,encryption,signature",
"author": "Michael Greene",
"author_email": "mgreene@securityinnovation.com",
"download_url": "https://files.pythonhosted.org/packages/f8/68/5e285ba9465550a48e837b08b27fa99ef238618f6085a1464afaa4dc8426/PGPy-0.6.0.tar.gz",
"platform": null,
"description": "PGPy: Pretty Good Privacy for Python\n====================================\n\n.. image:: https://badge.fury.io/py/PGPy.svg\n :target: https://badge.fury.io/py/PGPy\n :alt: Latest stable version\n\n.. image:: https://travis-ci.com/SecurityInnovation/PGPy.svg?branch=master\n :target: https://travis-ci.com/SecurityInnovation/PGPy?branch=master\n :alt: Travis-CI\n\n.. image:: https://coveralls.io/repos/github/SecurityInnovation/PGPy/badge.svg?branch=master\n :target: https://coveralls.io/github/SecurityInnovation/PGPy?branch=master\n :alt: Coveralls\n\n.. image:: https://readthedocs.org/projects/pgpy/badge/?version=latest\n :target: https://pgpy.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n`PGPy` is a Python library for implementing Pretty Good Privacy into Python programs, conforming to the OpenPGP specification per RFC 4880.\n\nFeatures\n--------\n\nCurrently, PGPy can load keys and signatures of all kinds in both ASCII armored and binary formats.\n\nIt can create and verify RSA, DSA, and ECDSA signatures, at the moment. It can also encrypt and decrypt messages using RSA and ECDH.\n\nInstallation\n------------\n\nTo install PGPy, simply:\n\n.. code-block:: bash\n\n $ pip install PGPy\n\nDocumentation\n-------------\n\n`PGPy Documentation <https://pgpy.readthedocs.io/en/latest/>`_ on Read the Docs\n\nDiscussion\n----------\n\nPlease report any bugs found on the `issue tracker <https://github.com/SecurityInnovation/PGPy/issues>`_\n\nYou can also join ``#pgpy`` on Freenode to ask questions or get involved\n\nRequirements\n------------\n\n- Python >= 3.6\n\n Tested with: 3.10, 3.9, 3.8, 3.7, 3.6\n\n- `Cryptography <https://pypi.python.org/pypi/cryptography>`_\n\n- `pyasn1 <https://pypi.python.org/pypi/pyasn1/>`_\n\n- `six <https://pypi.python.org/pypi/six>`_\n\nLicense\n-------\n\nBSD 3-Clause licensed. See the bundled `LICENSE <https://github.com/SecurityInnovation/PGPy/blob/master/LICENSE>`_ file for more details.\n\n\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "Pretty Good Privacy for Python",
"version": "0.6.0",
"split_keywords": [
"openpgp",
"pgp",
"pretty good privacy",
"gpg",
"gnupg",
"openpgp",
"pgp",
"gnupg",
"gpg",
"encryption",
"signature"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f8685e285ba9465550a48e837b08b27fa99ef238618f6085a1464afaa4dc8426",
"md5": "58e648e27e4f56d66fea01ef64e344f7",
"sha256": "279c2e353f4c3a319f00bd9bd582456e420f8a3ac6de2b4e9731444746828383"
},
"downloads": -1,
"filename": "PGPy-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "58e648e27e4f56d66fea01ef64e344f7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 603002,
"upload_time": "2022-11-24T02:35:22",
"upload_time_iso_8601": "2022-11-24T02:35:22.133271Z",
"url": "https://files.pythonhosted.org/packages/f8/68/5e285ba9465550a48e837b08b27fa99ef238618f6085a1464afaa4dc8426/PGPy-0.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-11-24 02:35:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "SecurityInnovation",
"github_project": "PGPy",
"travis_ci": true,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "pgpy"
}