Skip to main content

vpypi is a CLI tool to verify GPG signature for Python packages on PyPI.

Project description

vpypi

vpypi is a CLI tool to verify GPG signature for Python packages on PyPI.

Installation

python3 -m pip install --user vpypi

Usage

$ python3.9 -m vpypi flask==1.1.1
{
  "created": "2019-07-08",
  "fingerprint": "AD253D8661D175D001F462D77A1C87E3F5BC42A8",
  "key_id": "7A1C87E3F5BC42A8",
  "name": "Flask-1.1.1-py2.py3-none-any.whl",
  "status": "signature valid",
  "username": "David Lord <davidism@gmail.com>"
}
{
  "created": "2019-07-08",
  "fingerprint": "AD253D8661D175D001F462D77A1C87E3F5BC42A8",
  "key_id": "7A1C87E3F5BC42A8",
  "name": "Flask-1.1.1.tar.gz",
  "status": "signature valid",
  "username": "David Lord <davidism@gmail.com>"
}

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

vpypi-0.0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

vpypi-0.0.1-py3-none-any.whl (4.4 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