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.1.2.tar.gz
(34.3 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.1.2-py3-none-any.whl
(31.0 kB
view details)
File details
Details for the file gpyg-0.1.2.tar.gz.
File metadata
- Download URL: gpyg-0.1.2.tar.gz
- Upload date:
- Size: 34.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13a5b3569cd76be0526f08fca09065be09d55aa50aa3c888dc24b167aedee658
|
|
| MD5 |
1368bdb951a7940f81a59b513d79d459
|
|
| BLAKE2b-256 |
1280a2d5825e005aef3c2e7bd4b8ffaf2c972f9a2ef661855287df8d6f99b603
|
File details
Details for the file gpyg-0.1.2-py3-none-any.whl.
File metadata
- Download URL: gpyg-0.1.2-py3-none-any.whl
- Upload date:
- Size: 31.0 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 |
ca1a2bb69468f4b32d8c7215804e665a313ca3b020c55235fbcffb04e24b15fa
|
|
| MD5 |
feb117c79321d9c1370b1e3efd0fa4f4
|
|
| BLAKE2b-256 |
fd8127656e3ef20766a3ef07296c569c42e93e01954441b21ff1da6112597c48
|