{ "info": { "author": "Anchore Inc.", "author_email": "dev@anchore.com", "bugtrack_url": null, "classifiers": [], "description": ".. image:: https://anchore.io/service/badges/image/f017354b717234ebfe1cf1c5d538ddc8618f3ab0d8c67e290cf37f578093d121\n :target: https://anchore.io/image/dockerhub/anchore%2Fcli%3Alatest\n\n\nAnchore\n=======\n\nAnchore is a set of tools that provides visibility, transparency, and\ncontrol of your container environment. With anchore, users can\nanalyze, inspect, perform security scans, and apply custom policies to\ncontainer images within a CI/CD build system, or used/integrated\ndirectly into your container environment.\n\nThis repository contains the anchore analysis scanner tool (with a\nbasic CLI interface), which can be appropriate for lower-level\nintegrations - for new users and current users who have been looking\nto deploy Anchore as a centralized service with an API, an open source\nproject called the Anchore Engine has been released (with its own\nlight-weight client CLI) which extends the capabilities of anchore\nbeyond what usage of this scanner tool alone can provide. The project\npage links are below, which include installation/quickstart\ninstructions, API documents and usage guides.\n\n`Anchore Engine `_\n\n`Anchore Engine CLI `_\n\nIf you would like to deploy Anchore as an API accessible service\nwithin your environment, you should visit the `Anchore Engine\n`_ project page to get\nstarted - note that the anchore-engine uses the anchore analysis\nscanner code from this repository as a dependency - if you're using\nthe anchore engine you will not need to install the software from this\nrepository manually. If you are a current user of anchore and are not\nready to try the anchore-engine yet, or you are interested in the core\nanchore container analysis scanner open source software itself, this\nis the code you're looking for.\n\nUsing Anchore Scanner via Docker\n================================\nAnchore is available as a `Docker image `_. \n\n1. ``docker pull anchore/cli``\n2. ``docker run -d -v /var/run/docker.sock:/var/run/docker.sock --name anchore anchore/cli:latest``\n3. ``docker exec anchore anchore feeds sync``\n4. Use docker exec to run anchore commands in the container, such as: ``docker exec anchore anchore analyze --image --dockerfile ``\n\nThe general model is to run the container in detached mode to provide\nthe environment and use 'docker exec' to execute anchore commands\nwithin the container. See the above link on how to use the container\nspecifically and options that are container specific.\n\n\nUsing Anchore Scanner Installed Directly on Host\n========================================\n\nTo get started on CentOS 7 as root:\n\n1) install docker (see docker documentation for CentOS 7 install instructions)\n\n``https://docs.docker.com/engine/installation/linux/centos/``\n\n2) install some packages that full functionality of anchore will require (run as root or with sudo)\n\n``yum install epel-release``\n\n``yum install python-pip rpm-python dpkg``\n\nTo get started on Ubuntu >= 15.10 as root:\n\n1) install docker engine >= 1.10 (see docker documentation for Ubuntu >= 15.10 install instructions)\n\n``https://docs.docker.com/engine/installation/linux/ubuntulinux/``\n\n2) install some packages that full functionality of anchore will require (run as root or with sudo)\n\n``apt-get install python-pip python-rpm yum``\n\nNext, on either distro:\n\n3) install Anchore to ~/.local/\n\n``cd ``\n\n``pip install --upgrade --user .``\n\n``export PATH=~/.local/bin:$PATH``\n\n4) run anchore! Here is a quick sequence of commands to help get going\n\n``anchore --help``\n\n``docker pull nginx:latest``\n\n``anchore feeds list``\n\n``anchore feeds sync``\n\n``anchore analyze --image nginx:latest --imagetype base``\n\n``anchore audit --image nginx:latest report``\n\n``anchore query --image nginx:latest has-package curl wget``\n\n``anchore query --image nginx:latest list-files-detail all``\n\n``anchore query --image nginx:latest cve-scan all``\n\n``anchore toolbox --image nginx:latest show``\n\nFor more information, to learn about how to analyze your own\napplication containers, and how to customize/extend Anchore, please\nvisit our github page wiki at https://github.com/anchore\n\nJenkins\n=======\n\nIf you are a Jenkins user, please visit our github wiki installation\ndocumentation at\nhttps://github.com/anchore/anchore/wiki/Anchore-and-Jenkins-Integration\nto learn more about using the Jenkins Anchore build-step plugin.\n\n\nVagrant\n=======\n\n* Install Vagrant and Virtualbox\n* Download the Vagrantfile\n* ``vagrant up``\n* ``vagrant ssh``\n* ``sudo -i``\n* Continue with step 4)\n\nManual Pages\n============\n\nMan pages for most of the anchore commands are available in:\n$anchore/doc/man, where $anchore is the install location of the python\ncode for your distro\n(e.g. /usr/local/lib/python2.7/dist-packages/anchore for ubuntu). To\ninstall them, copy them to the appropriate location for your\ndistro. The man pages are generated from --help and --extended-help\noptions to anchore commands, so similar content is available direclty\nfrom the CLI as well.\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/anchore/anchore.git", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "anchore", "package_url": "https://pypi.org/project/anchore/", "platform": "", "project_url": "https://pypi.org/project/anchore/", "project_urls": { "Homepage": "https://github.com/anchore/anchore.git" }, "release_url": "https://pypi.org/project/anchore/1.1.7/", "requires_dist": [ "docker-py", "prettytable", "click", "requests", "pyyaml", "clint", "jsonschema" ], "requires_python": "", "summary": "A toolset for inspecting, querying, and curating containers", "version": "1.1.7" }, "last_serial": 3323177, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "f2b352c09dbb65e442205ad4c06ed589", "sha256": "029b01b593ce187e665be02d33c9a4024d3e1f96cd729f4dcfadcb740d674d15" }, "downloads": -1, "filename": "anchore-0.9.0-py2-none-any.whl", "has_sig": false, "md5_digest": "f2b352c09dbb65e442205ad4c06ed589", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 102087, "upload_time": "2016-06-15T23:33:01", "url": "https://files.pythonhosted.org/packages/94/6d/65d98906830e2398b4408967724ffc13009077f0440fbc89b5a0c9a37a44/anchore-0.9.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d6f2aa5d4b8f6df91d8a5589d7cfea8e", "sha256": "5048fa0047b5470ebe6bc99de5d7c2cecbaac27eafad3b31e0834ab66f1b761c" }, "downloads": -1, "filename": "anchore-0.9.0.tar.gz", "has_sig": false, "md5_digest": "d6f2aa5d4b8f6df91d8a5589d7cfea8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72153, "upload_time": "2016-06-15T23:33:30", "url": "https://files.pythonhosted.org/packages/57/f2/78e83887f2f05284c45bd52c8a29de20880ed2c72b038621e259fd0fafbe/anchore-0.9.0.tar.gz" } ], "0.9.0rc1": [ { "comment_text": "", "digests": { "md5": "8118fd1f054b3f70279ce0eac4b8d624", "sha256": "036daccb4bda85b8f1c3944f3ad10f030e1bb7f1e888ddb58bfb077b2ec876f4" }, "downloads": -1, "filename": "anchore-0.9.0rc1-py2-none-any.whl", "has_sig": false, "md5_digest": "8118fd1f054b3f70279ce0eac4b8d624", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 102143, "upload_time": "2016-06-15T21:02:26", "url": "https://files.pythonhosted.org/packages/35/0f/2d696ffda79334cdeb359f15eab30cde0f33d1d78eaca6bc7a6f8ef75194/anchore-0.9.0rc1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8065ec6d533d509ee972cb5e192b44c5", "sha256": "ed0ef158eda3a5ab9c2cad7707f43b9563a727b78c52a7c30a7a0e9bf86da733" }, "downloads": -1, "filename": "anchore-0.9.0rc1.tar.gz", "has_sig": false, "md5_digest": "8065ec6d533d509ee972cb5e192b44c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72161, "upload_time": "2016-06-15T21:02:45", "url": "https://files.pythonhosted.org/packages/b8/6e/cf03f17a0ec65482e0cd343c4f8f68c1c8ce8a818f44e4e398ea49561f6c/anchore-0.9.0rc1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "f9575f93d1205526c85f242909c6d5fb", "sha256": "7cdcf90b24c389da64d1fe34bbc9ea7c0226ef26c55ca98673cedb567ca80b7d" }, "downloads": -1, "filename": "anchore-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "f9575f93d1205526c85f242909c6d5fb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 136072, "upload_time": "2016-10-04T00:57:18", "url": "https://files.pythonhosted.org/packages/75/da/7535195195a8c3edd70ad01b70fdfaac03dd9f394c7849ba167f67dece0c/anchore-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b33e93baa54bf00cb28b6c29693a6316", "sha256": "aea9941b7a2453d33bd466427f77216bbaba933a0bd49b5d8d0028feeafa2861" }, "downloads": -1, "filename": "anchore-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b33e93baa54bf00cb28b6c29693a6316", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95768, "upload_time": "2016-10-04T00:57:21", "url": "https://files.pythonhosted.org/packages/21/f7/204388bff0b7d875e246a738ebf61848623cfd7091e80e16e0c151b65841/anchore-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "76c270008d839daa7e5e57ff80fc1fb8", "sha256": "20e3a4b26ab7d64ae54f0f9b32dd11aec6af16ba8245cd2804f3a97fc947ec43" }, "downloads": -1, "filename": "anchore-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "76c270008d839daa7e5e57ff80fc1fb8", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 130028, "upload_time": "2016-10-06T21:28:07", "url": "https://files.pythonhosted.org/packages/b1/64/9f781cde4518c99c1ee62f2a0e03d2c41f99302d405990a6fa8842e21ba5/anchore-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d92ee2fd07930c320bc9a9c0b13d8f1", "sha256": "5c660098c2ce2364bf109db02e62602f447179563ac35a41ef90503625dcfbd2" }, "downloads": -1, "filename": "anchore-1.0.1.tar.gz", "has_sig": false, "md5_digest": "2d92ee2fd07930c320bc9a9c0b13d8f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88616, "upload_time": "2016-10-06T21:28:10", "url": "https://files.pythonhosted.org/packages/d3/07/7ec8832d9a93d69bba9242a03d2f564282329258671737b959ece8dc9e37/anchore-1.0.1.tar.gz" } ], "1.0.2": [], "1.0.3": [ { "comment_text": "", "digests": { "md5": "4fe548761e2577625d0c49c0d2110bfc", "sha256": "0fdf6c1bb75a7976cc52bbd93cdd7a12439a4530f00c054eabfaeaf19ec36992" }, "downloads": -1, "filename": "anchore-1.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "4fe548761e2577625d0c49c0d2110bfc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 140303, "upload_time": "2016-12-08T00:19:17", "url": "https://files.pythonhosted.org/packages/5e/4d/76e050f33c2d4ed4520cf92c32ea7e4252520a23bc9c474396f89897c50b/anchore-1.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f030a379816febe9f3446422847c3f95", "sha256": "996fb7a4682c3e89726a3950046e71062f1fd383f7d4d77a41356a31fea601c8" }, "downloads": -1, "filename": "anchore-1.0.3.tar.gz", "has_sig": false, "md5_digest": "f030a379816febe9f3446422847c3f95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96851, "upload_time": "2016-12-08T00:19:19", "url": "https://files.pythonhosted.org/packages/50/e8/20b2b84ee1816e454109883b2277a2232fa8f8dbe598a4ef072cfa6c64d9/anchore-1.0.3.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "3754811cb4cfaaf1ddc5667a61fbaf20", "sha256": "faddd860613ed36101699d335cf68436e4b16b91ff1be79531ad95e7a9ea0df1" }, "downloads": -1, "filename": "anchore-1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "3754811cb4cfaaf1ddc5667a61fbaf20", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 153221, "upload_time": "2017-02-03T20:48:05", "url": "https://files.pythonhosted.org/packages/50/10/0b498d251c24510bb9285081e161c1c226bb1109dea5c9afcb3201ebbcbf/anchore-1.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7c64d57a8981356a6f1a228b80188f4", "sha256": "eb2d9dd8b36577027907d5edd304961c935df4eb48166058bf6acd2257c837c2" }, "downloads": -1, "filename": "anchore-1.1.0.tar.gz", "has_sig": false, "md5_digest": "a7c64d57a8981356a6f1a228b80188f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104002, "upload_time": "2017-02-03T20:48:06", "url": "https://files.pythonhosted.org/packages/f2/31/3b9218e9eaf7acddf73ad268310c7ec9e3fcfdda162a252ae30db952df55/anchore-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "346cbd6cb1da63bd5671939d8e44e0be", "sha256": "bc6ac8def177938d2d49a71bcabc426e730b4c481f15da85cb4c9e28d071134f" }, "downloads": -1, "filename": "anchore-1.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "346cbd6cb1da63bd5671939d8e44e0be", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 158715, "upload_time": "2017-02-14T22:14:49", "url": "https://files.pythonhosted.org/packages/83/f9/1ed28f2cd35143c1d990d0507c4fe32bbc434e54642b08e1f213d215e2c9/anchore-1.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "077b1716d2541515d6c1e34af7b112d8", "sha256": "a7f952c2f6eaf14bd0125b2ffd80488400c454b601d0f2a9eaaf8ae7fb702ef2" }, "downloads": -1, "filename": "anchore-1.1.1.tar.gz", "has_sig": false, "md5_digest": "077b1716d2541515d6c1e34af7b112d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106709, "upload_time": "2017-02-14T22:14:51", "url": "https://files.pythonhosted.org/packages/93/96/8c18f21b5735cab94842ebd5b7a07d5dc59a98187963bb291b132d1709bc/anchore-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "654f2423ac67a2989da1ebc7f7f3bb44", "sha256": "4f9c137c8e904801e60e5bb86d9c90e3b2d6cc7d5a6182783991c82abce07460" }, "downloads": -1, "filename": "anchore-1.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "654f2423ac67a2989da1ebc7f7f3bb44", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 183599, "upload_time": "2017-03-09T01:00:03", "url": "https://files.pythonhosted.org/packages/ef/a1/d11538b6e5968ada1d2b84378116a1b2670be67bb2557ee6aedf445f0748/anchore-1.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b63e651cc743be7c7d4eec481650341c", "sha256": "feb69f6d3e45304b371961c46298791366d30620cae48ef6733947e16fa15cdd" }, "downloads": -1, "filename": "anchore-1.1.2.tar.gz", "has_sig": false, "md5_digest": "b63e651cc743be7c7d4eec481650341c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117135, "upload_time": "2017-03-09T01:00:05", "url": "https://files.pythonhosted.org/packages/df/a0/28c5d348afb7bb5c895b655ca39a79c659a286284e758c5a0552a03dbed9/anchore-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "3f7ca56c389ab4da5d0e84c24056a03e", "sha256": "73b04e0e5434916b1d61387eabb7d7fc4587a241afb84d6bd17b14a95d0500e2" }, "downloads": -1, "filename": "anchore-1.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "3f7ca56c389ab4da5d0e84c24056a03e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 184900, "upload_time": "2017-03-29T19:19:30", "url": "https://files.pythonhosted.org/packages/b8/ab/a556427adcab014616a2d7da81361832a30dabfc875a3ec00625d8003859/anchore-1.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a1f01c819901d3216cd193893ff542cc", "sha256": "df2c5ed0e237780652c365010f4f8653ea0050792b3c455f5901893b191d750d" }, "downloads": -1, "filename": "anchore-1.1.3.tar.gz", "has_sig": false, "md5_digest": "a1f01c819901d3216cd193893ff542cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118352, "upload_time": "2017-03-29T19:19:32", "url": "https://files.pythonhosted.org/packages/78/3b/e91b34bdf191e8096fa4cc4fff8cb2d72cf62959c58341ed6999e6db2cd4/anchore-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "e99c63a6b2b15a753a0d41edbba52fbb", "sha256": "0920ca5d00b27c9b17487efcd4813815eae5613a8b94ebdf37d906e45211d7c4" }, "downloads": -1, "filename": "anchore-1.1.4-py2-none-any.whl", "has_sig": false, "md5_digest": "e99c63a6b2b15a753a0d41edbba52fbb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 200966, "upload_time": "2017-08-08T00:45:58", "url": "https://files.pythonhosted.org/packages/31/59/aa244ec1ea9add2fcdf177799af41e826f9f1395482ce9840e61439689d2/anchore-1.1.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a26eedc965ae0911921ce75635badbdd", "sha256": "23f1f91ae96264967b1b58b0275adf7e2a54c357804d8be95f416364ba9cafa0" }, "downloads": -1, "filename": "anchore-1.1.4.tar.gz", "has_sig": false, "md5_digest": "a26eedc965ae0911921ce75635badbdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 131313, "upload_time": "2017-08-08T00:46:00", "url": "https://files.pythonhosted.org/packages/27/98/bd91a4b35e5c189590fbf2cd8471f7373ed90140da56758391ab1afb649d/anchore-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "c68bbbb71e2841e1fe1f07afb70c2214", "sha256": "4b2d73d2103d5c01e2f857233d9585c930119d61fc1bd8bae96d16cdc6dd830e" }, "downloads": -1, "filename": "anchore-1.1.5-py2-none-any.whl", "has_sig": false, "md5_digest": "c68bbbb71e2841e1fe1f07afb70c2214", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 201088, "upload_time": "2017-09-08T18:30:35", "url": "https://files.pythonhosted.org/packages/59/0a/43bbf8d1d7c52c003a47849ef212a4deb99aee0eaf31f0db3de9a31906d7/anchore-1.1.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a623b895ee00e2397d8f08dd07b2302d", "sha256": "e9282e041c9ef2e9981c968a86f501c2dd5c94afc425c8f21f1bcfabf3246ef1" }, "downloads": -1, "filename": "anchore-1.1.5.tar.gz", "has_sig": false, "md5_digest": "a623b895ee00e2397d8f08dd07b2302d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 131706, "upload_time": "2017-09-08T18:30:40", "url": "https://files.pythonhosted.org/packages/73/e5/87f28b0bc191ade8119608ae237ed5695438151c6329514ffa8aee1158c1/anchore-1.1.5.tar.gz" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "5ede978043c5b5779b37c84e1ab30f94", "sha256": "a62cca179d0050bb66760ef4e58d6eb82c4829c3394ec5db07ac57530f0376c3" }, "downloads": -1, "filename": "anchore-1.1.6-py2-none-any.whl", "has_sig": false, "md5_digest": "5ede978043c5b5779b37c84e1ab30f94", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 208787, "upload_time": "2017-10-24T23:04:34", "url": "https://files.pythonhosted.org/packages/4a/1b/80a87abee480ede37d1416a0e2bed023ad9e74b5d7489807840e39e5c75f/anchore-1.1.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e389652f089e33f5ffedc8127722342c", "sha256": "29c48642bc56c91ecff15e532e47506ea153dcc8f6f71666f3b31941e05b8784" }, "downloads": -1, "filename": "anchore-1.1.6.tar.gz", "has_sig": false, "md5_digest": "e389652f089e33f5ffedc8127722342c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 136558, "upload_time": "2017-10-24T23:04:37", "url": "https://files.pythonhosted.org/packages/9d/89/ed6500aa53c674824a7069aa64ae1223607a9e6e9ea6d92e0be53fe9621a/anchore-1.1.6.tar.gz" } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "900a52e99d922a563b68b7a7f5713cd9", "sha256": "e8648d38ead140b80b19583e9c7dd7680fa8c95aabee09515e3e8aad315e5a3d" }, "downloads": -1, "filename": "anchore-1.1.7-py2-none-any.whl", "has_sig": false, "md5_digest": "900a52e99d922a563b68b7a7f5713cd9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 216077, "upload_time": "2017-11-10T20:07:58", "url": "https://files.pythonhosted.org/packages/67/07/b7bf9177ebb0ba3a91f29bce3359dc0417eee48f5c0110ffb58a84619500/anchore-1.1.7-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d1d1553d586093246902e41b61f0f121", "sha256": "0d09244d3e0f096d32487a02cec655a1d82cc6bee484924e194c682b8ff0fc14" }, "downloads": -1, "filename": "anchore-1.1.7.tar.gz", "has_sig": false, "md5_digest": "d1d1553d586093246902e41b61f0f121", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138220, "upload_time": "2017-11-10T20:08:01", "url": "https://files.pythonhosted.org/packages/b8/be/e6216ad3b022d81aef4cf88627d0241343096cb09913d49c38bb9bbfa10b/anchore-1.1.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "900a52e99d922a563b68b7a7f5713cd9", "sha256": "e8648d38ead140b80b19583e9c7dd7680fa8c95aabee09515e3e8aad315e5a3d" }, "downloads": -1, "filename": "anchore-1.1.7-py2-none-any.whl", "has_sig": false, "md5_digest": "900a52e99d922a563b68b7a7f5713cd9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 216077, "upload_time": "2017-11-10T20:07:58", "url": "https://files.pythonhosted.org/packages/67/07/b7bf9177ebb0ba3a91f29bce3359dc0417eee48f5c0110ffb58a84619500/anchore-1.1.7-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d1d1553d586093246902e41b61f0f121", "sha256": "0d09244d3e0f096d32487a02cec655a1d82cc6bee484924e194c682b8ff0fc14" }, "downloads": -1, "filename": "anchore-1.1.7.tar.gz", "has_sig": false, "md5_digest": "d1d1553d586093246902e41b61f0f121", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138220, "upload_time": "2017-11-10T20:08:01", "url": "https://files.pythonhosted.org/packages/b8/be/e6216ad3b022d81aef4cf88627d0241343096cb09913d49c38bb9bbfa10b/anchore-1.1.7.tar.gz" } ] }