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.0.tar.gz
(31.2 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.0-py3-none-any.whl
(30.7 kB
view details)
File details
Details for the file gpyg-0.1.0.tar.gz.
File metadata
- Download URL: gpyg-0.1.0.tar.gz
- Upload date:
- Size: 31.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c1f6ff6549f1df699f43e718c8bd6dfcb71f7353027f3e3e3a974e4e9a11c6a
|
|
| MD5 |
182d556cb681cd2a706ee6a4fe3ebdc1
|
|
| BLAKE2b-256 |
fcebf503fe6cc62aca6910ce81ee4e0239fe71e53ad3a827756ecee792524a6a
|
File details
Details for the file gpyg-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gpyg-0.1.0-py3-none-any.whl
- Upload date:
- Size: 30.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 |
2fff9c53c23862181011f31d6336de0145f15d18c545ccd26cb3c8a7b21da812
|
|
| MD5 |
c4ff041494cbcb71b4154d23e0971e74
|
|
| BLAKE2b-256 |
bc0bec1deaf0f30c7bed0bdf8cd1af5bc07b76aa2e685fc695185db099e39d6b
|