Skip to main content

Quay python client

Project description

# Installation

  • Go to the source

` cd pyquay python setup.py sdist pip install dist/pyquay-<VERSION>.tar.gz `

# Usage

Do the following to instantiate a Client class that will allow you to communicate with a Quay API:

` from pyquay import Client c = Client(token) `

Params: - token (str): Refers to the token used in the Authorization header

## security This grabs a json blob of all vulnerabilities associated with an image.

` tenants = c.security(repo, imageid) `

# CLI quaycli.py security get_vulnerability_list –token=token –repo=repo –image=image id

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

pyquay-0.0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

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