Skip to main content

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 hashes)

Uploaded Source

Built Distribution

gpyg-0.3.0-py3-none-any.whl (33.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page