# 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
Release files for pyquay 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyquay-0.0.3.tar.gz | 2.9 kB | Details |
Release files / pyquay-0.0.3.tar.gz
| Download URL | pyquay-0.0.3.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ff78b029aa32bdcaa171cfcc1301f29ef892f7682f7681f1ef1bf2a02fde99b2
|
|
BLAKE2b-256 checksum How to use checksums |
df2ac375ecbee06550e1fe54f8d9632c22998e0af7958b2dffc8c59a2c0f4d09
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |