A modern pythonic wrapper around GPG
Project description
GPyG
A modern pythonic wrapper around GPG
Installation
Requirements:
- At least Python 3.12
- A working GNUPG installation
GPyG can be installed from PyPI with the following command:
python -m pip install gpyg
Basic Usage
from gpyg import GPG
with GPG() as gpg:
print(gpg.keys.list_keys())
print(gpg.keys.list_keys()[0].export())
Documentation
In-depth documentation and the API reference is hosted at https://itecai.github.io/GPyG
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gpyg-0.2.0.tar.gz
(35.0 kB
view details)
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
gpyg-0.2.0-py3-none-any.whl
(31.7 kB
view details)
File details
Details for the file gpyg-0.2.0.tar.gz.
File metadata
- Download URL: gpyg-0.2.0.tar.gz
- Upload date:
- Size: 35.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d15e4199e163bf71208aef795e6731c3d7ca7bcf3726073e2aba68154a26f514
|
|
| MD5 |
66cd4fc530fe59ce7007a8a91767f4fc
|
|
| BLAKE2b-256 |
4f2bc7f46450d829cf1d3aa591c0d830444b167065a2f9e66570f0adad46439c
|
File details
Details for the file gpyg-0.2.0-py3-none-any.whl.
File metadata
- Download URL: gpyg-0.2.0-py3-none-any.whl
- Upload date:
- Size: 31.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01a8b13bef50a440f9cd9ad4ec87980deeaabd21813fdd3c6b06975d007098c1
|
|
| MD5 |
f6747359a7d350d085bfcd1d1216847b
|
|
| BLAKE2b-256 |
e69e183779994c281bda723e5a6e93aff9de12fdee6f348240d2043c7c2ea424
|