{ "info": { "author": "Chris Antenesse", "author_email": "chris.antenesse@socotra.com", "bugtrack_url": null, "classifiers": [], "description": "Client API\n===========\n\n# Installation\n\n- Go to the source\n\n```\ncd pyquay\npython setup.py sdist\npip install dist/pyquay-.tar.gz\n```\n\n# Usage\n\nDo the following to instantiate a Client class that will allow you to communicate with a Quay API:\n\n```\nfrom pyquay import Client\nc = Client(token)\n```\n\nParams:\n- token (str): Refers to the token used in the Authorization header\n\n## security\nThis grabs a json blob of all vulnerabilities associated with an image.\n\n```\ntenants = c.security(repo, imageid)\n```\n\n# CLI\nquaycli.py security get_vulnerability_list --token=token --repo=repo --image=image id", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.socotra.com", "keywords": null, "license": "all rights reserved", "maintainer": null, "maintainer_email": null, "name": "pyquay", "package_url": "https://pypi.org/project/pyquay/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyquay/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.socotra.com" }, "release_url": "https://pypi.org/project/pyquay/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Quay python client", "version": "0.0.3" }, "last_serial": 2200077, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d5740ccab9fd9e64c0d142724383d786", "sha256": "6aaeccd7e771b12f6a3ecfc1a3f5a1b11e323a21be318262772d2fd105dd3327" }, "downloads": -1, "filename": "pyquay-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d5740ccab9fd9e64c0d142724383d786", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2615, "upload_time": "2016-07-01T22:00:12", "url": "https://files.pythonhosted.org/packages/48/90/a3bd9751f3864112f0c966c14be53f26b1fc8181aec03af3cb8bbab8928e/pyquay-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "222e9da43788db9ffa9dfff883abd0f1", "sha256": "a4407e67262b4379fdfd6ce98cd2135dd201285a211ca8cb10c710fd801f93ca" }, "downloads": -1, "filename": "pyquay-0.0.2.tar.gz", "has_sig": false, "md5_digest": "222e9da43788db9ffa9dfff883abd0f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2665, "upload_time": "2016-07-01T22:31:28", "url": "https://files.pythonhosted.org/packages/ab/a2/efdb8713098f2d55ef76df52e70c9f632f493e9ce16506899f787b61ba9f/pyquay-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "1fd4d49c52110041f0c47e435013ab75", "sha256": "ff78b029aa32bdcaa171cfcc1301f29ef892f7682f7681f1ef1bf2a02fde99b2" }, "downloads": -1, "filename": "pyquay-0.0.3.tar.gz", "has_sig": false, "md5_digest": "1fd4d49c52110041f0c47e435013ab75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2887, "upload_time": "2016-07-03T05:54:46", "url": "https://files.pythonhosted.org/packages/df/2a/c375ecbee06550e1fe54f8d9632c22998e0af7958b2dffc8c59a2c0f4d09/pyquay-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1fd4d49c52110041f0c47e435013ab75", "sha256": "ff78b029aa32bdcaa171cfcc1301f29ef892f7682f7681f1ef1bf2a02fde99b2" }, "downloads": -1, "filename": "pyquay-0.0.3.tar.gz", "has_sig": false, "md5_digest": "1fd4d49c52110041f0c47e435013ab75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2887, "upload_time": "2016-07-03T05:54:46", "url": "https://files.pythonhosted.org/packages/df/2a/c375ecbee06550e1fe54f8d9632c22998e0af7958b2dffc8c59a2c0f4d09/pyquay-0.0.3.tar.gz" } ] }