Pretty Good Privacy for Python (temporary fork for py3.13 compatability)
Project description
PGPy is a Python library for implementing Pretty Good Privacy into Python programs, conforming to the OpenPGP specification per RFC 4880.
Disclaimer
PGPy13 is a (hopefully) temporary fork of the main PGPy project with one and only two patches installed:
the removal of a reference to the imghdr library, which was removed from the Python3 standard library in 3.13.
the requirements for the cryptography library now specify v38 or higher; see PR #403
Support for python <3.9 is also removed, but this is purely a package metadata change. When and if issue #462 is resolved and a new release of the upstream project happens, this fork will be taken down. I am not proposing to become PGPy’s new maintainer, and will not be accepting pull requests or bug reports at this time.
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 PGPy13, simply:
$ pip install PGPy13
Documentation
PGPy Documentation on Read the Docs
Discussion
Please report any bugs found on the issue tracker
You can also join #pgpy on Freenode to ask questions or get involved
Requirements
Python >= 3.9
Tested with: 3.13, 3.12, 3.11, 3.10, 3.9
License
BSD 3-Clause licensed. See the bundled LICENSE file for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pgpy13-0.6.1rc1.tar.gz.
File metadata
- Download URL: pgpy13-0.6.1rc1.tar.gz
- Upload date:
- Size: 603.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
398d71b8c5b0852c79c7b4598c0c98f7458f39b439b62068cfb49b19caaf5912
|
|
| MD5 |
ec5eba607ad1ad5eb2d93ba45ef42080
|
|
| BLAKE2b-256 |
274a49f87efd9c320d25b2edda4d9bda520607fbc12338cd1030468d830f29bb
|
File details
Details for the file pgpy13-0.6.1rc1-py3-none-any.whl.
File metadata
- Download URL: pgpy13-0.6.1rc1-py3-none-any.whl
- Upload date:
- Size: 84.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8d6cf3dea0cc23373ff1c4ed79a6a4bf39216bf54970bae7cca656003d1aa4f
|
|
| MD5 |
c0e4cdda81f928709f2854fa44055859
|
|
| BLAKE2b-256 |
4fde8e43636f1244989fb733513fa7c1252a3f82feda4ee861ec1b6377f2e6e7
|