No project description provided
Project description
`python-gpgmime` is a library for manipulating PGP mime messages.
It provides support for encrypting, decrypting, signing, and verifying
PGP mime email messages (RFC 3156). It's based partly on the
corresponding functionality in [alot][1], but the interface is built on
top of [python-gnupg][2]; It provides a subclass of that library's
`GPG`, with some additional mime-related methods.
This is in a very early stage of development; not everything works yet,
and what does may still be rough around the edges.
# LICENSE
GPL, version 3 or later.
# HACKING
Get set up:
virtualenv .venv
source .venv/bin/activate
python setup.py develop
pip install -r test-requirements.txt
Running the test suite:
py.test
Notes on tests:
* The folder `testing/gpghome` contains a keyring used by the test
suite, and there's a fixture defined in `testing/utils.py` that
sets up the library to use this keyring. Obviously, don't rely on
these keys for security; the private keys are published in a public
git repository! The passphrases for the secret keys are as follows:
* Alice: `secret`
* Bob has no passphrase on his key (tsk tsk).
* Mallory: `god`
* Tests themselves go in `testing/tests`. Support code for tests goes
in other modules under `testing/`.
* `python-gnupg` is missing support for a couple of the new status
messages introduced in gnupg2; these can cause erroneous test
failures. Some of these appear to be fixed in master, but still crop
up in 0.3.7 on my machine.
[1]: https://github.com/pazz/alot
[2]: https://pythonhosted.org/python-gnupg/
It provides support for encrypting, decrypting, signing, and verifying
PGP mime email messages (RFC 3156). It's based partly on the
corresponding functionality in [alot][1], but the interface is built on
top of [python-gnupg][2]; It provides a subclass of that library's
`GPG`, with some additional mime-related methods.
This is in a very early stage of development; not everything works yet,
and what does may still be rough around the edges.
# LICENSE
GPL, version 3 or later.
# HACKING
Get set up:
virtualenv .venv
source .venv/bin/activate
python setup.py develop
pip install -r test-requirements.txt
Running the test suite:
py.test
Notes on tests:
* The folder `testing/gpghome` contains a keyring used by the test
suite, and there's a fixture defined in `testing/utils.py` that
sets up the library to use this keyring. Obviously, don't rely on
these keys for security; the private keys are published in a public
git repository! The passphrases for the secret keys are as follows:
* Alice: `secret`
* Bob has no passphrase on his key (tsk tsk).
* Mallory: `god`
* Tests themselves go in `testing/tests`. Support code for tests goes
in other modules under `testing/`.
* `python-gnupg` is missing support for a couple of the new status
messages introduced in gnupg2; these can cause erroneous test
failures. Some of these appear to be fixed in master, but still crop
up in 0.3.7 on my machine.
[1]: https://github.com/pazz/alot
[2]: https://pythonhosted.org/python-gnupg/
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
gpgmime-0.1.tar.gz
(42.1 kB
view details)
File details
Details for the file gpgmime-0.1.tar.gz
.
File metadata
- Download URL: gpgmime-0.1.tar.gz
- Upload date:
- Size: 42.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb2ce0c9c0ff77af1d6f5ef4b89ad9ae56d44219cb1e54f494e6855c807f9e9a |
|
MD5 | c91eba0d4ca9e08db0919ad47c63478e |
|
BLAKE2b-256 | 384a51105d2658269c8637236a3762414a9e5b729aa03084b793642491259e13 |