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.1.tar.gz
(34.1 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.1-py3-none-any.whl
(30.8 kB
view details)
File details
Details for the file gpyg-0.1.1.tar.gz.
File metadata
- Download URL: gpyg-0.1.1.tar.gz
- Upload date:
- Size: 34.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0949c4ace3f1f9307a0f6ae1739382589794298e2c5ddc36e4a94be3bcb151f7
|
|
| MD5 |
4a2cc68a3c6168fb602a76a51a675a9d
|
|
| BLAKE2b-256 |
3dc56792581ec3a76797f69929d49b454e4ffba8b76fc49d4573d79094b12ef7
|
File details
Details for the file gpyg-0.1.1-py3-none-any.whl.
File metadata
- Download URL: gpyg-0.1.1-py3-none-any.whl
- Upload date:
- Size: 30.8 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 |
e3a1c80ee75e6653f0efb0c8b4f874b6135ee7b25f5c03adaf64074b4c903fdf
|
|
| MD5 |
048565141673e0435bb2319fbab59c9c
|
|
| BLAKE2b-256 |
4bdadf917d2ed50082e1eb8d3766f481bb157f652645b5b6a16cead0f826a814
|