{ "info": { "author": "C. Titus Brown", "author_email": "titus@idyll.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: MacOS X", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: C++", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "# sourmash\n\n[![Documentation](https://readthedocs.org/projects/sourmash/badge/?version=latest)](http://sourmash.readthedocs.io/en/latest/)\n[![Build Status](https://travis-ci.com/dib-lab/sourmash.svg?branch=master)](https://travis-ci.com/dib-lab/sourmash)\n[![codecov](https://codecov.io/gh/dib-lab/sourmash/branch/master/graph/badge.svg)](https://codecov.io/gh/dib-lab/sourmash)\n[![DOI](http://joss.theoj.org/papers/10.21105/joss.00027/status.svg)](http://joss.theoj.org/papers/10.21105/joss.00027)\n\nCompute MinHash signatures for nucleotide (DNA/RNA) and protein sequences.\n\nUsage:\n\n sourmash compute *.fq.gz\n sourmash compare *.sig -o distances\n sourmash plot distances\n\nSourmash 1.0 is [published on JOSS](https://doi.org/10.21105/joss.00027); please cite that paper if you use sourmash (`doi: 10.21105/joss.00027`):.\n\n----\n\nThe name is a riff off of [Mash](https://github.com/marbl/Mash),\ncombined with @ctb's love of whiskey.\n([Sour mash](https://en.wikipedia.org/wiki/Sour_mash) is used in\nmaking whiskey.)\n\nPrimary authors: [C. Titus Brown](mailto:titus@idyll.org) ([@ctb](http://github.com/ctb)) and [Luiz C. Irber, Jr](mailto:sourmash@luizirber.org) ([@luizirber](http://github.com/luizirber)).\n\nsourmash is a product of the\n[Lab for Data-Intensive Biology](http://ivory.idyll.org/lab/) at the\n[UC Davis School of Veterinary Medicine](http://www.vetmed.ucdavis.edu).\n\n## Installation\n\nWe recommend using bioconda to install sourmash:\n\n```\nconda install -c conda-forge -c bioconda sourmash\n```\nThis will install the latest stable version of sourmash 2.\n\nYou can also use pip to install sourmash:\n\n```\npip install sourmash\n```\n\nA quickstart tutorial [is available](https://sourmash.readthedocs.io/en/latest/tutorials.html).\n\n### Requirements\n\nsourmash runs under both Python 2.7.x and Python 3.5+. The base\nrequirements are screed and ijson, together with a C++ development\nenvironment and the CPython development headers and libraries (for the\nC++ extension).\n\nThe comparison code (`sourmash compare`) uses numpy, and the plotting\ncode uses matplotlib and scipy, but most of the code is usable without\nthese.\n\nFor `search` and `gather` you also need `khmer` version 2.1+.\n\n### Installation with conda\n\nBioconda is a channel for the [conda](http://conda.pydata.org/docs/intro.html) package manager with a focus on bioinformatics software. After installing conda you will need to add the bioconda channel as well as the [other channels](https://bioconda.github.io/index.html#set-up-channels) bioconda depends on. Once you have setup bioconda, you can install sourmash by running:\n\n```bash\n$ conda create -n sourmash_env -c conda-forge -c bioconda sourmash python=3.7\n$ source activate sourmash_env\n$ sourmash compute -h\n```\n\nwhich will install the latest alpha release.\n\n## Support\n\nPlease ask questions and files issues\n[on Github](https://github.com/dib-lab/sourmash/issues).\n\n## Development\n\nDevelopment happens on github at\n[dib-lab/sourmash](https://github.com/dib-lab/sourmash).\n\nAfter installation, `sourmash` is the main command-line entry point;\nrun it with `python -m sourmash`, or do `pip install -e /path/to/repo` to\ndo a developer install in a virtual environment.\n\nThe `sourmash/` directory contains the library code.\n\nTests require py.test and can be run with `make test`.\n\nPlease see [the developer notes](doc/developer.md) for more information.\n\n----\n\nCTB\nDec 2018", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dib-lab/sourmash", "keywords": "", "license": "BSD 3-clause", "maintainer": "", "maintainer_email": "", "name": "sourmash", "package_url": "https://pypi.org/project/sourmash/", "platform": "", "project_url": "https://pypi.org/project/sourmash/", "project_urls": { "Homepage": "https://github.com/dib-lab/sourmash" }, "release_url": "https://pypi.org/project/sourmash/2.2.0/", "requires_dist": null, "requires_python": "", "summary": "tools for comparing DNA sequences with MinHash sketches", "version": "2.2.0" }, "last_serial": 5909622, "releases": { "0.2": [], "0.3": [ { "comment_text": "", "digests": { "md5": "34c7e37986de319d52d9f38560f81fe7", "sha256": "ae58dd60623c16e37502578bb56b5625bb7a6c4beb43c98bd39c2c1b01917f22" }, "downloads": -1, "filename": "sourmash-0.3.tar.gz", "has_sig": false, "md5_digest": "34c7e37986de319d52d9f38560f81fe7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17121, "upload_time": "2016-06-07T19:07:41", "url": "https://files.pythonhosted.org/packages/c8/dc/c24be39906170d6ab8a080d0578c3be913d8f28603e69b665422d67edc91/sourmash-0.3.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "798f9369053a483ca50527551892c3b4", "sha256": "4aa70894d0cfe3c25c5f381fbc29dd679579f26cacd0fa7346848802ec60ee95" }, "downloads": -1, "filename": "sourmash-0.9.2.tar.gz", "has_sig": false, "md5_digest": "798f9369053a483ca50527551892c3b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16884, "upload_time": "2016-06-16T22:46:32", "url": "https://files.pythonhosted.org/packages/3b/c7/58b650653e29bc8357d8daad96ad5cbe577697d45b8eaf66bf5266c351c6/sourmash-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "a9752c75228e6781e999c65e13db7d48", "sha256": "28db5e98286b2d45328f8ff9eeebe21cb4a9d7f71020cec3d7e17c8b035bfbb1" }, "downloads": -1, "filename": "sourmash-0.9.3-cp27-cp27m-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "a9752c75228e6781e999c65e13db7d48", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 49946, "upload_time": "2016-07-10T23:30:34", "url": "https://files.pythonhosted.org/packages/b6/1f/0bfb62a34cb7a1ca1d8626317fe57c5005843ea040d4b5711a1edde0f10f/sourmash-0.9.3-cp27-cp27m-macosx_10_11_intel.whl" }, { "comment_text": "", "digests": { "md5": "c08b14ccc85ee0ea50f15e0aed9775b3", "sha256": "cf58a417c2474a45f34bc285fc0a20835bbadb322740bca4d079d40682487336" }, "downloads": -1, "filename": "sourmash-0.9.3.tar.gz", "has_sig": false, "md5_digest": "c08b14ccc85ee0ea50f15e0aed9775b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34375, "upload_time": "2016-07-10T23:27:39", "url": "https://files.pythonhosted.org/packages/3e/60/f479989598b7f4ac2045a794c5c18d2ce381e4d67f17e728e42e69f2f7bc/sourmash-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "74f5575af3a4a4894f5f3ed5e0fd6984", "sha256": "a4c895f93647221c6a14cdbb75f9380b4824c0b817a39ed2ca6028ce93120826" }, "downloads": -1, "filename": "sourmash-0.9.4.tar.gz", "has_sig": false, "md5_digest": "74f5575af3a4a4894f5f3ed5e0fd6984", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34412, "upload_time": "2016-07-12T14:24:25", "url": "https://files.pythonhosted.org/packages/2b/32/2672c701ee16f72f61a2aadf88056d8bf2313bf25614597d4e1792e25dae/sourmash-0.9.4.tar.gz" } ], "0.9.4-rc1": [ { "comment_text": "", "digests": { "md5": "265db65cdf392dfb2d4fef67e2e8a034", "sha256": "419b07eac6e58ca827ab7b3559aff1705d673654a646b75f7f728ea4c1c5879e" }, "downloads": -1, "filename": "sourmash-0.9.4-rc1.tar.gz", "has_sig": false, "md5_digest": "265db65cdf392dfb2d4fef67e2e8a034", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34414, "upload_time": "2016-07-12T14:09:27", "url": "https://files.pythonhosted.org/packages/00/56/c31284ed9558bd76df7807fae977e873754221dbd57beba3676f211af841/sourmash-0.9.4-rc1.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "4dee9424443f3f4de0a5e8578612fd82", "sha256": "1705c30b9bd63fa6ad63a87d05f8799d389d155e00fb5410580e1718baacb511" }, "downloads": -1, "filename": "sourmash-0.9.5-cp27-cp27m-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "4dee9424443f3f4de0a5e8578612fd82", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 50180, "upload_time": "2016-09-11T15:24:14", "url": "https://files.pythonhosted.org/packages/2a/75/1af5b9c8ef2054de0d9112e844ebe6249d1f017d8e8ec112f55f4cb12d42/sourmash-0.9.5-cp27-cp27m-macosx_10_11_intel.whl" }, { "comment_text": "", "digests": { "md5": "912629cc3815a1f05cff1bd970c43582", "sha256": "0bef01bcd2659274625501521009b367d6634b9ea4a5828b8f7c8fc22ca5a91a" }, "downloads": -1, "filename": "sourmash-0.9.5.tar.gz", "has_sig": false, "md5_digest": "912629cc3815a1f05cff1bd970c43582", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34430, "upload_time": "2016-09-11T15:22:57", "url": "https://files.pythonhosted.org/packages/9b/7c/927165bbb58a0bc1047e537eb7883167f438b140c643cf23957bfded9f87/sourmash-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "f9f82a198a642e175e76275a0118ece5", "sha256": "f3c2bb50305d604c1944370fbd688fed598c7f1d3ba453408ac4bb136f887bdc" }, "downloads": -1, "filename": "sourmash-0.9.6-cp27-cp27m-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "f9f82a198a642e175e76275a0118ece5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 50182, "upload_time": "2016-09-11T16:02:33", "url": "https://files.pythonhosted.org/packages/88/4b/5e53041e76ab84e106c3d2557fb33b1309a4ecc3cd051ce7900506b23a01/sourmash-0.9.6-cp27-cp27m-macosx_10_11_intel.whl" }, { "comment_text": "", "digests": { "md5": "0e5b6f14d8266e1f817f411604f99880", "sha256": "39b52b1dde71911a9d4144a209816f7a2cf1fedc4abfdec4de6150713a5d2fd7" }, "downloads": -1, "filename": "sourmash-0.9.6.tar.gz", "has_sig": false, "md5_digest": "0e5b6f14d8266e1f817f411604f99880", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34429, "upload_time": "2016-09-11T16:01:00", "url": "https://files.pythonhosted.org/packages/74/a3/767a6a414825a084b1e328c134ec3462c636d480aaca3ae4549e44221c46/sourmash-0.9.6.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "0ca019b225b2585f01d699c180c644d0", "sha256": "356e99cd53e56b41a8b05fde13f07cfa5b4887d1da618efe2092649066c20873" }, "downloads": -1, "filename": "sourmash-1.0-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "0ca019b225b2585f01d699c180c644d0", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 54592, "upload_time": "2016-09-13T21:55:21", "url": "https://files.pythonhosted.org/packages/12/2a/a01f955f60ae19c20773049f142b1f560bd55bab2f1b9f6f372c5d06e0e5/sourmash-1.0-cp35-cp35m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "25bb61cd9da7b9deba59b6bfe1944f0d", "sha256": "a30868060f1cf2636888c0318f31ec4e92b17d6f0482bab7d54c06667f42eacf" }, "downloads": -1, "filename": "sourmash-1.0.tar.gz", "has_sig": false, "md5_digest": "25bb61cd9da7b9deba59b6bfe1944f0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53913, "upload_time": "2016-09-13T21:30:40", "url": "https://files.pythonhosted.org/packages/73/48/6b8d2d1f8930ad028d78a890d53ae752f2d1ac52f763975eefefd75c63fc/sourmash-1.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "3d6f2559a368943b0898fa823c7d2a00", "sha256": "e8125f4c7ca75c9eda9c4fd18b41d20865ddee53fe5d3bae3cab9e6d444da579" }, "downloads": -1, "filename": "sourmash-2.0.0-cp27-cp27m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "3d6f2559a368943b0898fa823c7d2a00", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 155903, "upload_time": "2019-03-21T21:07:26", "url": "https://files.pythonhosted.org/packages/ec/08/5801f7228bfa30dd8d60fe9467ea00361d95a1131f3c9b606b13196497f3/sourmash-2.0.0-cp27-cp27m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "29f1e9c68fa50be3785d2fa80d900e60", "sha256": "81a5572c8f7dda5fab292449060b8aa84c98da9925f931fe528fc2355f94d4f3" }, "downloads": -1, "filename": "sourmash-2.0.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "29f1e9c68fa50be3785d2fa80d900e60", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 430529, "upload_time": "2019-03-21T21:07:27", "url": "https://files.pythonhosted.org/packages/d6/a8/35ee1ccef921027d59b8a6a385db8b7c6b2ee043e5d34619411d19cc77e7/sourmash-2.0.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d8a404a775a33b476198343a9d94acfb", "sha256": "7d0277b1a2c57f89c72edefb933172eb6c8b9a95516d7885971bba21d2bfc259" }, "downloads": -1, "filename": "sourmash-2.0.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d8a404a775a33b476198343a9d94acfb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 430579, "upload_time": "2019-03-21T21:07:29", "url": "https://files.pythonhosted.org/packages/7a/9d/d198dabbd8af0be17d59855e1715e2e0fed362640aac8b03291ae2608880/sourmash-2.0.0-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4fe0615e0598b9d202ce7a8111307746", "sha256": "38fd9123f5a4b3020d233d0e31962cef225436159746fb1f5395f0c3b5974ed3" }, "downloads": -1, "filename": "sourmash-2.0.0-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "4fe0615e0598b9d202ce7a8111307746", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 154669, "upload_time": "2019-03-21T21:07:31", "url": "https://files.pythonhosted.org/packages/9f/59/a23bb18e0c7803eb59f7dfa538825407d7d58660848750054abd176b6105/sourmash-2.0.0-cp34-cp34m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "1a4ddb396db549bcda450eb44cad6df9", "sha256": "e0ab9becd15abae75675500c499ae55dfb4e622c72d6468d114e758b9ed84792" }, "downloads": -1, "filename": "sourmash-2.0.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1a4ddb396db549bcda450eb44cad6df9", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 449613, "upload_time": "2019-03-21T21:07:32", "url": "https://files.pythonhosted.org/packages/fd/d4/b59bb1b496fbbb6425321816f8c4f7732e5f046785f85184579024e36a0e/sourmash-2.0.0-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a948a714d0237a0ef5804a31796ba911", "sha256": "b7ac8c6f04690c53c6bb6b9c6553806b667b005a42475636578e675bf44ed9b9" }, "downloads": -1, "filename": "sourmash-2.0.0-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "a948a714d0237a0ef5804a31796ba911", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 156524, "upload_time": "2019-03-21T21:07:34", "url": "https://files.pythonhosted.org/packages/21/79/dbdc51da0eda9eb410054ec8550962a2948fef220130d0b5c3cf9fdeb8f1/sourmash-2.0.0-cp35-cp35m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "c06d7ea98c9b47749bf70f8b969da560", "sha256": "23a9ee385c2c16be14fa12ab02872dd7f7bd0d242cc35bdfbefd5966c31a7fc0" }, "downloads": -1, "filename": "sourmash-2.0.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c06d7ea98c9b47749bf70f8b969da560", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 450034, "upload_time": "2019-03-21T21:07:36", "url": "https://files.pythonhosted.org/packages/44/db/8b084aa8e2af7d34efaaee2837d4a488694e53a7c77f16d52a8b91dca4a0/sourmash-2.0.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b7a80c47f846eeea15c3d10bad4e7e0c", "sha256": "bea63ac59d7d1d33e761f6f801a76ddf588db1892dd4581a331b8e36cbad3f7e" }, "downloads": -1, "filename": "sourmash-2.0.0-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "b7a80c47f846eeea15c3d10bad4e7e0c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 159546, "upload_time": "2019-03-21T21:07:37", "url": "https://files.pythonhosted.org/packages/37/83/bf2fcf27d017549bb5da156706ea86e37d6d446a9d4101c00f3c93ba8ac4/sourmash-2.0.0-cp36-cp36m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "1ec297af1108368dc7c9e919ac1d8670", "sha256": "09bcbed6c970209bd38d34c575f2352330b7f1956c6e73a1411ee070ba796e29" }, "downloads": -1, "filename": "sourmash-2.0.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1ec297af1108368dc7c9e919ac1d8670", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 459462, "upload_time": "2019-03-21T21:07:39", "url": "https://files.pythonhosted.org/packages/5f/81/762e6e26684129aceb363d038f354a5a9a30d411a8299fe79c4cc8e12b28/sourmash-2.0.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1264800e6c7757a5e87c6c1b7fdef1c4", "sha256": "7c4e0530783e6f34f32e5263a4b2f927048918c438db4457aaac1617e20695d6" }, "downloads": -1, "filename": "sourmash-2.0.0-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "1264800e6c7757a5e87c6c1b7fdef1c4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 155702, "upload_time": "2019-03-21T21:07:40", "url": "https://files.pythonhosted.org/packages/94/03/0a4f9c008874daa6afd0f9e601e804744ef67fefd3a2705d002b8f0bf183/sourmash-2.0.0-cp37-cp37m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "6568454185ed529f09387681ed94415c", "sha256": "c3899baffacccb4d68c8452c4a9926d2cc786c153587a99073099889a7235feb" }, "downloads": -1, "filename": "sourmash-2.0.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6568454185ed529f09387681ed94415c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 458291, "upload_time": "2019-03-21T21:07:42", "url": "https://files.pythonhosted.org/packages/1e/f2/98174ce66afb7e637c38e825a27eb5a8658f7376fb7e25df023f67d3fad5/sourmash-2.0.0-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "700d8b36f9e8cda36ba9287b8edcc128", "sha256": "44c3d520360eab34fefb6a99eec58fb37ed9de078f5171b28d4918442aa075f7" }, "downloads": -1, "filename": "sourmash-2.0.0.tar.gz", "has_sig": false, "md5_digest": "700d8b36f9e8cda36ba9287b8edcc128", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7345713, "upload_time": "2019-03-21T21:07:44", "url": "https://files.pythonhosted.org/packages/ae/79/9659c5d7352643420511bdb2d2cd5302d3d9ed1bb1f02824586979b0eb70/sourmash-2.0.0.tar.gz" } ], "2.0.0a10": [ { "comment_text": "", "digests": { "md5": "0eb3f3960cb0b95305ffae228c8f5d13", "sha256": "d3dc535ce3ff36a57073f5e8a68973dc4deef4846cd8f933f69472859637b781" }, "downloads": -1, "filename": "sourmash-2.0.0a10-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0eb3f3960cb0b95305ffae228c8f5d13", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 459103, "upload_time": "2018-10-03T01:22:34", "url": "https://files.pythonhosted.org/packages/c3/da/8a0e5ce95bda946b9a56fb48763293e0935a1d2690a0d92dc0fbb4aa5bb8/sourmash-2.0.0a10-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b98986a69ca6c2f01c43b250af5bc4b5", "sha256": "b6233c9ca248a751964299e774245e024cf1f67e00aed2dc0599b091f81646a7" }, "downloads": -1, "filename": "sourmash-2.0.0a10-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b98986a69ca6c2f01c43b250af5bc4b5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 459086, "upload_time": "2018-10-03T01:22:37", "url": "https://files.pythonhosted.org/packages/a9/c2/7cb99b95f7dab347f3f67c9ef4048783e436411877113b4d436bcb9c32d4/sourmash-2.0.0a10-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f24072fd6efefd7fc7c74650d6cc1dc9", "sha256": "1c0a7a7e5e4d6de88366c593a60875c9b2ef425e2f605199f1d9f861af505ccc" }, "downloads": -1, "filename": "sourmash-2.0.0a10-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f24072fd6efefd7fc7c74650d6cc1dc9", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 474557, "upload_time": "2018-10-03T01:22:39", "url": "https://files.pythonhosted.org/packages/64/84/64d9cdbde4f04d6b42fb4034c8585027be33ec32434f16b24e04f896e056/sourmash-2.0.0a10-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "62c3a512cdb66b882a87118172ba4e3e", "sha256": "e96b95ef4f47a2a8733d303ef1087b635b81668137375929e8aa88362370cf37" }, "downloads": -1, "filename": "sourmash-2.0.0a10-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "62c3a512cdb66b882a87118172ba4e3e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 488745, "upload_time": "2018-10-03T01:22:41", "url": "https://files.pythonhosted.org/packages/a4/8d/80b0ea420724f938ddce25a4bb7e17c6821ce30211bc1870b03948f7e686/sourmash-2.0.0a10-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c6b20fba50d7d7f772e01d22ba039d76", "sha256": "3b956a35b46e818e44434cbc9577c75e3779beb7dacb22a03af7a45412e361f1" }, "downloads": -1, "filename": "sourmash-2.0.0a10-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c6b20fba50d7d7f772e01d22ba039d76", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 483350, "upload_time": "2018-10-03T01:22:43", "url": "https://files.pythonhosted.org/packages/5c/dd/e68b71c1df3ef09ac2a87f541162f1751f29df50638c08ee1d2529ac8c6f/sourmash-2.0.0a10-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0898bd3a5c305275af1164ba35605aab", "sha256": "3be376b17441a2ce65e3846f5566605b5957ea5c16429b4c83398b819a7f6b40" }, "downloads": -1, "filename": "sourmash-2.0.0a10.tar.gz", "has_sig": false, "md5_digest": "0898bd3a5c305275af1164ba35605aab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88512, "upload_time": "2018-10-03T01:22:45", "url": "https://files.pythonhosted.org/packages/af/fe/79f19dae075d71fea8a61145a725f799db8199dacf1dde29392c3f389043/sourmash-2.0.0a10.tar.gz" } ], "2.0.0a11": [ { "comment_text": "", "digests": { "md5": "df47d404f06d16ec8cb0e70a59d5e0e4", "sha256": "b0c4c1088c64878ac08ce1338be7f912d2af2f92bc8960c26b71e25853c486c2" }, "downloads": -1, "filename": "sourmash-2.0.0a11-cp27-cp27m-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "df47d404f06d16ec8cb0e70a59d5e0e4", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 13035384, "upload_time": "2019-01-04T19:48:05", "url": "https://files.pythonhosted.org/packages/20/bb/b00df12a6ffaad9056f8f5ce50b364f6b28343034f63d43653ac232ea6af/sourmash-2.0.0a11-cp27-cp27m-macosx_10_11_intel.whl" }, { "comment_text": "", "digests": { "md5": "85167b23393e13ece80063903877b0a3", "sha256": "89c38ef2c46342af761c4be13c877f1b99e473800f6a221256a486e42d1126d9" }, "downloads": -1, "filename": "sourmash-2.0.0a11-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "85167b23393e13ece80063903877b0a3", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 13301878, "upload_time": "2019-01-04T19:48:09", "url": "https://files.pythonhosted.org/packages/34/f5/4f92c57c34c8dfeb6e187e3982698449b0c16e2f52191df8727ca2ad366c/sourmash-2.0.0a11-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "69f1822fe1c7d040c6a7d4995f5cc2f5", "sha256": "4108ae79be0bb9a3dbc4c906d87b827b393644c537750862c6a3ff4d289b6510" }, "downloads": -1, "filename": "sourmash-2.0.0a11-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "69f1822fe1c7d040c6a7d4995f5cc2f5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 13301836, "upload_time": "2019-01-04T19:48:12", "url": "https://files.pythonhosted.org/packages/74/0b/85fe14786a584b193e81f94b492105f32c97a31d2bc4d7a8b4f710eee001/sourmash-2.0.0a11-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e4c5bd6594b678556ee9e7a84483d8dd", "sha256": "cb571a4ee01f171001fcc285f766bde091c359baf2022c2dddf004c643c6ee10" }, "downloads": -1, "filename": "sourmash-2.0.0a11-cp34-cp34m-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "e4c5bd6594b678556ee9e7a84483d8dd", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 13034026, "upload_time": "2019-01-04T19:48:16", "url": "https://files.pythonhosted.org/packages/3d/2f/28e3844d3e3db8c9ca9d46f75319ecc5739c20f290b35e1b65196ea3d365/sourmash-2.0.0a11-cp34-cp34m-macosx_10_11_intel.whl" }, { "comment_text": "", "digests": { "md5": "ba59124b477a187d95f045c886684bc7", "sha256": "b66d6b2fc5a0dd541701eeb86896818447dd9922493bc9f78836f2b49b8c0298" }, "downloads": -1, "filename": "sourmash-2.0.0a11-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ba59124b477a187d95f045c886684bc7", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 13324006, "upload_time": "2019-01-04T19:48:19", "url": "https://files.pythonhosted.org/packages/ff/d1/d61bc1306d8558a8b55c1e3c37dd4701331d133ca17c07a763119ccc55af/sourmash-2.0.0a11-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4f00e02fe3e0836551e86712111ccd08", "sha256": "71bdd89dcaa4d53cfa701a0d2c7e9e4291583d03db0a865954fda432a74c457a" }, "downloads": -1, "filename": "sourmash-2.0.0a11-cp35-cp35m-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "4f00e02fe3e0836551e86712111ccd08", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 13035983, "upload_time": "2019-01-04T19:48:23", "url": "https://files.pythonhosted.org/packages/10/57/e6ebdcca2cfd8f9a14d6ceac244e9403a26e6b30e732a760aeb65c9ffd9d/sourmash-2.0.0a11-cp35-cp35m-macosx_10_11_intel.whl" }, { "comment_text": "", "digests": { "md5": "dbb65f8ba1225eebcefd8a631d2d793e", "sha256": "3d54f899aef1d0fe08b677f2da58487a3fddbda08ade5fb92f0d75e7f4983331" }, "downloads": -1, "filename": "sourmash-2.0.0a11-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "dbb65f8ba1225eebcefd8a631d2d793e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 13324175, "upload_time": "2019-01-04T19:48:27", "url": "https://files.pythonhosted.org/packages/df/d9/b785ccbb2e829629458125a41597a4070bb433300b1c2722f81054ed5b44/sourmash-2.0.0a11-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1578ff07d3ecd47095f88f221531a42a", "sha256": "8466da90f06eac00af2e410dab66abbcf22b29255169d590948f1aa6a8417ea9" }, "downloads": -1, "filename": "sourmash-2.0.0a11-cp36-cp36m-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "1578ff07d3ecd47095f88f221531a42a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 13039034, "upload_time": "2019-01-04T19:48:30", "url": "https://files.pythonhosted.org/packages/fb/81/a8d7afa2cd7b7b3c48bcbb14f8183fc555c1f9b6aeb150c4e15a69974054/sourmash-2.0.0a11-cp36-cp36m-macosx_10_11_intel.whl" }, { "comment_text": "", "digests": { "md5": "23a8ea684730868e701552bcd26ba824", "sha256": "7335856c59726a08409bccddf5f505cefb7d901ddcf9e64b3a0838cfd3817119" }, "downloads": -1, "filename": "sourmash-2.0.0a11-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "23a8ea684730868e701552bcd26ba824", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 13332155, "upload_time": "2019-01-04T19:48:34", "url": "https://files.pythonhosted.org/packages/e5/97/ecf6a971f37a4caa0e1c193e5e17b7bb867a81a095d29f592c9c6f243c31/sourmash-2.0.0a11-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5fff4e8f2e7bf30aa7afc0a85b9579df", "sha256": "5376cde25792828486c8446d660833b1d93dc678ccf3e76b0e2ba4db2485c47b" }, "downloads": -1, "filename": "sourmash-2.0.0a11-cp37-cp37m-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "5fff4e8f2e7bf30aa7afc0a85b9579df", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 13035109, "upload_time": "2019-01-04T19:48:37", "url": "https://files.pythonhosted.org/packages/f4/df/0046ea7837adce36d138963793fb3f8bb415faf88699f8f7f9df86f42ce7/sourmash-2.0.0a11-cp37-cp37m-macosx_10_11_intel.whl" }, { "comment_text": "", "digests": { "md5": "4702c6b9fee60c2ffb09dce4d672cdba", "sha256": "67cf5d1f576c6d7b95ac2dbe117e6a34373952290ea764d1addc93443e295d06" }, "downloads": -1, "filename": "sourmash-2.0.0a11-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4702c6b9fee60c2ffb09dce4d672cdba", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 13330039, "upload_time": "2019-01-04T19:48:41", "url": "https://files.pythonhosted.org/packages/d9/81/5b7e25fd01482334f70246c59d08e93a8c3bcd616045908065f242de41e2/sourmash-2.0.0a11-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "365691b2a753c3b09cec8c1c0712b8d3", "sha256": "034cea32061d8e2bf7ec376dcfa0c699fa73ef4de288093c2a60260ffde647bc" }, "downloads": -1, "filename": "sourmash-2.0.0a11.tar.gz", "has_sig": false, "md5_digest": "365691b2a753c3b09cec8c1c0712b8d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 154669, "upload_time": "2019-01-04T20:27:21", "url": "https://files.pythonhosted.org/packages/2f/b7/ab7dd734f71d3c378d7385c000db15282dcc0c9f16cf739ab27597d280bf/sourmash-2.0.0a11.tar.gz" } ], "2.0.0a2": [ { "comment_text": "", "digests": { "md5": "3e2b84673b332a752fae96d32c82a8d9", "sha256": "7af6ac71f8474d4c8e34fe0018e187f7ac2b13fa22b6fd380b93017ff29db6fd" }, "downloads": -1, "filename": "sourmash-2.0.0a2.tar.gz", "has_sig": false, "md5_digest": "3e2b84673b332a752fae96d32c82a8d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41735, "upload_time": "2018-06-22T20:58:48", "url": "https://files.pythonhosted.org/packages/2d/69/2b19e3bb313d6d9013f8a9c96403525bb51093af8a3663e2592a6b70a1d2/sourmash-2.0.0a2.tar.gz" } ], "2.0.0a4": [ { "comment_text": "", "digests": { "md5": "3b5f9bf4c08cccce2c03c8c5cde8691d", "sha256": "e9164b63d48c362ca5f557f68f5146fe86cfeed03de174a89832eb8b8a9f6ad8" }, "downloads": -1, "filename": "sourmash-2.0.0a4.tar.gz", "has_sig": false, "md5_digest": "3b5f9bf4c08cccce2c03c8c5cde8691d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82722, "upload_time": "2018-06-22T20:58:49", "url": "https://files.pythonhosted.org/packages/2a/90/0e8f39ff8f65f0937a9e9153d5be0e75d0789286e5448c94371db5dd5a3e/sourmash-2.0.0a4.tar.gz" } ], "2.0.0a5": [ { "comment_text": "", "digests": { "md5": "0d4a470feea5569ac26be039bf49aac4", "sha256": "94a181c17782d5ad60073ff3140de47af7f3dfffe5f7049fdf8ec5b2fdf1e5e6" }, "downloads": -1, "filename": "sourmash-2.0.0a5.tar.gz", "has_sig": false, "md5_digest": "0d4a470feea5569ac26be039bf49aac4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83397, "upload_time": "2018-06-22T20:58:51", "url": "https://files.pythonhosted.org/packages/69/68/28804a196fc4666bc6e2ea549c367a261abc80e6c3d0f665a6c5efb0a914/sourmash-2.0.0a5.tar.gz" } ], "2.0.0a6": [ { "comment_text": "", "digests": { "md5": "edaf1c12a22118b7b83434f03ea380dd", "sha256": "0b45c4b15d2e00d560b0f304636fad6d8f5274ae2fb6f5429117547db821470c" }, "downloads": -1, "filename": "sourmash-2.0.0a6.tar.gz", "has_sig": false, "md5_digest": "edaf1c12a22118b7b83434f03ea380dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83417, "upload_time": "2018-06-22T20:58:52", "url": "https://files.pythonhosted.org/packages/8c/4a/856688fe879638ff0c651033d5b592e23a56983fec642b22fa653f47ad3b/sourmash-2.0.0a6.tar.gz" } ], "2.0.0a7": [ { "comment_text": "", "digests": { "md5": "1a97dd013d3c631d5df23402014a9198", "sha256": "23c4ba8ac4550b9112dbcf965b316086f05ce94d5c52e231efa395c747906b98" }, "downloads": -1, "filename": "sourmash-2.0.0a7.tar.gz", "has_sig": false, "md5_digest": "1a97dd013d3c631d5df23402014a9198", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84220, "upload_time": "2018-06-22T20:58:54", "url": "https://files.pythonhosted.org/packages/0f/85/4fb47746ff1887b9cf1c5a6bcc947e2c64a0b1a1eb4b508894ecdcb9d4bc/sourmash-2.0.0a7.tar.gz" } ], "2.0.0a8": [ { "comment_text": "", "digests": { "md5": "44932f171e383c33ff96548cfbf3d78b", "sha256": "fc80d9c980e26bad468f0589402e09ba6a2ff2ebfca512828e71daee5c16a20e" }, "downloads": -1, "filename": "sourmash-2.0.0a8-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "44932f171e383c33ff96548cfbf3d78b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 3318192, "upload_time": "2018-06-24T21:11:58", "url": "https://files.pythonhosted.org/packages/f8/37/586902c76b6d30d9ee8b23c5d7fdbe3c6ceccac9819eed8421aab627cf33/sourmash-2.0.0a8-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "414d55ba4c65a36b2360d963c875d3be", "sha256": "831c92d38d4cc039c8376272d9a23033a042ebc9a4280f2a74b73758dc67296e" }, "downloads": -1, "filename": "sourmash-2.0.0a8-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "414d55ba4c65a36b2360d963c875d3be", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 3318216, "upload_time": "2018-06-24T21:12:00", "url": "https://files.pythonhosted.org/packages/98/ba/dbfb52ea09436d42bbc5063057b9c60da203123a8b793dd8a1514933b9d5/sourmash-2.0.0a8-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b7248acdcf68e20302cbfcfacfdfedc3", "sha256": "b2cf253521cb160f62043ce25cad36a6cc650071d7a83d059871567b07cea6ce" }, "downloads": -1, "filename": "sourmash-2.0.0a8-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b7248acdcf68e20302cbfcfacfdfedc3", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 3344926, "upload_time": "2018-06-24T21:12:02", "url": "https://files.pythonhosted.org/packages/39/1a/2b8cf317ca113a19bfd63bcac7295bc93a757b68cc14afe498a31cb8f394/sourmash-2.0.0a8-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d307a6b4678cbd5171b1ab8d096634f5", "sha256": "40b4fc36cd838ac47dc3df762b5d4277a77aa6e3a70171dd5313ccf53cc02d92" }, "downloads": -1, "filename": "sourmash-2.0.0a8-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d307a6b4678cbd5171b1ab8d096634f5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 3338912, "upload_time": "2018-06-24T21:12:04", "url": "https://files.pythonhosted.org/packages/1c/3c/ad12325ef00b87edbbabf3e8e68ea97115a220df0e37dcfc8a64d489dd85/sourmash-2.0.0a8-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "79a36ba8554c406783e1728ac5644d92", "sha256": "c713336a10aedaec364787ce19d1b215ffdcf8f5f1d3e2c4c95a138e8107811e" }, "downloads": -1, "filename": "sourmash-2.0.0a8-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "79a36ba8554c406783e1728ac5644d92", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 3352386, "upload_time": "2018-06-24T21:12:06", "url": "https://files.pythonhosted.org/packages/4a/41/64d5b06f24a56931eb0e878471e52fc122933ae7a9f08100e75b0c18ca29/sourmash-2.0.0a8-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e851a1ceaa85bed0833f8ee216fbad01", "sha256": "a673c2e2d66e96bcb1b0159472c4ff6ae64ceda3ba2e4be14eeb6b7cfd00bb4f" }, "downloads": -1, "filename": "sourmash-2.0.0a8-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e851a1ceaa85bed0833f8ee216fbad01", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 3345821, "upload_time": "2018-06-24T21:12:09", "url": "https://files.pythonhosted.org/packages/96/8a/ca6e7f80bb3af6289d7cc077943df3b1a7fe3e8f973a3f3c244f167b22a7/sourmash-2.0.0a8-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d6fe4f96974904961530bc9f54469d09", "sha256": "d59f7a4ce945fa6040b25bb763449bdd25acf2e359e48e9137c4582b0fe794a2" }, "downloads": -1, "filename": "sourmash-2.0.0a8.tar.gz", "has_sig": false, "md5_digest": "d6fe4f96974904961530bc9f54469d09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85171, "upload_time": "2018-06-22T20:58:55", "url": "https://files.pythonhosted.org/packages/c8/d5/92bf2cac9ec99040136d0210ee31a19279f2a4f3fbeb0cee088669c9398e/sourmash-2.0.0a8.tar.gz" } ], "2.0.0a9": [ { "comment_text": "", "digests": { "md5": "c0bba470d332eed12943ce895a52275b", "sha256": "7e155ebd5c0a7e0ed279c5bd0ccf52f17bf0a7f09d580fcc38c5f2a8cfe53a7f" }, "downloads": -1, "filename": "sourmash-2.0.0a9-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c0bba470d332eed12943ce895a52275b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 460276, "upload_time": "2018-07-23T18:37:29", "url": "https://files.pythonhosted.org/packages/df/86/15d214b729dc678aa74c7e98eadf37dcac76d8e1055ee7d1b5b0b3f4f97c/sourmash-2.0.0a9-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "7f56ca17a708d12865b140646422120a", "sha256": "5400c03b51391122fc00defa93093a6e862a3cd59d739f453a383de1f276b961" }, "downloads": -1, "filename": "sourmash-2.0.0a9-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7f56ca17a708d12865b140646422120a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 460258, "upload_time": "2018-07-23T18:37:31", "url": "https://files.pythonhosted.org/packages/dc/d4/7a55ff6b9cc08b61c53c1d4abab76a33d00dfff9559f68156d41a22c66fd/sourmash-2.0.0a9-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "bbd343c3b319dd1081e58554dd6025a8", "sha256": "698b9166430d6b74a5aa50afb2c5b6717b3ebf864588f6e5a39665ba8a18a822" }, "downloads": -1, "filename": "sourmash-2.0.0a9-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bbd343c3b319dd1081e58554dd6025a8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 479600, "upload_time": "2018-07-23T18:37:32", "url": "https://files.pythonhosted.org/packages/69/8c/3e9689c44e558bae86ae39593c9d002f377751eb1cbb7ed29ca42414c58b/sourmash-2.0.0a9-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3c3c5fa2c24998deb84b6cd27b846bd8", "sha256": "3dfe154065037b79fdf2f382c1d80fafbc73edb0f44b2ca6104cece978ea6f7e" }, "downloads": -1, "filename": "sourmash-2.0.0a9-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3c3c5fa2c24998deb84b6cd27b846bd8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 491939, "upload_time": "2018-07-23T18:37:34", "url": "https://files.pythonhosted.org/packages/3b/e0/23f6dad39cc1f0b140bc0b4f59d4c4c4bb575742bebd03708f324447795c/sourmash-2.0.0a9-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9d803bf4cb6caa6b5e9470e5ffc00460", "sha256": "6ebc39aab7f07f6e8f5ba8dfd0d8e3215cf83950ec9f246c96af4c76c649da60" }, "downloads": -1, "filename": "sourmash-2.0.0a9-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9d803bf4cb6caa6b5e9470e5ffc00460", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 561417, "upload_time": "2018-07-23T18:37:36", "url": "https://files.pythonhosted.org/packages/44/a9/f0ab56587c37c93ea5d46f79b2f997a345aad881eca929375a9cba303fc1/sourmash-2.0.0a9-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c0a51adf04a079751965a5c59974cdf9", "sha256": "7709a71dd7036cbfc062b9967426a0fb5ec6d5395c54bd7435ebe942ae6d71b4" }, "downloads": -1, "filename": "sourmash-2.0.0a9.tar.gz", "has_sig": false, "md5_digest": "c0a51adf04a079751965a5c59974cdf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 159025, "upload_time": "2018-07-23T18:37:37", "url": "https://files.pythonhosted.org/packages/f3/c8/a921e25e90cc8e9bdf75931ac74d8460eb2791155f90f109923908015b13/sourmash-2.0.0a9.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "06c07231597ff507b808cdd5ec93aec8", "sha256": "7e2257317defc64281d268adbe9d1539552e7b0ae3d87cd74ccf7e3abffbccc4" }, "downloads": -1, "filename": "sourmash-2.0.1-cp27-cp27m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "06c07231597ff507b808cdd5ec93aec8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 155926, "upload_time": "2019-06-06T21:41:53", "url": "https://files.pythonhosted.org/packages/bd/ac/d2b7dae722e72165183ee2ae55dc1bd4cd80866f3e2f21f1484235b7294b/sourmash-2.0.1-cp27-cp27m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "1ded79bb72d5a6143e0cabc08e848fc1", "sha256": "c920f4ea0d5a6f386e1f82dea6cc8613aba6789cc9f9b5314a68d9b8430b15f1" }, "downloads": -1, "filename": "sourmash-2.0.1-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1ded79bb72d5a6143e0cabc08e848fc1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 428963, "upload_time": "2019-06-06T21:41:56", "url": "https://files.pythonhosted.org/packages/32/1a/00d8ab60372418149a8fe18073cea50dc06edcd9ad3178d50aa9b78688f9/sourmash-2.0.1-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c068ce041b96eee9f06a6b42c42f00a9", "sha256": "7aebb829696c785107a7164dc921c162ece3e0a442f48b686d4a85ab2599c911" }, "downloads": -1, "filename": "sourmash-2.0.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c068ce041b96eee9f06a6b42c42f00a9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 428962, "upload_time": "2019-06-06T21:41:59", "url": "https://files.pythonhosted.org/packages/63/d0/2c9ccbd31e0c7c9d2183d13e2cc7a1a6d1731eb9b99601291f4666cf25eb/sourmash-2.0.1-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e1c62b8eb90a8e011f0ed85ca06e19b7", "sha256": "b8b37a443c6f2d8e131aa34c2d6d0b50bf3cee36a0da048f922b5885bf4f43ca" }, "downloads": -1, "filename": "sourmash-2.0.1-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "e1c62b8eb90a8e011f0ed85ca06e19b7", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 154676, "upload_time": "2019-06-06T21:42:01", "url": "https://files.pythonhosted.org/packages/45/fa/59d7e47bb0422a1b06fcf880baff51ea41de187ce86e5ce0dcf95dacafb6/sourmash-2.0.1-cp34-cp34m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "ca3d87eb016f3f399cba8be24e7e6e73", "sha256": "a65736420ca1cedec4b4ef52292bf25959f82624757323bb9b207b49d4512d29" }, "downloads": -1, "filename": "sourmash-2.0.1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ca3d87eb016f3f399cba8be24e7e6e73", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 449027, "upload_time": "2019-06-06T21:42:05", "url": "https://files.pythonhosted.org/packages/a9/a7/b3c0f788d60cdbfc7aa986f09ef03490e4d866b6fb2aac5076dcd77784c7/sourmash-2.0.1-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5d02a966a21805c6c74f22f1eca985ef", "sha256": "570b7572a65b29330b6d5164ac7950fc3645313a6716a9e35829fa294dd922e8" }, "downloads": -1, "filename": "sourmash-2.0.1-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "5d02a966a21805c6c74f22f1eca985ef", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 156548, "upload_time": "2019-06-06T21:42:07", "url": "https://files.pythonhosted.org/packages/1e/fc/e180bd3deb0a7154443a47f7cbad788b03201da99a69ded8d979c4335979/sourmash-2.0.1-cp35-cp35m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "44150fa345668fec8f33a3e3a5386b18", "sha256": "b2e970abaac3ebbf948a105e9f362112571ea29f4138fbb61ec5571f2ec37e25" }, "downloads": -1, "filename": "sourmash-2.0.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "44150fa345668fec8f33a3e3a5386b18", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 450828, "upload_time": "2019-06-06T21:42:10", "url": "https://files.pythonhosted.org/packages/56/51/e3d7401663cdd57ab8069f5ff68e12330d1a1e37785684fbb81609925f1b/sourmash-2.0.1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "34a24836c130523f94976d7597d1c1b3", "sha256": "634b9a0e84f2d4afe900783c8af995b8368880eb4d46a2db87ed1b05e15f9c79" }, "downloads": -1, "filename": "sourmash-2.0.1-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "34a24836c130523f94976d7597d1c1b3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 159556, "upload_time": "2019-06-06T21:42:13", "url": "https://files.pythonhosted.org/packages/14/e7/e7d25e800b1f8edd96646d33e64a10dc1975e4e6bcc0adc32cac89c0a9e3/sourmash-2.0.1-cp36-cp36m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "dda8b6f44fb3ee714e66a4054e260f00", "sha256": "a1e2b2a54c4408ec1c7eb69759ba539c8162e86c5185e36226c6c81f81b95cab" }, "downloads": -1, "filename": "sourmash-2.0.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "dda8b6f44fb3ee714e66a4054e260f00", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 459587, "upload_time": "2019-06-06T21:42:16", "url": "https://files.pythonhosted.org/packages/43/08/e5acdeb630d70e8a324867d8e2e0bf69332c2489940ba9faa92579fc3ee5/sourmash-2.0.1-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "bdce0e8848cb4412aa0258bf73aca6ff", "sha256": "ed7ec0e5fa61abb4745cfda0513b63add3f88471f1745cc84b1ad019a77d0049" }, "downloads": -1, "filename": "sourmash-2.0.1-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "bdce0e8848cb4412aa0258bf73aca6ff", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 155740, "upload_time": "2019-06-06T21:42:18", "url": "https://files.pythonhosted.org/packages/89/23/2a7239faa191baba3c3d4ac1f1cb54f37bf11208965eb6a5c5089d251036/sourmash-2.0.1-cp37-cp37m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "59e4796c74f72bddc10fa6c3d72ae877", "sha256": "87b85d877bb9fd5aaa412f62ff1b944432f2bfd6c6af50b07088faa5a1234720" }, "downloads": -1, "filename": "sourmash-2.0.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "59e4796c74f72bddc10fa6c3d72ae877", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 458345, "upload_time": "2019-06-06T21:42:22", "url": "https://files.pythonhosted.org/packages/95/e9/4c483ad1587fe7517e11cff0f5f94a11f1c05ab96f480ec89d07dd52ab5c/sourmash-2.0.1-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "708b297698a8a903197adfc5955577d1", "sha256": "be7d0a074696626f1488ff172e948c2f0de1610f5a3fd1250605fabc0ea382b2" }, "downloads": -1, "filename": "sourmash-2.0.1.tar.gz", "has_sig": false, "md5_digest": "708b297698a8a903197adfc5955577d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7270406, "upload_time": "2019-06-06T21:44:27", "url": "https://files.pythonhosted.org/packages/4f/b1/400d620018af2a6e7261bd109521f12ee20fb3c47d73e0fe11d6ead5f324/sourmash-2.0.1.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "ad8b08ebf6925008e7755281df593ce9", "sha256": "f0888eab8a1029ef81521a607de6cb4906edeac474bf7d46ddf5d765d6975369" }, "downloads": -1, "filename": "sourmash-2.1.0-cp27-cp27m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "ad8b08ebf6925008e7755281df593ce9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 172743, "upload_time": "2019-08-27T03:37:45", "url": "https://files.pythonhosted.org/packages/8a/bc/1b2e07a1b205998b8351b9ac96fc1d11b1310646641032233cae87ff9f3d/sourmash-2.1.0-cp27-cp27m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "fa7593f4f7791f74d4bc45b3cab21357", "sha256": "5c8111730557cfd222ea4925f315bf16f64c217d49466e2fcb1f2daebd48a132" }, "downloads": -1, "filename": "sourmash-2.1.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fa7593f4f7791f74d4bc45b3cab21357", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 483214, "upload_time": "2019-08-27T03:37:47", "url": "https://files.pythonhosted.org/packages/79/18/4306197ac471cf7bbd7eb95dcf1b347cff557ff5b24d450d05e8f9cfb2ce/sourmash-2.1.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ee5b302dc0950de05e8cc9d2bd23e060", "sha256": "8f345ad91dc88571882df0bb9c4085e5d6ff1cbb230f1e5b1b400546e7839802" }, "downloads": -1, "filename": "sourmash-2.1.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ee5b302dc0950de05e8cc9d2bd23e060", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 483164, "upload_time": "2019-08-27T03:37:49", "url": "https://files.pythonhosted.org/packages/d0/e7/174d043d9e1ab374e0a70836e55b5e12ed6412d730fad2215d978e0c80ec/sourmash-2.1.0-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3527dc85ca7bf98a821b3357187f9ac8", "sha256": "95201553c3f3839890e83431ebee86d63e8d2d109c08ccc0026a28279048106b" }, "downloads": -1, "filename": "sourmash-2.1.0-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "3527dc85ca7bf98a821b3357187f9ac8", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 169996, "upload_time": "2019-08-27T03:37:50", "url": "https://files.pythonhosted.org/packages/7d/09/2f360738731b3f259c64098902bf1af227f5f63eb9b7ff959107a34c5e19/sourmash-2.1.0-cp34-cp34m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "649783d7ac4dc2e86dc5d467cf60fde4", "sha256": "f9a4fad96d086f4f043f049b085de4ff6a800cf0cc8483f1f8bd29d4983bb6c1" }, "downloads": -1, "filename": "sourmash-2.1.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "649783d7ac4dc2e86dc5d467cf60fde4", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 511854, "upload_time": "2019-08-27T03:37:52", "url": "https://files.pythonhosted.org/packages/3c/e5/b779a8c3742ebf57924436ddc0bebff7829fc5e1037f6ea6add6a7d5dbb0/sourmash-2.1.0-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "af35101c87042e36b50fa8f8bb9f57a5", "sha256": "d533eae5d16743c5d7e4ee90c4846cd97f993057369eb9a880a70afc0bd5af93" }, "downloads": -1, "filename": "sourmash-2.1.0-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "af35101c87042e36b50fa8f8bb9f57a5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 171780, "upload_time": "2019-08-27T03:37:54", "url": "https://files.pythonhosted.org/packages/0a/9b/18f0b79daba34e330f7a832b3a2505e8c51c0d3df769b36cd2e7208b2565/sourmash-2.1.0-cp35-cp35m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "4cbf5f1d87d09f945745f971ce2d7882", "sha256": "72cadcbca9929efe625c64c11c1631c366be3064cf3abe4e3fe8351791c92282" }, "downloads": -1, "filename": "sourmash-2.1.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4cbf5f1d87d09f945745f971ce2d7882", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 512069, "upload_time": "2019-08-27T03:37:55", "url": "https://files.pythonhosted.org/packages/24/2f/3fb054d426419d4afb3efe37c69285b8933069e42a56f1be6303bbb1120f/sourmash-2.1.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "212d4417e39e62db14fd1dc1da0cb680", "sha256": "771b98324bfc20e06ffe94f37d04467a88ab44b98a58240042adb6980b0ea3ea" }, "downloads": -1, "filename": "sourmash-2.1.0-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "212d4417e39e62db14fd1dc1da0cb680", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 175240, "upload_time": "2019-08-27T03:37:57", "url": "https://files.pythonhosted.org/packages/56/66/ee74009d091503ebbebb0ab0c100d1be6e0d4b85c2d638686eeb173557aa/sourmash-2.1.0-cp36-cp36m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "4e779223d82e3bbf6c0b34650a74dddd", "sha256": "0c331f4fd1e5e3ee4bba6ab018696b8fcf7aefe63217d3c39437e57b1edd5633" }, "downloads": -1, "filename": "sourmash-2.1.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4e779223d82e3bbf6c0b34650a74dddd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 520517, "upload_time": "2019-08-27T03:37:58", "url": "https://files.pythonhosted.org/packages/9b/93/468b7739dc3654ad110b881e8dfed41a7ed4082bcc6385eff18a66252c1a/sourmash-2.1.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e032e5e59e7c0b6f557c160df11b73ad", "sha256": "4f081009399d4fd4f5f87ece85cb9019c48b247858b61dc247063ebc6740ff41" }, "downloads": -1, "filename": "sourmash-2.1.0-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "e032e5e59e7c0b6f557c160df11b73ad", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 171309, "upload_time": "2019-08-27T03:38:00", "url": "https://files.pythonhosted.org/packages/7a/9c/80357bf9109da911dad69a3269c8aa8b83473c679635448f763ececaaeb7/sourmash-2.1.0-cp37-cp37m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "653f36256c95b124b16cb153eea0845f", "sha256": "371b4a861787ab7721412e0906803619c60beb73a09fa8e58ff35c4c805272f8" }, "downloads": -1, "filename": "sourmash-2.1.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "653f36256c95b124b16cb153eea0845f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 519327, "upload_time": "2019-08-27T03:38:02", "url": "https://files.pythonhosted.org/packages/e0/74/e1435472ddd23f99afca773e32bf7043e25d5ffbe89d284481094c75d7bb/sourmash-2.1.0-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e7465b75be3d3e81fdb135a85aaf1c8e", "sha256": "9ae6a6b23a248e9639ceaaba268702582c114de6fc059e5546ae2836aeaa6102" }, "downloads": -1, "filename": "sourmash-2.1.0.tar.gz", "has_sig": false, "md5_digest": "e7465b75be3d3e81fdb135a85aaf1c8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7291071, "upload_time": "2019-08-27T03:40:33", "url": "https://files.pythonhosted.org/packages/c0/5f/c9edc543d45247fcb6bf58860575712db7e27cf9aec7a353457dab5bff90/sourmash-2.1.0.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "a6973f70d736112348e5f4c30e069416", "sha256": "1fd1b8fb475adc1eebe4077ac5918734e9e769893a143ace2df3e5ad634e1d29" }, "downloads": -1, "filename": "sourmash-2.2.0-cp27-cp27m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "a6973f70d736112348e5f4c30e069416", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 182309, "upload_time": "2019-09-30T23:36:59", "url": "https://files.pythonhosted.org/packages/d8/95/356b5e1082dc93441a9603333f6891e0a3860cea12251c613ed28f33e3d8/sourmash-2.2.0-cp27-cp27m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "d59029798051b420429295185d82b0fb", "sha256": "dfc3979574daf52d6be35d202b144ab3599c2b15ac81830d0eb8045ea3adf068" }, "downloads": -1, "filename": "sourmash-2.2.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d59029798051b420429295185d82b0fb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 492812, "upload_time": "2019-09-30T23:37:00", "url": "https://files.pythonhosted.org/packages/de/01/d5c055dbca277c21d836217e4b56c11e55c236a394aaf40a5c920fbfe88d/sourmash-2.2.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "30d504ae579e1011e0d4be9d2a94d102", "sha256": "4778d590889980691184099f44b0719562c99f494de97da6d0ccbb7288dc1557" }, "downloads": -1, "filename": "sourmash-2.2.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "30d504ae579e1011e0d4be9d2a94d102", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 492721, "upload_time": "2019-09-30T23:37:02", "url": "https://files.pythonhosted.org/packages/c4/9b/cfe88168fa06333e8cc7f39ccbc83c6f842046b6e3dc955102df6287ad70/sourmash-2.2.0-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "914e6a9ab2ec3e67b39fe2d56717a8da", "sha256": "51f697e2ab8e401dfae86af0c4ae1e3b8b225245ba62d9b3dd199a8d03546bd0" }, "downloads": -1, "filename": "sourmash-2.2.0-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "914e6a9ab2ec3e67b39fe2d56717a8da", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 179563, "upload_time": "2019-09-30T23:37:04", "url": "https://files.pythonhosted.org/packages/1f/bb/83da27189e0f65d3139f2b41f35eb071ee2c8137b1740eece387aad2a2b8/sourmash-2.2.0-cp34-cp34m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "40cdc0ce6a41870b57464720cc478a51", "sha256": "b1c2172063fec5b2cf096a274d1094f71d1f2ef2bcf01a38d6c348a442ee901f" }, "downloads": -1, "filename": "sourmash-2.2.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "40cdc0ce6a41870b57464720cc478a51", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 521420, "upload_time": "2019-09-30T23:37:06", "url": "https://files.pythonhosted.org/packages/10/bb/179ff075b59657c0110d5956880445043a9a72946f6d8e3afa16ba5afeb9/sourmash-2.2.0-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0bde35957296df6c72f1d2dbaede88e4", "sha256": "558440a68c48aef42c521da9874165bef45226048f0fbefaa734e625073f0581" }, "downloads": -1, "filename": "sourmash-2.2.0-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "0bde35957296df6c72f1d2dbaede88e4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 181350, "upload_time": "2019-09-30T23:37:08", "url": "https://files.pythonhosted.org/packages/b5/6f/18562c54e4c60c0c32b0abb7d691cf99642f68c526c6c23d027fc3542531/sourmash-2.2.0-cp35-cp35m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "bdaf2b0233cc7905309ac99c650fdf7a", "sha256": "17306416cb5b4cc0d992e314f2dadb13bd13ab00d33c74cbb2065fc2fcccee7f" }, "downloads": -1, "filename": "sourmash-2.2.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bdaf2b0233cc7905309ac99c650fdf7a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 521661, "upload_time": "2019-09-30T23:37:10", "url": "https://files.pythonhosted.org/packages/84/1e/5db4743ee75b3e4af27afabeec0ae217622d599e8ce60c31e6c01842dd30/sourmash-2.2.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f711709317e4b29a742479a1bc374c86", "sha256": "a651f06e2d069d5800c29dc6350b294d48f4f0a5ad8aa4f5e378f8b666e43212" }, "downloads": -1, "filename": "sourmash-2.2.0-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "f711709317e4b29a742479a1bc374c86", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 184814, "upload_time": "2019-09-30T23:37:12", "url": "https://files.pythonhosted.org/packages/5b/5c/5f16e8488c0edce2ba38a4ff34fc9126f10a47e1038bbe4f94e80e1fb08e/sourmash-2.2.0-cp36-cp36m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "717942e6273455662a949ff246c3bda5", "sha256": "5ad6bcbc1a91214da1c6837dcd65f75f11b8435afbe39a8c7707dc929df131e3" }, "downloads": -1, "filename": "sourmash-2.2.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "717942e6273455662a949ff246c3bda5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 530085, "upload_time": "2019-09-30T23:37:14", "url": "https://files.pythonhosted.org/packages/60/03/9bd244f9bbf7b119a2902396415c0f1ef7b4fed75545a1b63a2d5e6baa0d/sourmash-2.2.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b2336bc21534a1152dfc83a67f06c4af", "sha256": "ea8c8207f86983cd87b1a0942cd7bbb5b4f6c0bc0288bfba09d3aa0d825e6886" }, "downloads": -1, "filename": "sourmash-2.2.0-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "b2336bc21534a1152dfc83a67f06c4af", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 180881, "upload_time": "2019-09-30T23:37:16", "url": "https://files.pythonhosted.org/packages/9e/63/295cc1b0f2a24af34ec5ce2d4b4ac5d898f55cf117f6258bb00bf20dfa92/sourmash-2.2.0-cp37-cp37m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "79b6ec077bda3c4272e925420f2409a5", "sha256": "765e96b2ffc8341f37484ce37f89c6a27eabc02b2bdf1e719fa26288160ac917" }, "downloads": -1, "filename": "sourmash-2.2.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "79b6ec077bda3c4272e925420f2409a5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 528879, "upload_time": "2019-09-30T23:37:18", "url": "https://files.pythonhosted.org/packages/0d/9c/f7f91219979c210044ea89f8149bf9866d6f744acb2a6a17ca29b14c07e8/sourmash-2.2.0-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fc03d33338380d5f81941d7ece019db2", "sha256": "2fd2bbcf53213a72d47cba986a4c06ba23d91482660564760d9b2fd271d6270a" }, "downloads": -1, "filename": "sourmash-2.2.0.tar.gz", "has_sig": false, "md5_digest": "fc03d33338380d5f81941d7ece019db2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7301497, "upload_time": "2019-09-30T22:59:07", "url": "https://files.pythonhosted.org/packages/b8/08/3da95c07bbb548ab2d797e1ea4dfd5cdc736a72439f99f0cd6f3979ca631/sourmash-2.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a6973f70d736112348e5f4c30e069416", "sha256": "1fd1b8fb475adc1eebe4077ac5918734e9e769893a143ace2df3e5ad634e1d29" }, "downloads": -1, "filename": "sourmash-2.2.0-cp27-cp27m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "a6973f70d736112348e5f4c30e069416", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 182309, "upload_time": "2019-09-30T23:36:59", "url": "https://files.pythonhosted.org/packages/d8/95/356b5e1082dc93441a9603333f6891e0a3860cea12251c613ed28f33e3d8/sourmash-2.2.0-cp27-cp27m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "d59029798051b420429295185d82b0fb", "sha256": "dfc3979574daf52d6be35d202b144ab3599c2b15ac81830d0eb8045ea3adf068" }, "downloads": -1, "filename": "sourmash-2.2.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d59029798051b420429295185d82b0fb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 492812, "upload_time": "2019-09-30T23:37:00", "url": "https://files.pythonhosted.org/packages/de/01/d5c055dbca277c21d836217e4b56c11e55c236a394aaf40a5c920fbfe88d/sourmash-2.2.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "30d504ae579e1011e0d4be9d2a94d102", "sha256": "4778d590889980691184099f44b0719562c99f494de97da6d0ccbb7288dc1557" }, "downloads": -1, "filename": "sourmash-2.2.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "30d504ae579e1011e0d4be9d2a94d102", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 492721, "upload_time": "2019-09-30T23:37:02", "url": "https://files.pythonhosted.org/packages/c4/9b/cfe88168fa06333e8cc7f39ccbc83c6f842046b6e3dc955102df6287ad70/sourmash-2.2.0-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "914e6a9ab2ec3e67b39fe2d56717a8da", "sha256": "51f697e2ab8e401dfae86af0c4ae1e3b8b225245ba62d9b3dd199a8d03546bd0" }, "downloads": -1, "filename": "sourmash-2.2.0-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "914e6a9ab2ec3e67b39fe2d56717a8da", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 179563, "upload_time": "2019-09-30T23:37:04", "url": "https://files.pythonhosted.org/packages/1f/bb/83da27189e0f65d3139f2b41f35eb071ee2c8137b1740eece387aad2a2b8/sourmash-2.2.0-cp34-cp34m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "40cdc0ce6a41870b57464720cc478a51", "sha256": "b1c2172063fec5b2cf096a274d1094f71d1f2ef2bcf01a38d6c348a442ee901f" }, "downloads": -1, "filename": "sourmash-2.2.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "40cdc0ce6a41870b57464720cc478a51", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 521420, "upload_time": "2019-09-30T23:37:06", "url": "https://files.pythonhosted.org/packages/10/bb/179ff075b59657c0110d5956880445043a9a72946f6d8e3afa16ba5afeb9/sourmash-2.2.0-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0bde35957296df6c72f1d2dbaede88e4", "sha256": "558440a68c48aef42c521da9874165bef45226048f0fbefaa734e625073f0581" }, "downloads": -1, "filename": "sourmash-2.2.0-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "0bde35957296df6c72f1d2dbaede88e4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 181350, "upload_time": "2019-09-30T23:37:08", "url": "https://files.pythonhosted.org/packages/b5/6f/18562c54e4c60c0c32b0abb7d691cf99642f68c526c6c23d027fc3542531/sourmash-2.2.0-cp35-cp35m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "bdaf2b0233cc7905309ac99c650fdf7a", "sha256": "17306416cb5b4cc0d992e314f2dadb13bd13ab00d33c74cbb2065fc2fcccee7f" }, "downloads": -1, "filename": "sourmash-2.2.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bdaf2b0233cc7905309ac99c650fdf7a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 521661, "upload_time": "2019-09-30T23:37:10", "url": "https://files.pythonhosted.org/packages/84/1e/5db4743ee75b3e4af27afabeec0ae217622d599e8ce60c31e6c01842dd30/sourmash-2.2.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f711709317e4b29a742479a1bc374c86", "sha256": "a651f06e2d069d5800c29dc6350b294d48f4f0a5ad8aa4f5e378f8b666e43212" }, "downloads": -1, "filename": "sourmash-2.2.0-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "f711709317e4b29a742479a1bc374c86", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 184814, "upload_time": "2019-09-30T23:37:12", "url": "https://files.pythonhosted.org/packages/5b/5c/5f16e8488c0edce2ba38a4ff34fc9126f10a47e1038bbe4f94e80e1fb08e/sourmash-2.2.0-cp36-cp36m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "717942e6273455662a949ff246c3bda5", "sha256": "5ad6bcbc1a91214da1c6837dcd65f75f11b8435afbe39a8c7707dc929df131e3" }, "downloads": -1, "filename": "sourmash-2.2.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "717942e6273455662a949ff246c3bda5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 530085, "upload_time": "2019-09-30T23:37:14", "url": "https://files.pythonhosted.org/packages/60/03/9bd244f9bbf7b119a2902396415c0f1ef7b4fed75545a1b63a2d5e6baa0d/sourmash-2.2.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b2336bc21534a1152dfc83a67f06c4af", "sha256": "ea8c8207f86983cd87b1a0942cd7bbb5b4f6c0bc0288bfba09d3aa0d825e6886" }, "downloads": -1, "filename": "sourmash-2.2.0-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "b2336bc21534a1152dfc83a67f06c4af", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 180881, "upload_time": "2019-09-30T23:37:16", "url": "https://files.pythonhosted.org/packages/9e/63/295cc1b0f2a24af34ec5ce2d4b4ac5d898f55cf117f6258bb00bf20dfa92/sourmash-2.2.0-cp37-cp37m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "79b6ec077bda3c4272e925420f2409a5", "sha256": "765e96b2ffc8341f37484ce37f89c6a27eabc02b2bdf1e719fa26288160ac917" }, "downloads": -1, "filename": "sourmash-2.2.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "79b6ec077bda3c4272e925420f2409a5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 528879, "upload_time": "2019-09-30T23:37:18", "url": "https://files.pythonhosted.org/packages/0d/9c/f7f91219979c210044ea89f8149bf9866d6f744acb2a6a17ca29b14c07e8/sourmash-2.2.0-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fc03d33338380d5f81941d7ece019db2", "sha256": "2fd2bbcf53213a72d47cba986a4c06ba23d91482660564760d9b2fd271d6270a" }, "downloads": -1, "filename": "sourmash-2.2.0.tar.gz", "has_sig": false, "md5_digest": "fc03d33338380d5f81941d7ece019db2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7301497, "upload_time": "2019-09-30T22:59:07", "url": "https://files.pythonhosted.org/packages/b8/08/3da95c07bbb548ab2d797e1ea4dfd5cdc736a72439f99f0cd6f3979ca631/sourmash-2.2.0.tar.gz" } ] }