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.3.0.tar.gz
(36.6 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.3.0-py3-none-any.whl
(33.5 kB
view details)
File details
Details for the file gpyg-0.3.0.tar.gz.
File metadata
- Download URL: gpyg-0.3.0.tar.gz
- Upload date:
- Size: 36.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6760024e3ff70b40a318e3f63be9faa7c25fdb0149982be73be3c8e2e872cb0
|
|
| MD5 |
aed52bee4a079daf9a2dce85c43233ea
|
|
| BLAKE2b-256 |
27bd064d48a055f227664ec7f0a283ec83df11b2c11559cb0117c8faf5f40808
|
File details
Details for the file gpyg-0.3.0-py3-none-any.whl.
File metadata
- Download URL: gpyg-0.3.0-py3-none-any.whl
- Upload date:
- Size: 33.5 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 |
5feb92d5d2eb2dc03dceddd17a7dd2aa930ffd3519928194885b2825b619678d
|
|
| MD5 |
6edd99877e47f5650827d281abd7416b
|
|
| BLAKE2b-256 |
b83367b2accca12c55c5313d08737a556ba7707831f85499d395214392949e4a
|