{ "info": { "author": "Anchore Inc.", "author_email": "dev@anchore.com", "bugtrack_url": null, "classifiers": [], "description": "Overview\n========\n\nThe Anchore CLI provides a command line interface on top of the `Anchore Engine `_ REST API.\n\nUsing the Anchore CLI users can manage and inspect images, policies, subscriptions and registries.\n\nInstalling Anchore CLI from source\n==================================\n\nThe Anchore CLI can be installed from source using the Python pip utility\n\n.. code::\n\n git clone https://github.com/anchore/anchore-cli\n cd anchore-cli\n pip install --user --upgrade . \n\nOr can be installed from the installed form source from the Python `PyPI `_ package repository.\n\nInstalling Anchore CLI on CentOS and Red Hat Enterprise Linux\n=============================================================\n\n.. code::\n\n yum install epel-release\n yum install python-pip\n pip install anchorecli\n\nInstalling Anchore CLI on Debian and Ubuntu\n===========================================\n\n.. code::\n\n apt-get update \n apt-get install python-pip\n pip install anchorecli\n Note make sure ~/.local/bin is part of your PATH or just export it directly: export PATH=\"$HOME/.local/bin/:$PATH\"\n\nInstalling Anchore CLI on Mac OS / OS X\n===========================================\n\nUse Python's `pip` package manager:\n\n.. code::\n\n sudo easy_install pip\n pip install --user anchorecli\n export PATH=${PATH}:${HOME}/Library/Python/2.7/bin\n\nTo ensure `anchore-cli` is readily available in subsequent terminal sessions, remember to add that last line to your shell profile (`.bash_profile` or equivalent).\n\nTo update `anchore-cli` later:\n\n.. code::\n\n pip install --user --upgrade anchorecli\n\n\nConfiguring the Anchore CLI\n===========================\n\nBy default the Anchore CLI will try to connect to the Anchore Engine at ``http://localhost/v1`` with no authentication.\nThe username, password and URL for the server can be passed to the Anchore CLI as command line arguments.\n\n.. code::\n\n --u TEXT Username eg. admin\n --p TEXT Password eg. foobar\n --url TEXT Service URL eg. http://localhost:8228/v1\n \nRather than passing these parameters for every call to the cli they can be stores as environment variables.\n\n.. code::\n\n ANCHORE_CLI_URL=http://myserver.example.com:8228/v1\n ANCHORE_CLI_USER=admin\n ANCHORE_CLI_PASS=foobar\n\nCommand line examples\n=====================\n\nAdd an image to the Anchore Engine\n\n.. code::\n\n anchore-cli image add docker.io/library/debian:latest \n\nWait for an image to transition to ``analyzed``\n\n.. code::\n\n anchore-cli image add docker.io/library/debian:latest \n \nList images analyzed by the Anchore Engine\n\n.. code::\n\n anchore-cli image list \n\nGet summary information for a specified image \n\n.. code::\n\n anchore-cli image get docker.io/library/debian:latest\n\nPerform a vulnerability scan on an image\n\n.. code::\n\n anchore-cli image vuln docker.io/library/debian:latest os\n\nPerform a policy evaluation on an image\n\n.. code::\n\n anchore-cli evaluate check docker.io/library/debian:latest --detail\n\nList operating system packages present in an image\n\n.. code::\n\n anchore-cli image content docker.io/library/debian:latest os \n \nSubscribe to receive webhook notifications when new CVEs are added to an update\n\n.. code::\n\n anchore-cli subscription activate vuln_update docker.io/library/debian:latest\n\nMore Information\n================\n\nFor further details on use of the Anchore CLI with the Anchore Engine please refer to `Anchore Engine `_", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.anchore.com", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "anchorecli", "package_url": "https://pypi.org/project/anchorecli/", "platform": "", "project_url": "https://pypi.org/project/anchorecli/", "project_urls": { "Homepage": "http://www.anchore.com" }, "release_url": "https://pypi.org/project/anchorecli/0.5.0/", "requires_dist": null, "requires_python": "", "summary": "Anchore Service CLI", "version": "0.5.0" }, "last_serial": 5783493, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "86e4563f41c6c8b053cb774f5379d0db", "sha256": "703777c83e3912b56c310f3580e86cd740be272477bd53a7c6efc45c39d129d3" }, "downloads": -1, "filename": "anchorecli-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "86e4563f41c6c8b053cb774f5379d0db", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 18604, "upload_time": "2017-09-08T19:49:31", "url": "https://files.pythonhosted.org/packages/a0/6e/1acc698179dc720dfbfad0eb1fb0f49ace5b4c8905aaef5b8239379c9e2a/anchorecli-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6716ee04493f95d42f0616c5e2a5818a", "sha256": "df13bc2c72d7e1068e1a17502c0fc13cc078d3a17285634c0689b35e611079a7" }, "downloads": -1, "filename": "anchorecli-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6716ee04493f95d42f0616c5e2a5818a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17047, "upload_time": "2017-09-08T19:49:33", "url": "https://files.pythonhosted.org/packages/d2/cc/79cb6b77c04c77d88506cde55640e91d297b19ade71de28a0f30458a41a4/anchorecli-0.1.0.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "1bd80c2a48958930748aca238ad52a57", "sha256": "4755ca8e8db4487e637626bddce537aa840ecacee74c13cc72c12ea8a825e9fb" }, "downloads": -1, "filename": "anchorecli-0.1.10-py2-none-any.whl", "has_sig": false, "md5_digest": "1bd80c2a48958930748aca238ad52a57", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 25226, "upload_time": "2018-04-09T21:44:21", "url": "https://files.pythonhosted.org/packages/3f/fd/099d6f9afda158e201a49c61790ca17833999b696439f9512178d3e71b42/anchorecli-0.1.10-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7db22c5d26ab30a0fa890e7d5d3267f9", "sha256": "cc479dcb1c0fea0261d45637d23be77b27aa7f0fb85c0a4ed7faa3c866de2428" }, "downloads": -1, "filename": "anchorecli-0.1.10.tar.gz", "has_sig": false, "md5_digest": "7db22c5d26ab30a0fa890e7d5d3267f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22595, "upload_time": "2018-04-09T21:44:22", "url": "https://files.pythonhosted.org/packages/36/f4/5510fa64059cfe39d7737287b83c66332dc9c55373396c3f1e09f3f97ef1/anchorecli-0.1.10.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "e2915c2f02a355a77c77a8e538b19269", "sha256": "1e315e5e9c721c17ff88b47e3e45265d976e99cb1702744a4dec54912e5658ec" }, "downloads": -1, "filename": "anchorecli-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "e2915c2f02a355a77c77a8e538b19269", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 20370, "upload_time": "2017-10-12T17:09:57", "url": "https://files.pythonhosted.org/packages/69/90/a3a82a405a9aa54ae9efaede06877433564d13f84cb8333335b5949ea223/anchorecli-0.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "443ee03858e922a9cbbf3b1ed810fa8a", "sha256": "180c1c2239cc8435a8b4809c8da42de89197bec6e54a52c6136d14f41afaf79f" }, "downloads": -1, "filename": "anchorecli-0.1.2.tar.gz", "has_sig": false, "md5_digest": "443ee03858e922a9cbbf3b1ed810fa8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18397, "upload_time": "2017-10-12T17:09:58", "url": "https://files.pythonhosted.org/packages/66/d2/652fe2c2ebeebe72bc6c7dec83fb7a5ce87437d6129c92cc5db5d1a2920c/anchorecli-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "c4bc04bbe08480b1bfe416bd5d2ba326", "sha256": "d8455543a057bb69b6851c41c7d24663f813d02ef9007780ff8b205c830c2b7c" }, "downloads": -1, "filename": "anchorecli-0.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "c4bc04bbe08480b1bfe416bd5d2ba326", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 21050, "upload_time": "2017-11-03T20:16:58", "url": "https://files.pythonhosted.org/packages/fb/50/b930c24eeac59a4bda6322dcbe47c9039b5745969ff8da3e2b85e52dc8c5/anchorecli-0.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1b5764cd24fd4f6a999731cffacd7604", "sha256": "9a898fb75194d65699883c741ca7f38934d8ddb1a30ea1ce15db0e02ec9d116f" }, "downloads": -1, "filename": "anchorecli-0.1.3.tar.gz", "has_sig": false, "md5_digest": "1b5764cd24fd4f6a999731cffacd7604", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19049, "upload_time": "2017-11-03T20:16:59", "url": "https://files.pythonhosted.org/packages/aa/94/d129299248b4b22a63df819fd981fbc8aced6cd7f3bb21b540cce39dc31e/anchorecli-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "a37293bd6ea026dd2c4c46d9ed6de2d0", "sha256": "1046e37216732cc7e61f3c80d44744c0375c98ff4c101506afef5bd29cfb815f" }, "downloads": -1, "filename": "anchorecli-0.1.4-py2-none-any.whl", "has_sig": false, "md5_digest": "a37293bd6ea026dd2c4c46d9ed6de2d0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 21128, "upload_time": "2017-11-28T17:31:43", "url": "https://files.pythonhosted.org/packages/f0/0e/3d7190e303edbeec3a038962cb2e8fc6ae56603f6cc0c68e7d1f8a542999/anchorecli-0.1.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc11da6b47730442c3554b8ee11b8f24", "sha256": "ea78316870b78e86e00f7273cf518e3cee5d9225ac2288d820d613e1e81ccf73" }, "downloads": -1, "filename": "anchorecli-0.1.4.tar.gz", "has_sig": false, "md5_digest": "dc11da6b47730442c3554b8ee11b8f24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19120, "upload_time": "2017-11-28T17:31:44", "url": "https://files.pythonhosted.org/packages/00/3a/6becffcf35e6e9ffaa6e68476c4629304a671171be2565196fdf66304249/anchorecli-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "e56bdc31db870e246cf960dcf327c615", "sha256": "58f307a00466a8e90e560715298abf7bef616e6448372785b484c26739aad450" }, "downloads": -1, "filename": "anchorecli-0.1.5-py2-none-any.whl", "has_sig": false, "md5_digest": "e56bdc31db870e246cf960dcf327c615", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 21184, "upload_time": "2017-12-19T22:09:49", "url": "https://files.pythonhosted.org/packages/ff/88/4510b4a71f9b48e51074501ec1f0501e99b158ecceca281b032db143b9cb/anchorecli-0.1.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd7f05abafb2a67e363671dbb705bac6", "sha256": "17fac1550b39a70e0632d720975f5bfa644b6da3e3aa05d6abbcfebc6fda655b" }, "downloads": -1, "filename": "anchorecli-0.1.5.tar.gz", "has_sig": false, "md5_digest": "fd7f05abafb2a67e363671dbb705bac6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19201, "upload_time": "2017-12-19T22:09:52", "url": "https://files.pythonhosted.org/packages/15/a1/334bbdfd94158267dd272ffec4d9125d859c4bd9fd6053e49de37c27046e/anchorecli-0.1.5.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "eeec7ac10bb57d1e1549d3c046578f9c", "sha256": "fd19cd83c372e8adf1cefce0779904ce0ec86ea0ca5eb59f18dba2976c7c7d5f" }, "downloads": -1, "filename": "anchorecli-0.1.7-py2-none-any.whl", "has_sig": false, "md5_digest": "eeec7ac10bb57d1e1549d3c046578f9c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 21404, "upload_time": "2018-01-22T23:20:16", "url": "https://files.pythonhosted.org/packages/8a/fc/573e404f36162ae2b02510d8bfc36fe6520cde5322ed7bc40e0f3c681731/anchorecli-0.1.7-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "448df95464fe085a11df6be1d28449b9", "sha256": "4da62941577d067afa924fb33ae3c981327c2162cb88edf9432753741a2b8f9c" }, "downloads": -1, "filename": "anchorecli-0.1.7.tar.gz", "has_sig": false, "md5_digest": "448df95464fe085a11df6be1d28449b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19465, "upload_time": "2018-01-22T23:20:18", "url": "https://files.pythonhosted.org/packages/39/ed/358eab3d595311b25ab017bf0f8089a9f61fe8ac4b0a71bdf7a3183accfe/anchorecli-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "cf841ff2d3046330274dbc498d88c47e", "sha256": "5725f1c5b984e9e87b3dddb6d9581e358b839543bb4057a6f1e13e2a66bf976c" }, "downloads": -1, "filename": "anchorecli-0.1.8-py2-none-any.whl", "has_sig": false, "md5_digest": "cf841ff2d3046330274dbc498d88c47e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 24181, "upload_time": "2018-02-16T22:13:35", "url": "https://files.pythonhosted.org/packages/2f/e8/92dc08a5fad915839dc6cbf25034b7479606ddeade0839351ab3b2401486/anchorecli-0.1.8-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eccb6cc23f9ef1e29ef02ade04e84fcd", "sha256": "a7a20fed3fe1bd2d28d379821f562832cfd22e25a24b3e51281368bd136194ce" }, "downloads": -1, "filename": "anchorecli-0.1.8.tar.gz", "has_sig": false, "md5_digest": "eccb6cc23f9ef1e29ef02ade04e84fcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21687, "upload_time": "2018-02-16T22:13:36", "url": "https://files.pythonhosted.org/packages/6c/f0/64ce1db44285287b449302f4f32b6fa2faa9317164fef49f17fc238ffe04/anchorecli-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "445f4f8a5d7dd495e346fdbbe7c2e500", "sha256": "4e728954382ea185d45c19f3081690facf76ab96c47d88bc6bc0572f36801fc5" }, "downloads": -1, "filename": "anchorecli-0.1.9-py2-none-any.whl", "has_sig": false, "md5_digest": "445f4f8a5d7dd495e346fdbbe7c2e500", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 24622, "upload_time": "2018-03-19T21:18:29", "url": "https://files.pythonhosted.org/packages/df/d3/cc309b88e09fac92b480842edb04bdae8f000af5d73373626be3d6937a1b/anchorecli-0.1.9-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea0b97efbb980d8026a4ab4ce7eb554f", "sha256": "5eab7c87da6654609ef492b39d13d58cd344c56ef34e4dc3674866f83c8b9e28" }, "downloads": -1, "filename": "anchorecli-0.1.9.tar.gz", "has_sig": false, "md5_digest": "ea0b97efbb980d8026a4ab4ce7eb554f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22027, "upload_time": "2018-03-19T21:18:31", "url": "https://files.pythonhosted.org/packages/ab/f8/6e78b511d1e2f25f39b89374655b7b4a436f2e23ca497d563a4e2691a949/anchorecli-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "572d07571df90d5a513f5730fc09f331", "sha256": "8f9f619291c3962ce743f0011d114ae848bb9f27adc1efa8e23b9c59964de99b" }, "downloads": -1, "filename": "anchorecli-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "572d07571df90d5a513f5730fc09f331", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 26150, "upload_time": "2018-04-27T17:02:30", "url": "https://files.pythonhosted.org/packages/27/eb/35dd5cd35d2a6f55f6a7c00b20e73461d8f8fb3fd93191e4cc2ed93749da/anchorecli-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "59d8f53c4370cf1809ccf1b3cc881879", "sha256": "072c1ddb1a0bf2ea44265015aa4cfae8e19642698e9439475d0e45e1caef29e7" }, "downloads": -1, "filename": "anchorecli-0.2.0.tar.gz", "has_sig": false, "md5_digest": "59d8f53c4370cf1809ccf1b3cc881879", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23466, "upload_time": "2018-04-27T17:02:31", "url": "https://files.pythonhosted.org/packages/0f/ae/c7f89f570b360712ee89a1499cfa29e6660c29b54fc37cc24abac423c1ed/anchorecli-0.2.0.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "5149bd123c20d57dbaac5c432c946ed9", "sha256": "c4d2d2dc0cad14a7b187a81c6a24f8c295747ee697a6dacf58ea577d1220909f" }, "downloads": -1, "filename": "anchorecli-0.2.2-py2-none-any.whl", "has_sig": false, "md5_digest": "5149bd123c20d57dbaac5c432c946ed9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 27139, "upload_time": "2018-06-08T22:57:52", "url": "https://files.pythonhosted.org/packages/82/90/e3050413a6f580bd99c7f67b6922bc24411a02191a07cb2280155557e086/anchorecli-0.2.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07ddd66e9729bd81fd168c90445e8d85", "sha256": "97bddd1f9c6ea07470f387ec9ba677fa5702ce2a99f3d5f8baf1c9368f48f08d" }, "downloads": -1, "filename": "anchorecli-0.2.2.tar.gz", "has_sig": false, "md5_digest": "07ddd66e9729bd81fd168c90445e8d85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24184, "upload_time": "2018-06-08T22:57:54", "url": "https://files.pythonhosted.org/packages/91/ec/8e8e948c3bcee1b80108eedf05c5e0df3981a399778c5e770c3dda031075/anchorecli-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "127ea627f4e8dc3fb0ae1a5259ee5145", "sha256": "70253061a6995ae06f3ce225d4c56bd8da5e252934eafc5b7e781bcc3eecefc8" }, "downloads": -1, "filename": "anchorecli-0.2.3-py2-none-any.whl", "has_sig": false, "md5_digest": "127ea627f4e8dc3fb0ae1a5259ee5145", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 29340, "upload_time": "2018-06-29T21:38:33", "url": "https://files.pythonhosted.org/packages/3a/65/d1293cbfaea2ebc9584c42e595113ac6b13998b6c6081a7e745a17417889/anchorecli-0.2.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d34b1933da9d47a01640c3f4581bd956", "sha256": "0046963a11e12d21d1c13dad6b7ac5e9fc3ba5d99653c59fbbabc02ebed241f9" }, "downloads": -1, "filename": "anchorecli-0.2.3.tar.gz", "has_sig": false, "md5_digest": "d34b1933da9d47a01640c3f4581bd956", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25758, "upload_time": "2018-06-29T21:38:34", "url": "https://files.pythonhosted.org/packages/c0/33/e950f9f902b0df5b21a2a518c7fa995a8a437e29c370be0a2470d345b0d5/anchorecli-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "412b19b56d223caf87a2f5223a8fb586", "sha256": "4944c078fe956109813e7e10f9d3c0e2e17f44708af3b22b069587a90cea3f65" }, "downloads": -1, "filename": "anchorecli-0.2.4-py2-none-any.whl", "has_sig": false, "md5_digest": "412b19b56d223caf87a2f5223a8fb586", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 29050, "upload_time": "2018-08-07T02:20:04", "url": "https://files.pythonhosted.org/packages/a5/3c/981e9d226ee7ee1de32eae21b0b5e35adffa15be8cc9f6e7084641d2e84b/anchorecli-0.2.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7481731a61194b6bbf2df682c03d5b3f", "sha256": "09a47dfe0da40caebd5696a09d980a7819285304e7d400f6ef365f65a163af13" }, "downloads": -1, "filename": "anchorecli-0.2.4.tar.gz", "has_sig": false, "md5_digest": "7481731a61194b6bbf2df682c03d5b3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25711, "upload_time": "2018-08-07T02:20:05", "url": "https://files.pythonhosted.org/packages/ad/3b/3787355af0436891e3e8815be7774d10845a012e5b93374674add2c14979/anchorecli-0.2.4.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "931498d31b1feb137369dc10c6dcd25f", "sha256": "df9545788ac3a671e5828d7cebdf0c177ba8befb032eb35b965d14167a0e21e6" }, "downloads": -1, "filename": "anchorecli-0.3.0.tar.gz", "has_sig": false, "md5_digest": "931498d31b1feb137369dc10c6dcd25f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29375, "upload_time": "2018-11-14T19:42:38", "url": "https://files.pythonhosted.org/packages/29/7f/6849f9a2346735ba60d919b4cffec954fe7f9c12da7f37e5e6dc2cc39a97/anchorecli-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "411877a134e55b9008af3f26d6666d43", "sha256": "7960f438108fe6fd7d6d17f3af85d3f7b28e9d9168ab3fdec61dceab319bbb6e" }, "downloads": -1, "filename": "anchorecli-0.3.1.tar.gz", "has_sig": false, "md5_digest": "411877a134e55b9008af3f26d6666d43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30708, "upload_time": "2018-12-05T19:32:34", "url": "https://files.pythonhosted.org/packages/53/a2/2fc4ec67b9f42bce7238cd2c95b9d389381d79b47aa5c864d08c84eed4dc/anchorecli-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "e5190dde04468dc1a44a6622c1053406", "sha256": "30719ab684c21c782903bcf7f43828ed70f6b9cce3d15301aee2e69e2d04c6f4" }, "downloads": -1, "filename": "anchorecli-0.3.2.tar.gz", "has_sig": false, "md5_digest": "e5190dde04468dc1a44a6622c1053406", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32235, "upload_time": "2019-02-06T21:58:19", "url": "https://files.pythonhosted.org/packages/15/2f/048234f1d29b5e08b5e2bbeb9ea0657ba5d33faf01708358849d981780fd/anchorecli-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "33e1a1931fb2b42b74783faecbbbc461", "sha256": "939f143d9be3bdccc52f3d72f1e18687bf8ae54f5e77689db85c239d7ef05f81" }, "downloads": -1, "filename": "anchorecli-0.3.3.tar.gz", "has_sig": false, "md5_digest": "33e1a1931fb2b42b74783faecbbbc461", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32933, "upload_time": "2019-02-22T22:08:21", "url": "https://files.pythonhosted.org/packages/65/1b/0c185950c9658cb0d25d988324b80b34d07e4b77d5111e3ca2056c403898/anchorecli-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "60ae7155c4525436b20a5286fd8e7c7b", "sha256": "c191c140922e7b8ab8eb16baf332eea90959d9b510a448b24452ec7b0459417b" }, "downloads": -1, "filename": "anchorecli-0.3.4.tar.gz", "has_sig": false, "md5_digest": "60ae7155c4525436b20a5286fd8e7c7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33114, "upload_time": "2019-04-04T21:02:34", "url": "https://files.pythonhosted.org/packages/be/d5/09b8c23480db3635a229e7e3941d1b7e9af23f32259aac191b2f5c4948c4/anchorecli-0.3.4.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "69e6d37d46d50ee8016df20d01c581da", "sha256": "25b0a119832e0f4963b6d493d472797dfb3bb2b4c43121843230a839d36c75d6" }, "downloads": -1, "filename": "anchorecli-0.4.0.tar.gz", "has_sig": false, "md5_digest": "69e6d37d46d50ee8016df20d01c581da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35975, "upload_time": "2019-05-08T23:14:11", "url": "https://files.pythonhosted.org/packages/fe/82/2f1fda5e82ee0f5d75343db6d4535e8fdadcc516c495192a055e383e5791/anchorecli-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "84d479a82bf989131cc559373fae05e5", "sha256": "dfce3633a4bc8b3899e24412166c8c2c55b7765fdda39d5932196ba933ee1ce6" }, "downloads": -1, "filename": "anchorecli-0.4.1.tar.gz", "has_sig": false, "md5_digest": "84d479a82bf989131cc559373fae05e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36236, "upload_time": "2019-06-21T17:26:37", "url": "https://files.pythonhosted.org/packages/8c/90/1c31d08f7b19e55fe681d4d2933734a5831fdc399a7f2268f2f84f9a45b6/anchorecli-0.4.1.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "1c4483be098fe8bb918fe4973e09b2ed", "sha256": "3bd469b4ca17c3524b8f2bceb20442ed5023cf28481664459b240f5cd3ba7e90" }, "downloads": -1, "filename": "anchorecli-0.5.0.tar.gz", "has_sig": false, "md5_digest": "1c4483be098fe8bb918fe4973e09b2ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36438, "upload_time": "2019-09-04T21:11:39", "url": "https://files.pythonhosted.org/packages/f7/c1/5c46d2dafb2f7ae95cd404c2f609b4fb2392ebd773003aa53a2fc0c43dd4/anchorecli-0.5.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1c4483be098fe8bb918fe4973e09b2ed", "sha256": "3bd469b4ca17c3524b8f2bceb20442ed5023cf28481664459b240f5cd3ba7e90" }, "downloads": -1, "filename": "anchorecli-0.5.0.tar.gz", "has_sig": false, "md5_digest": "1c4483be098fe8bb918fe4973e09b2ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36438, "upload_time": "2019-09-04T21:11:39", "url": "https://files.pythonhosted.org/packages/f7/c1/5c46d2dafb2f7ae95cd404c2f609b4fb2392ebd773003aa53a2fc0c43dd4/anchorecli-0.5.0.tar.gz" } ] }