{ "info": { "author": "D-Wave Systems Inc.", "author_email": "tools@dwavesys.com", "bugtrack_url": null, "classifiers": [], "description": ".. image:: https://badge.fury.io/py/dwave-tabu.svg\r\n :target: https://badge.fury.io/py/dwave-tabu\r\n :alt: Last version on PyPI\r\n\r\n.. image:: https://circleci.com/gh/dwavesystems/dwave-tabu.svg?style=svg\r\n :target: https://circleci.com/gh/dwavesystems/dwave-tabu\r\n :alt: Linux/Mac build status\r\n\r\n.. image:: https://ci.appveyor.com/api/projects/status/79notdhalmnbbh1v/branch/master?svg=true\r\n :target: https://ci.appveyor.com/project/dwave-adtt/dwave-tabu/branch/master\r\n :alt: Windows build status\r\n\r\n.. image:: https://readthedocs.com/projects/d-wave-systems-dwave-tabu/badge/?version=latest\r\n :target: https://docs.ocean.dwavesys.com/projects/d-wave-systems-dwave-tabu/en/latest/?badge=latest\r\n :alt: Documentation Status\r\n\r\n==========\r\ndwave-tabu\r\n==========\r\n\r\n.. index-start-marker\r\n\r\nAn implementation of the `MST2 multistart tabu search algorithm\r\n`_\r\nfor quadratic unconstrained binary optimization (QUBO) problems\r\nwith a `dimod `_ Python wrapper.\r\n\r\n.. index-end-marker\r\n\r\nInstallation or Building\r\n========================\r\n\r\n.. installation-start-marker\r\n\r\nInstall from a wheel on PyPI::\r\n\r\n pip install dwave-tabu\r\n\r\nAlternatively, you can build the library with setuptools. This build requires that\r\nyour system has a C++ compiler toolchain installed, as well as `SWIG `_.\r\n\r\n.. code-block:: bash\r\n\r\n pip install -r requirements.txt\r\n python setup.py build_ext --inplace\r\n python setup.py install\r\n\r\n.. installation-end-marker\r\n\r\nExample\r\n=======\r\n\r\n.. example-start-marker\r\n\r\nThis example solves a two-variable Ising model.\r\n\r\n>>> from tabu import TabuSampler\r\n>>> response = TabuSampler().sample_ising({'a': -0.5, 'b': 1.0}, {('a', 'b'): -1})\r\n\r\n.. example-end-marker\r\n\r\n\r\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dwavesystems/dwave-tabu", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "dwave-tabu", "package_url": "https://pypi.org/project/dwave-tabu/", "platform": "", "project_url": "https://pypi.org/project/dwave-tabu/", "project_urls": { "Homepage": "https://github.com/dwavesystems/dwave-tabu" }, "release_url": "https://pypi.org/project/dwave-tabu/0.2.0/", "requires_dist": [ "numpy (>=1.14)", "dimod (>=0.7.9)", "coverage ; extra == 'test'" ], "requires_python": "", "summary": "Optimized Tabu solver for QUBOs", "version": "0.2.0" }, "last_serial": 5340957, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "70d19805e90dfddf885b3cb462f1f803", "sha256": "5fc5690f669dd3622f8383fe2460210ab95b6ac35fab2507315cde540b416fde" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp27-cp27m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "70d19805e90dfddf885b3cb462f1f803", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 130981, "upload_time": "2018-11-10T00:15:32", "url": "https://files.pythonhosted.org/packages/01/e3/115fbd983c72a9d07c782af3d3320ab098ccf59691511c69ec2aa448b56c/dwave_tabu-0.1.1-cp27-cp27m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d19df04d163da41176bf20e8d6c1751e", "sha256": "dbc4b3cca745d14d8b634787148f117517c0d03748a4b64fb3c4c6725dd5b6c7" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "d19df04d163da41176bf20e8d6c1751e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 695324, "upload_time": "2018-11-10T00:16:45", "url": "https://files.pythonhosted.org/packages/28/39/eca044ce365c3c615240e5836e5f400eb0520786792b7ce37a0c51753b3e/dwave_tabu-0.1.1-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "00c910cad58883e46611fde93b324e55", "sha256": "d1e55c78aefb606ed1587cdf25fa14818e4dcb8854e6b2fec5f0615850796c4c" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "00c910cad58883e46611fde93b324e55", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 722327, "upload_time": "2018-11-10T00:16:45", "url": "https://files.pythonhosted.org/packages/72/40/6a5e9e0ddd7c6de35eddd79d0416a827873a4ad091e0869ba48e2a8feda3/dwave_tabu-0.1.1-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "22bd8a76e0b646a913f32fabbac69552", "sha256": "80ecd97390cc7a11dc36519aeae5470c97fc13f02142ec44b099d52c5da96051" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "22bd8a76e0b646a913f32fabbac69552", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 695346, "upload_time": "2018-11-10T00:16:46", "url": "https://files.pythonhosted.org/packages/b2/a5/54d4bfec58b5396ddac2d6758fd64acf2839a415830752ecc79856a2ae81/dwave_tabu-0.1.1-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "e761de1661b57378252fb66a589441c2", "sha256": "75d5871e8960ddbbb51b87a4baa5bc644f8c92e709c98686cb36eaa2abab912d" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e761de1661b57378252fb66a589441c2", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 722322, "upload_time": "2018-11-10T00:16:47", "url": "https://files.pythonhosted.org/packages/2e/12/977e5752f51cbb54546b6dd0193e4d0224ecc1701bcafb561f6e1ba09ef4/dwave_tabu-0.1.1-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9f939f8afe122ba1648ce472dcd8f156", "sha256": "9f47e51577988efb0bd4bf0407b5773fad96b30b45dd22f951b5a69948841032" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "9f939f8afe122ba1648ce472dcd8f156", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 87837, "upload_time": "2018-11-10T00:52:28", "url": "https://files.pythonhosted.org/packages/ac/ec/4b8fb30cb729402f0897fb922347a0b1ed9d0fb6567b25634ee6db269b68/dwave_tabu-0.1.1-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "40fd9e1f53053807f6f898d514585da8", "sha256": "14bd12f79952660a2a965eb87665ad016b2989562fc5926d75f0bc6a6fc6c586" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "40fd9e1f53053807f6f898d514585da8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 111474, "upload_time": "2018-11-10T00:55:06", "url": "https://files.pythonhosted.org/packages/46/8b/ba62a681574be5e8102bcd1bd3f5ae2b0ad00eeee8f8a69d3ea7c25b2fd1/dwave_tabu-0.1.1-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "9e97d1f6b5fdfc2791c1d17778be7a7b", "sha256": "8079eca908b22b568fdc9d7aee5634039e9fb77f01787fe907e5418f89b2e71a" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp34-cp34m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "9e97d1f6b5fdfc2791c1d17778be7a7b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 130724, "upload_time": "2018-11-10T00:15:34", "url": "https://files.pythonhosted.org/packages/53/85/ed970d518b809265fece14c6c0ec6424bea27655058137aaee92a8a30bb0/dwave_tabu-0.1.1-cp34-cp34m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b649ae56a43bc995fb97f525a44e1308", "sha256": "1b41eaf700caa02f031632d2d136ad2e373ee797f929dcc0dcb57cc600910e2f" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "b649ae56a43bc995fb97f525a44e1308", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 700787, "upload_time": "2018-11-10T00:16:48", "url": "https://files.pythonhosted.org/packages/63/d7/71ce7e2624a91d53fbc6c9b7e3480ee1baa5b0c7cce6f7e3ddd426d5c223/dwave_tabu-0.1.1-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "db5ce5ce5d0d0480a7dfae2b8e1197dd", "sha256": "e61ddc1a11227e466bcb40d6aa538d3021544da35ec4d7005bfb1c72e40d15d0" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "db5ce5ce5d0d0480a7dfae2b8e1197dd", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 728434, "upload_time": "2018-11-10T00:16:50", "url": "https://files.pythonhosted.org/packages/59/50/6238a02632335011dc4d9fa77c18405a4e65660a72e17017f77686f602d6/dwave_tabu-0.1.1-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3c179dd1f47503e3fe702d82c00f89f5", "sha256": "75d295757e56e072c3f60da0a2659f147092f7683df5ef91d0c52f366c1a1764" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "3c179dd1f47503e3fe702d82c00f89f5", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 83518, "upload_time": "2018-11-10T00:57:44", "url": "https://files.pythonhosted.org/packages/3c/61/94a1ee98a9651fb8247007da285f70ef9e5ab9652dd8b232b859fbcc92f9/dwave_tabu-0.1.1-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "28bee03faf471f299637d2783265c57a", "sha256": "77bad8486223713a3cecfc88c0f760d0622de0705ab1ba934805ba24acc70734" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "28bee03faf471f299637d2783265c57a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 99885, "upload_time": "2018-11-10T01:03:49", "url": "https://files.pythonhosted.org/packages/96/76/8170b9f2e21dff7fabc52ff66dbfefc4aba6a0df35ea57cfb52dbc352046/dwave_tabu-0.1.1-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "1acced2aeea4ed658c36e9061728ac29", "sha256": "062480392e4d550800d066da3caf40175465098dd11ea0ceb2bbc16d7f7fd832" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp35-cp35m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "1acced2aeea4ed658c36e9061728ac29", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 130773, "upload_time": "2018-11-10T00:15:35", "url": "https://files.pythonhosted.org/packages/e2/36/a70e124fba5e279a44366f8e4f335122ca8ad182aa805725ff258553c1a8/dwave_tabu-0.1.1-cp35-cp35m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "7d7b2afa62d165f50999638eb2657ffc", "sha256": "090599910e54fef0856d8719c842a072e7b8d6fa905eac991f111edc6265368a" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "7d7b2afa62d165f50999638eb2657ffc", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 701029, "upload_time": "2018-11-10T00:16:50", "url": "https://files.pythonhosted.org/packages/aa/43/cc3043d1216cc5167b2e86f0d9fcaef288890e2d6337377505cbeab0fb1c/dwave_tabu-0.1.1-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "4589759684faec4de65e66d2d4cc6f71", "sha256": "2ff986d2ed023e6859ae079c5d966c5b114ae6c34a228f62389dce89038f63ce" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4589759684faec4de65e66d2d4cc6f71", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 728520, "upload_time": "2018-11-10T00:16:52", "url": "https://files.pythonhosted.org/packages/74/9c/2516f4dc6ae9fbf2273722648f3537e893e7dca0c33880dcd8c6068af33b/dwave_tabu-0.1.1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "aff16fe0538b215be80c0feebbc7fd95", "sha256": "8cf471fa977e02c1d8e7c2020e4a6174ce51f5849ba2150f8569cdfe165fc3cb" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "aff16fe0538b215be80c0feebbc7fd95", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 86227, "upload_time": "2018-11-10T01:06:55", "url": "https://files.pythonhosted.org/packages/bb/65/944f848c9631307a777c0480f0b6f27ac4a94978a89e357fd100d94a3d86/dwave_tabu-0.1.1-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "cd1403c9f8adc18d9cdcd1489cb613a8", "sha256": "5d3e52d1828ba6ea3901447774d70aafeeb1c6ad6372633279be6d2caf237b50" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "cd1403c9f8adc18d9cdcd1489cb613a8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 103904, "upload_time": "2018-11-10T01:08:13", "url": "https://files.pythonhosted.org/packages/59/6a/8a076b895b92bd86a5768b31bddc1326f611a73cfc02bccc6f0747b67d61/dwave_tabu-0.1.1-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "8fb5b54463729b7ae373238aafd117a7", "sha256": "f225ae0d394b6511e41ed723df3733d1a2c8fd9613917d952ca037b0b0b947f2" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "8fb5b54463729b7ae373238aafd117a7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 130773, "upload_time": "2018-11-10T00:15:39", "url": "https://files.pythonhosted.org/packages/6b/48/08e33729dd7513d78f005e61a5f4bf17c9a0352b560ed199bb0056dcc7c7/dwave_tabu-0.1.1-cp36-cp36m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "abe9eecd572cce05b8358b1d5a9f9454", "sha256": "4a654a490f5dd5586b4f9465958916547604b9f3fa948954c230e27d315bb5f1" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "abe9eecd572cce05b8358b1d5a9f9454", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 701151, "upload_time": "2018-11-10T00:16:53", "url": "https://files.pythonhosted.org/packages/06/f3/7d8b673198f831f4e5291397c7d5f18704762938b297c7b99952b740128d/dwave_tabu-0.1.1-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "6bddae1cf9e19d9049d6a56a9be63ae4", "sha256": "f17d6bc86de63301182b4a1387aa64b242fde641494b1bb5a5a943e6003e8190" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6bddae1cf9e19d9049d6a56a9be63ae4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 728721, "upload_time": "2018-11-10T00:16:54", "url": "https://files.pythonhosted.org/packages/f6/60/e7a7dfa90133e53289526b25fcecfda66bc2602406302ae7d69c32b01911/dwave_tabu-0.1.1-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "92e0b567325dde1bd31f2c0dd90d1bef", "sha256": "c28249f56a59c39bbc7b60cae508dce6b4921074dfb3abbad313150ab9cb7127" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "92e0b567325dde1bd31f2c0dd90d1bef", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 86220, "upload_time": "2018-11-10T01:10:21", "url": "https://files.pythonhosted.org/packages/f6/91/370777f414cef83522ea80c37c68b84f311e2be678567f128e8c57afd472/dwave_tabu-0.1.1-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "a498b2e01d5379465bd1cf41179d163e", "sha256": "8750318288ed3f60b187e5ea605c83bd8d8602418f153b181fb1a185af8ade40" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "a498b2e01d5379465bd1cf41179d163e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 103905, "upload_time": "2018-11-10T01:15:50", "url": "https://files.pythonhosted.org/packages/1a/06/432a2130d514465012e137a4cbff91e9e7c499ef728803687e649a3dd67a/dwave_tabu-0.1.1-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "809798aea8cc668227625aa99b5c8b1b", "sha256": "8fe6291c2f5a7abf3bc0681eb88341bf7794ef2d92b7041f4ffe959ee57865fd" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "809798aea8cc668227625aa99b5c8b1b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 130776, "upload_time": "2018-11-10T00:16:56", "url": "https://files.pythonhosted.org/packages/3b/58/9f1f0c221f3e836c77d4ddfff289405068c88079844d51b0559071293961/dwave_tabu-0.1.1-cp37-cp37m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "191ebed6becf37ce1d16761eec1e6bd0", "sha256": "c815318ef5977fe9afca4712bc5dea824370ff88c061511286d493322f46a32a" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "191ebed6becf37ce1d16761eec1e6bd0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 701136, "upload_time": "2018-11-10T00:16:55", "url": "https://files.pythonhosted.org/packages/df/3f/200a79d8d8051e2a40cfb6fc3dd19f76c15ba4d89ba351b57b91e288b1da/dwave_tabu-0.1.1-cp37-cp37m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "6cc00251f19d5ac049a2cd9feeed65c2", "sha256": "0c8b8b88e0d3b2edbb08cbe479692b408bfe83e724f95663de90d8b5a9fb902c" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6cc00251f19d5ac049a2cd9feeed65c2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 729016, "upload_time": "2018-11-10T00:16:56", "url": "https://files.pythonhosted.org/packages/92/d5/797354d3eba2d1e49d9fd7d760a9acce7f1aa22ec9011aee86774de4e7d5/dwave_tabu-0.1.1-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "189d6adb911562c9d1c8d1e2b6d4bc1d", "sha256": "8a42e9289814502025f721f5b152f9a0750147eb37ec102c22eb2d00dc995fdf" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "189d6adb911562c9d1c8d1e2b6d4bc1d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 86223, "upload_time": "2018-11-10T01:19:05", "url": "https://files.pythonhosted.org/packages/d0/27/235a5f3b719d01244a3fccc59498fc083b579ddd04ef4d9d8e478e41e28c/dwave_tabu-0.1.1-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "a07d70cde3918de991b2f10edd1cc482", "sha256": "bde72e4346530aa638389d8ec595a4c3329686f89078851f01a6e6285fdd98aa" }, "downloads": -1, "filename": "dwave_tabu-0.1.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "a07d70cde3918de991b2f10edd1cc482", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 103907, "upload_time": "2018-11-10T01:21:21", "url": "https://files.pythonhosted.org/packages/fd/e9/31511df447920d4d738d6c6eff208213073ba211963535a51581323ac02d/dwave_tabu-0.1.1-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "1e9d0be58183a4e9480e3b13d940574c", "sha256": "760f7b79df77491f66d0ca1d50b47cd85363b14d36cef86feaa248501df77a7f" }, "downloads": -1, "filename": "dwave-tabu-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1e9d0be58183a4e9480e3b13d940574c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9382, "upload_time": "2018-11-10T00:16:57", "url": "https://files.pythonhosted.org/packages/a4/46/f17ae57d6b31064d12a6f54cd060e10aa75ac90a76dacac1a71b28f19381/dwave-tabu-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "b6d0e42ca703db56a69f04dfd1545f79", "sha256": "1bb136d80c96ce1222fa6810aadface23b61be554bacd96145461ea7b31d2fc1" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp27-cp27m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "b6d0e42ca703db56a69f04dfd1545f79", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 130985, "upload_time": "2018-11-10T01:42:47", "url": "https://files.pythonhosted.org/packages/60/cf/a6422255af3e48c9e503d76da0b40a3ae1f9f25145cb1b06a37c9e366e40/dwave_tabu-0.1.2-cp27-cp27m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f1e6dac257558714359b3c9ef0143812", "sha256": "79554cf5a08339a45670a8c40d86f7cd4f6a0cc6b25b717f611c91465af11491" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "f1e6dac257558714359b3c9ef0143812", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 698325, "upload_time": "2018-11-10T01:44:11", "url": "https://files.pythonhosted.org/packages/64/15/9bc327ae66984e7eceec7aa187e16a03f5538add6d2fa91ba27d536129b0/dwave_tabu-0.1.2-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "b65f23710f7c297ed66f4eabe52fe398", "sha256": "06227414ec0e25708ca6dcc2747c9795a94f986fe5171ccb868d9a867c59a0f3" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b65f23710f7c297ed66f4eabe52fe398", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 725322, "upload_time": "2018-11-10T01:43:59", "url": "https://files.pythonhosted.org/packages/76/2c/1154518b272f6a7e2de54ba678df52c70bc85767b1d3af8b5cdb8f43e978/dwave_tabu-0.1.2-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "285c17911a1c20291f2159614205ba02", "sha256": "c36a6a456bfbb691be18a7eaa15d9381d01ce700401695d23f7af65ccf1d3246" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "285c17911a1c20291f2159614205ba02", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 698325, "upload_time": "2018-11-10T01:44:14", "url": "https://files.pythonhosted.org/packages/2e/d2/257447fce405444454a692546ab8cee0cc9cb82ff4cdac87e3f9af521525/dwave_tabu-0.1.2-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "a343be03bb62eb52d507487c833e587e", "sha256": "0b4f479c4d74d7d0436f1a23dd90e419cc8b79288e8bf0adffe6518c17fa0bb6" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a343be03bb62eb52d507487c833e587e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 725323, "upload_time": "2018-11-10T01:44:01", "url": "https://files.pythonhosted.org/packages/bc/8e/8168f7a66761800dfbefe491ae8e3488e84f2587648bfaa8ee8be4154aae/dwave_tabu-0.1.2-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b5e74b93ed2b55f31227ca6eecfeaeb5", "sha256": "e3d9e7cbf1bb52cc569898ad3ea77a8c6fd8935eb7ed847c7fcf02f72c2b6346" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "b5e74b93ed2b55f31227ca6eecfeaeb5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 87838, "upload_time": "2018-11-10T02:32:16", "url": "https://files.pythonhosted.org/packages/1d/28/52564a5b3c613fd78bf05f735f85dedef01657c910bb009d990cd77a5d82/dwave_tabu-0.1.2-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "eb123bd8a97a52de9614970fa9766ec8", "sha256": "860f908414174dd88bbf721b7810264c78b1da0738950d23da1eea7dda66a78b" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "eb123bd8a97a52de9614970fa9766ec8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 111477, "upload_time": "2018-11-10T02:33:50", "url": "https://files.pythonhosted.org/packages/44/d6/e96b1914f1ba7a3cc923e2adca791cc15d0639afda18b823a5ff9c344036/dwave_tabu-0.1.2-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "99bd255de7cadbad79a3ba096059a2ca", "sha256": "5d424dc5b26e1fa2e1def9c81b7b895ea69a1c228d03ccdc0cda4fd5822dcfac" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp34-cp34m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "99bd255de7cadbad79a3ba096059a2ca", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 130729, "upload_time": "2018-11-10T01:43:46", "url": "https://files.pythonhosted.org/packages/36/06/01870dbc3aecf3d5a0a8cc2efd1794ed81c768706b2ca892e37ee211fa31/dwave_tabu-0.1.2-cp34-cp34m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "192e013f4566294db31db37c933f7cbf", "sha256": "9fb9957dad9fec3fd4e1fd0520fccc53552bb893d121d9ce60434636b01ca1e4" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "192e013f4566294db31db37c933f7cbf", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 703803, "upload_time": "2018-11-10T01:44:16", "url": "https://files.pythonhosted.org/packages/c1/ef/9dca38f5e35882c63ef545c164ddffc03e11f470f0160a5146570df041fb/dwave_tabu-0.1.2-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "18afaf4c39959521f6d1bd4694039a50", "sha256": "5a0aa9e190eb8081b81679a302fa1aa1d86bf52c2cc75074f437f52d31dc9e52" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "18afaf4c39959521f6d1bd4694039a50", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 731458, "upload_time": "2018-11-10T01:44:02", "url": "https://files.pythonhosted.org/packages/47/63/fd5948f0fc87c29b9e881e89df3ec0cad6d9e0674dd30811c94392753497/dwave_tabu-0.1.2-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "959e319ac099c02953da8042df0babcd", "sha256": "eaddeb73c0b69283bdd25e8e5d1a3e48d9dc8b3cf8df7ebd2a6f5fc466617719" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "959e319ac099c02953da8042df0babcd", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 83524, "upload_time": "2018-11-10T02:35:36", "url": "https://files.pythonhosted.org/packages/2d/11/abcb10c83eaa921dcdc2920923e73837c98e562faa4b6a31fca1f76f0050/dwave_tabu-0.1.2-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d1642b9d651ec391c0b39b39f5041785", "sha256": "1deaf81c134d7cf07c6af8afbb4c1dc8a4cf3aa955c2ada1f4a0fc0fbe8b55d5" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "d1642b9d651ec391c0b39b39f5041785", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 99890, "upload_time": "2018-11-10T02:37:22", "url": "https://files.pythonhosted.org/packages/0b/ca/8b6a30584b0cda82aace37004c2dbbaae8f42c844e07312e886b32d9d77f/dwave_tabu-0.1.2-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "0e218c361da4889bf6f50bed49514ca0", "sha256": "c8d1bf67b63605717cc9989fac7c6290754385693a6d81d2e6d0d5cb978b9636" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp35-cp35m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "0e218c361da4889bf6f50bed49514ca0", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 130781, "upload_time": "2018-11-10T01:44:11", "url": "https://files.pythonhosted.org/packages/f5/28/307f0ea727092643ce88c72f5417fc124cc8aacb8abb348571823f27dd43/dwave_tabu-0.1.2-cp35-cp35m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8168d8663edbf32ff28516e76985f20f", "sha256": "09fcb540ad71678d14e4afdc4c352684f2638a48ef237902b1efba43af9dccd8" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8168d8663edbf32ff28516e76985f20f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 704050, "upload_time": "2018-11-10T01:44:17", "url": "https://files.pythonhosted.org/packages/03/42/81daa8321aff477f77d0daf3576787833dbedde2a979904e82b8a9a833dc/dwave_tabu-0.1.2-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "d27783515e6a0d77d1baca183c0eb796", "sha256": "c7af4ec669f9acca7ef2f84d3aff436bab69977e446cc92955dd5918b3f68edd" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d27783515e6a0d77d1baca183c0eb796", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 731511, "upload_time": "2018-11-10T01:44:04", "url": "https://files.pythonhosted.org/packages/38/9c/1b738a9353cbbfb8593976d0e1217031b747ac5e54249a376c0c63d0776c/dwave_tabu-0.1.2-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "58eb38999695bf3ffab163ef06940a99", "sha256": "83b5994b7f3eaeb6b133e1f5d7d6c472388e46e87f20e0a1c009385360dafa76" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "58eb38999695bf3ffab163ef06940a99", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 86230, "upload_time": "2018-11-10T02:38:37", "url": "https://files.pythonhosted.org/packages/43/a8/8052327893c78d71fbed7db21cb4f8767ef833b3dba818e172d5d362f41f/dwave_tabu-0.1.2-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "96446d98da8a4e658d401ba38416f365", "sha256": "0daef8a50234f698bee971fc94027fc0e326772fc308691b28d87182a31b0c8b" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "96446d98da8a4e658d401ba38416f365", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 103906, "upload_time": "2018-11-10T02:39:55", "url": "https://files.pythonhosted.org/packages/8e/d6/9c562485e41b8ace15c29ff9e9234793b417d97fb10befc41fcf532c1a05/dwave_tabu-0.1.2-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "d83c6ed22292316761bde9d4d2de6603", "sha256": "5df37305e45036507424b493093a5d0c051022dd90ad257106e642848096f307" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "d83c6ed22292316761bde9d4d2de6603", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 130780, "upload_time": "2018-11-10T01:43:47", "url": "https://files.pythonhosted.org/packages/57/62/dd114b3b3e68cd5be66af8aa80fc2ed5455ed4c4c9665b72c6289a9bf7f9/dwave_tabu-0.1.2-cp36-cp36m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5db99ed5cc70290caedb73fa60b2e6b6", "sha256": "26bd58e72a86e428e7f86138db27339549a2b61771084fd4d96e21f669dabb40" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "5db99ed5cc70290caedb73fa60b2e6b6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 704175, "upload_time": "2018-11-10T01:44:19", "url": "https://files.pythonhosted.org/packages/17/9b/43e3882991db62cfd2edbb4d0782f7042d5ff7764ba604419b2c9ae2ac3d/dwave_tabu-0.1.2-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "b66e795e60de5e8dc832b942d2ed63ed", "sha256": "534cb1ba51f07068eb745ba85c1e32680f3ca6f30b73609499951f79645f33d5" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b66e795e60de5e8dc832b942d2ed63ed", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 731765, "upload_time": "2018-11-10T01:44:06", "url": "https://files.pythonhosted.org/packages/4b/5a/ac02a24f0b18b1abccfdf47a6d1596d4e95451910dd05a2d6d72fd7d854c/dwave_tabu-0.1.2-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "6bf6517c214d01da96a5bdbcd0ec7c7e", "sha256": "3dc8763b81e8075841483cb4eb796934402c643e62565268288b7518ae094385" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "6bf6517c214d01da96a5bdbcd0ec7c7e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 86225, "upload_time": "2018-11-10T02:41:35", "url": "https://files.pythonhosted.org/packages/cd/3c/3cd7d1610f57caca9034afab083ad22f96bd1efe01d1399ed6080e9ef4ee/dwave_tabu-0.1.2-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d7b2bd37257c0b47b355b1d63d48739a", "sha256": "15014bdf0bb425617f3dae9532d0aa943a53e2d0db6dbc74f0857bcba392086f" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "d7b2bd37257c0b47b355b1d63d48739a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 103908, "upload_time": "2018-11-10T02:42:49", "url": "https://files.pythonhosted.org/packages/3d/bf/e5cbe6359aa8aae4b60269b27a0ca2c33651b69ac2f2422702349b1f3507/dwave_tabu-0.1.2-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "be53122d749409c9a841fd682576fecb", "sha256": "ecace24cb21bf4eb0d929a8a1115052e96276dc58aa4915dd9ea4344c8cec124" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "be53122d749409c9a841fd682576fecb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 130780, "upload_time": "2018-11-10T01:48:56", "url": "https://files.pythonhosted.org/packages/f3/f1/8546a3027ee27759f7358a3fd7925d3ed454f238a48f1634ebd34cd817ab/dwave_tabu-0.1.2-cp37-cp37m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ba022f6612d40f2b6ead9c0158192ee1", "sha256": "fb77325961e1ca49f9d83360e017e205f4d409bde2ed686382105a030e8acbfa" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "ba022f6612d40f2b6ead9c0158192ee1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 704154, "upload_time": "2018-11-10T01:44:20", "url": "https://files.pythonhosted.org/packages/3d/13/576b419ae7c9ed623372207b47c690f43ec39cb30927c71d0379288908b6/dwave_tabu-0.1.2-cp37-cp37m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "f8cf2d004af992ad15213a853401546a", "sha256": "2ceadb67f9f1f5eecbb6a31030ec7ffd190b5050efe408929a7eef1bfbd02b84" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f8cf2d004af992ad15213a853401546a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 732048, "upload_time": "2018-11-10T01:44:07", "url": "https://files.pythonhosted.org/packages/e8/ee/d592d5db3853aeb6c1888368ba3e62e5887d80b1d44c0df18d578cda3a01/dwave_tabu-0.1.2-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e80a21fd5018ef49ce1d332a94ce0dbf", "sha256": "c6da8d9d1fa5f49e3df9dd51b80b7cc2bb58cfa12ffde2b6f3e74fcfe5c6052d" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "e80a21fd5018ef49ce1d332a94ce0dbf", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 86227, "upload_time": "2018-11-10T02:44:08", "url": "https://files.pythonhosted.org/packages/44/ef/c1eff0d8445251d840098b510b530e0640ba274372f9377650cf5484d376/dwave_tabu-0.1.2-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "ee332050bfa40bac8d8fc73c4d526af2", "sha256": "a14f827b5a6fc531c0f89849c8d1d335e7b204ca7b22c06a7c38a7ad5cfbf48e" }, "downloads": -1, "filename": "dwave_tabu-0.1.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "ee332050bfa40bac8d8fc73c4d526af2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 103914, "upload_time": "2018-11-10T02:46:10", "url": "https://files.pythonhosted.org/packages/a5/df/c06db61d5abaa8d5e511e541061500c5befd66f816f56ae3bf6ff914f243/dwave_tabu-0.1.2-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "00c826313c0d981e2e0387715027c3b4", "sha256": "009f525469c4658689252eb8ac964d2acf7f8a4c81aabd70e7731c7b2764f5f1" }, "downloads": -1, "filename": "dwave-tabu-0.1.2.tar.gz", "has_sig": false, "md5_digest": "00c826313c0d981e2e0387715027c3b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11870, "upload_time": "2018-11-10T01:44:09", "url": "https://files.pythonhosted.org/packages/2f/ed/0d84e75ff35f6a4f911fe95329a526fd83d96751dcf7169787bafcad3bcc/dwave-tabu-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "daac319684a70ea64257cd0cdb0a82c8", "sha256": "79e8ac1315d28e31b66d048c26cae0f58024e1781e5114f2678944c23b64abbd" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp27-cp27m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "daac319684a70ea64257cd0cdb0a82c8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 131252, "upload_time": "2018-12-08T07:05:20", "url": "https://files.pythonhosted.org/packages/c6/f8/7336c04f0870dd721d42331321e612adbee103406d6e994e3d2347f3206d/dwave_tabu-0.1.3-cp27-cp27m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c84532423bbc4c65367cb054cc6510db", "sha256": "b597d03569e2c8400de940b40d2292849bb6e97a54ebdf3d438b8a9c1cf1782b" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "c84532423bbc4c65367cb054cc6510db", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 698595, "upload_time": "2018-12-08T07:06:04", "url": "https://files.pythonhosted.org/packages/dc/74/981ced9266a55292bb67e952e4482bc699f2edd9964fb96088fdffe97505/dwave_tabu-0.1.3-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "b7d1be1a43179ece381288a405ba6ae7", "sha256": "5c2e5163cebb90db2737ec1470317f01ddfc4b6e60f70f541e83e0ab8da49b45" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b7d1be1a43179ece381288a405ba6ae7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 725586, "upload_time": "2018-12-08T07:06:01", "url": "https://files.pythonhosted.org/packages/de/df/a45381f6d78e7c662f1953980f24c725eb474b55f3e579ca4a63843cd898/dwave_tabu-0.1.3-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "03cb185ce8018b2f19572cc5d675e943", "sha256": "eaf120fff7e6830b917556e19b4365bacb0ce256bac78948c947248146dcbb4a" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "03cb185ce8018b2f19572cc5d675e943", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 698595, "upload_time": "2018-12-08T07:06:06", "url": "https://files.pythonhosted.org/packages/2c/4a/0ddf9b47b5067a4d8a4c3982e9d2ab732284b2bd299a3fa2dfdafbf8c02a/dwave_tabu-0.1.3-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "7eb1b447b9fb8f01ecc84752cb9ac416", "sha256": "ecd59bedc60fc5b2620bd6db2201b9b416a3a1447fd9b3579a2274d67081946f" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7eb1b447b9fb8f01ecc84752cb9ac416", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 725587, "upload_time": "2018-12-08T07:06:03", "url": "https://files.pythonhosted.org/packages/e9/e2/417a84470e589b4736ddf84de581dfd95458e0c2fcb8995c51e3ebca491f/dwave_tabu-0.1.3-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4779c8ae277a8a3ceec5b8db7876ba83", "sha256": "07edf3e754f663b35c44ae822aadc9c6fdb3c780fdbf65f50314b9fe067382bc" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "4779c8ae277a8a3ceec5b8db7876ba83", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 88095, "upload_time": "2018-12-08T07:25:53", "url": "https://files.pythonhosted.org/packages/2a/a4/cc8e951e1ef92c90f91225e02ae3eed5a32eee8ede6d1193311db3b1e1ec/dwave_tabu-0.1.3-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "c4952ae527d759c8c78f358144ed2d6f", "sha256": "36a2956dea091881c289fdb174a59cad9aafde822cf8b455c9c427ce1aaca544" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "c4952ae527d759c8c78f358144ed2d6f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 111744, "upload_time": "2018-12-08T07:27:07", "url": "https://files.pythonhosted.org/packages/ef/cc/f1af34bfa4253fa4add64010e94cae14b8a58cd3f5f6deb7d8ca3cd7d50a/dwave_tabu-0.1.3-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "771c0da8414052c061c2c8da92328f4b", "sha256": "ecc539093ff253a8213b1493384099e25a4f147fb2c359fb723161b63c42a2d6" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp34-cp34m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "771c0da8414052c061c2c8da92328f4b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 130994, "upload_time": "2018-12-08T07:05:21", "url": "https://files.pythonhosted.org/packages/ed/02/fb306a8676beb0a3848bb9d32d436a81d8f33129a2b79f2e55e7eb3fd6b9/dwave_tabu-0.1.3-cp34-cp34m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "080849e4a16e381abac893dcdcf440fb", "sha256": "28985eb5e8cd7b4566863447e160259456f85475489cc09ae257b662ff2e7463" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "080849e4a16e381abac893dcdcf440fb", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 704071, "upload_time": "2018-12-08T07:06:08", "url": "https://files.pythonhosted.org/packages/f0/c3/fecf439cfe530b747f9ce5e39b9c52e37b460c8034454969755c7d87dbf9/dwave_tabu-0.1.3-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "dc0256f715c41f9deeab1236ff0bc7de", "sha256": "d89cf7262d86fe841c32432702f9ed8c42fe4a2aeb5871b87c6a0a7dbd3a82de" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "dc0256f715c41f9deeab1236ff0bc7de", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 731720, "upload_time": "2018-12-08T07:06:05", "url": "https://files.pythonhosted.org/packages/7e/59/f56a1f563a4be1d961409842b1ec98f8ba2c9eba3a8ee0f895cf21931933/dwave_tabu-0.1.3-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d17f592366beacb47d852814e54b9fb5", "sha256": "12b6067b1d9e020cd95614adc3eec76d9be535a825613ac4a780229307ce532f" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "d17f592366beacb47d852814e54b9fb5", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 83791, "upload_time": "2018-12-08T07:28:25", "url": "https://files.pythonhosted.org/packages/ae/cf/a2a0873eec91ce1efae1a0a37decc8e82ccfdeeef3f24958ff5be7e90374/dwave_tabu-0.1.3-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "31c6432acbe5f952e9f03556eae9a128", "sha256": "dc3efa5ab9e663ddf171bf032fdd260850cfdfe08e225a7148adbcb64eea10bc" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "31c6432acbe5f952e9f03556eae9a128", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 100159, "upload_time": "2018-12-08T07:29:51", "url": "https://files.pythonhosted.org/packages/bc/82/ef654c12e8aa1666dbf42cfb29a42385b2a4e117cc76605113945aa20e7e/dwave_tabu-0.1.3-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "35ce7349bb248ced9e74dd145a6c1ba4", "sha256": "052222fe3e4052d0793630935ffdfb9a8d9a0888782282d6a112a580843e325d" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp35-cp35m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "35ce7349bb248ced9e74dd145a6c1ba4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 131044, "upload_time": "2018-12-08T07:05:23", "url": "https://files.pythonhosted.org/packages/17/d8/c61959c1c183c304176efdbc27b17e4442039195678ea435a59761d83c01/dwave_tabu-0.1.3-cp35-cp35m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a5e6de38fc697547e983a1c63f8f7f81", "sha256": "93218dc788de47f07e06a436d773c1d6755ec42071f7cdef3c88e72e89d9c559" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "a5e6de38fc697547e983a1c63f8f7f81", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 704314, "upload_time": "2018-12-08T07:06:10", "url": "https://files.pythonhosted.org/packages/f0/ca/441dd5d9c6df6effa96bafcfd7355b409b66774024a99cce5b40e6221e48/dwave_tabu-0.1.3-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "b86d5bcf55616e48726505705ad9958b", "sha256": "4c6a1d18d0f9b8c3a659a11b0ef73cf11c9202f5d63f9d4cb917787a48d387d1" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b86d5bcf55616e48726505705ad9958b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 731773, "upload_time": "2018-12-08T07:06:07", "url": "https://files.pythonhosted.org/packages/e6/a6/2029cfd5d5391f9e264f3cedac3d60eff613042b8f933e59fc92f1d1a9fa/dwave_tabu-0.1.3-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "555fbdbc3b5a93974850e672545a437e", "sha256": "aa46cd1f13798a1b05e53a95e63167aa2c02b02d34a307ca1445bfe1d435b00d" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "555fbdbc3b5a93974850e672545a437e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 86501, "upload_time": "2018-12-08T07:31:01", "url": "https://files.pythonhosted.org/packages/d0/a5/5b67fae762e50f09aada67abc5146bc476bb319cd9c524668cfd9812d195/dwave_tabu-0.1.3-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "b68cea709b7ca5b009f7ec5b1862cc0f", "sha256": "82ef07ab9ed43175579a4689e0f7d58e43d520b12963b71a9d2343b950a3fbbd" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "b68cea709b7ca5b009f7ec5b1862cc0f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 104168, "upload_time": "2018-12-08T07:32:06", "url": "https://files.pythonhosted.org/packages/dc/a5/ee806eb4328fc296b76a831903f7a79f0f9165dbc7ebc1196d161bb94651/dwave_tabu-0.1.3-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "f076db2a3f1fbc9b6d448425b276faff", "sha256": "a444486c0a1041b84de9f6a6496071c1a1e2cb2f0da245adb65998f77fc7e95f" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "f076db2a3f1fbc9b6d448425b276faff", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 131049, "upload_time": "2018-12-08T07:05:21", "url": "https://files.pythonhosted.org/packages/43/5e/ad3a49f70a8941db33746839b2904e24e9e6d3cc1921c6a315b8f771b6f8/dwave_tabu-0.1.3-cp36-cp36m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ddb01a6e29307a2fc39beac5be32f394", "sha256": "eb41e0d334d0f1174ae0c829ac9db502ffeb26a083cd23d3eca4fa537d01ef5c" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "ddb01a6e29307a2fc39beac5be32f394", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 704439, "upload_time": "2018-12-08T07:06:13", "url": "https://files.pythonhosted.org/packages/55/e7/e3c81a7996c469474b9342af9a936f3d6e52eb3772ed84ddb5d1784ebacb/dwave_tabu-0.1.3-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "81a3e5026aeb46288f3a33e80389e409", "sha256": "99d2e89ed58d92a0de72cab8eb7bd442d0456f6488973a234d0b1832cd63b1c8" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "81a3e5026aeb46288f3a33e80389e409", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 732031, "upload_time": "2018-12-08T07:06:09", "url": "https://files.pythonhosted.org/packages/a9/2c/0a5e8115952dac55a86e77d35b923f72a4701f94e50cae3ac2591060bbf0/dwave_tabu-0.1.3-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a745638e8bc2f545d9f359f234efecd7", "sha256": "afaab2a6916ea1fa1f925c21c123fdc534b759f890e1acf67ce8f5cc53ae1086" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "a745638e8bc2f545d9f359f234efecd7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 86496, "upload_time": "2018-12-08T07:33:23", "url": "https://files.pythonhosted.org/packages/24/2f/e745790fb87674723d4df37d4de80b5bbb36e80372bda6b97e025c0b2c93/dwave_tabu-0.1.3-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "f8d3f59a4571fe5d4e4d8cf5cb3b4d09", "sha256": "274b1107e9a490a090127663e38fb39b975d2fd47a3f1f9f18150564ed6fc7c4" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "f8d3f59a4571fe5d4e4d8cf5cb3b4d09", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 104167, "upload_time": "2018-12-08T07:34:40", "url": "https://files.pythonhosted.org/packages/06/2b/61d11eed375e15990401b811337c209418cebb1480bcf4c1613791f83a30/dwave_tabu-0.1.3-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "45f79cfe915b8354bb13967d8f460a77", "sha256": "41b475a1b963e0b458e693084b82e55118b0719d83c62bd28f04c5f70074e9c5" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "45f79cfe915b8354bb13967d8f460a77", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 131043, "upload_time": "2018-12-08T07:10:00", "url": "https://files.pythonhosted.org/packages/ba/c7/9bb31576598934ecefd93bda7bbae84ca849dda2e401234c9d78810f6690/dwave_tabu-0.1.3-cp37-cp37m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "89da600e69b23a114a8495d9edfc5858", "sha256": "85ed984a3d7617476d64b3698a540b87ac54ca523e5642c786a21c92f1b9cfc2" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "89da600e69b23a114a8495d9edfc5858", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 704424, "upload_time": "2018-12-08T07:06:15", "url": "https://files.pythonhosted.org/packages/60/21/77dd4572bc8104edcb361438e218f66830e93512ef12706fca6631dc8f5a/dwave_tabu-0.1.3-cp37-cp37m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "935c35478b32a3d9e94469d3b45e4aab", "sha256": "ceeaea71a6cdb5f9a34d4261604f9ebea3a07837c943f4fa6b99581203c7d975" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "935c35478b32a3d9e94469d3b45e4aab", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 732310, "upload_time": "2018-12-08T07:06:11", "url": "https://files.pythonhosted.org/packages/32/4b/f7a3e76f515e76e12630136ae9c5e3f945f12309ee2273f781682a2a1319/dwave_tabu-0.1.3-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9f9d20dd18f12002fff9ef3aee5e1274", "sha256": "fbc1f733a4cba71c2d85a2cb05166b1d72d4935c3da7cedb94e7890a81d74280" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "9f9d20dd18f12002fff9ef3aee5e1274", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 86499, "upload_time": "2018-12-08T07:36:07", "url": "https://files.pythonhosted.org/packages/f4/e1/3f38b3e306b55b994544d8d6a50cff646ef96dfc239d9d5064d49070c23a/dwave_tabu-0.1.3-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "f17182bdad7a55c320a0a7f491f4655b", "sha256": "ec214104b1850c815f75e9d7c70d41bda2b9d27095ee0dff8751a393000c13f6" }, "downloads": -1, "filename": "dwave_tabu-0.1.3-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "f17182bdad7a55c320a0a7f491f4655b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 104174, "upload_time": "2018-12-08T07:37:50", "url": "https://files.pythonhosted.org/packages/b8/ca/368c4612d91792dd87ca92113b69ac52f0996886cf24cbff27d9562f9946/dwave_tabu-0.1.3-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "04b633d058026e6e77b53160035d14f0", "sha256": "878cb9e095c933e56c9f4031f09ff2eddadeda89621b9951b616cc308d49a594" }, "downloads": -1, "filename": "dwave-tabu-0.1.3.tar.gz", "has_sig": false, "md5_digest": "04b633d058026e6e77b53160035d14f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12243, "upload_time": "2018-12-08T07:06:14", "url": "https://files.pythonhosted.org/packages/94/65/51429e53d6fc22060a41e2f636bdd5ea7c545262f0889dd46f21a9c3a895/dwave-tabu-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "0401617143ab5d6229325bf2784a3b36", "sha256": "1ee90b4ec4f9022430edd8b296a0c0dab0175ad1acb4e59087506344242db2a3" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp27-cp27m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "0401617143ab5d6229325bf2784a3b36", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 166460, "upload_time": "2019-03-30T00:47:39", "url": "https://files.pythonhosted.org/packages/38/e3/6536a8fd9f9013673fbe6e5918b19169d18c4e40284d8b5d4d9e94f9820f/dwave_tabu-0.1.4-cp27-cp27m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "62d9e6b2cab31ecb5f0385fa7621a83c", "sha256": "9c78349d72d5131ccfe181e1fcb9f7d653d045632b7a4fb0766ccff7a14049b2" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "62d9e6b2cab31ecb5f0385fa7621a83c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 740526, "upload_time": "2019-03-30T00:46:17", "url": "https://files.pythonhosted.org/packages/f1/a7/c374035280d236346e3e0da2142634736eedb924ea602c402eb3a6200ba2/dwave_tabu-0.1.4-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "c6978a5fdcf7bd38203ccdec79e47e5c", "sha256": "7f243eed2028a97f8042c2cf46696f4d0fc7230dfcc001ff998369c814308255" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c6978a5fdcf7bd38203ccdec79e47e5c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 783980, "upload_time": "2019-03-30T00:46:06", "url": "https://files.pythonhosted.org/packages/2d/f8/d30900d0ac0a3aa10ab91756f03727d88d5124c69106476f27030ac512ef/dwave_tabu-0.1.4-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "855d05bb2873452ff2e0c196e9b85f9e", "sha256": "1401e03bfba55647a65a1ba86aa121d29d8cf7062e1753b1cad01262bf12947e" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "855d05bb2873452ff2e0c196e9b85f9e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 740526, "upload_time": "2019-03-30T00:46:19", "url": "https://files.pythonhosted.org/packages/dd/7a/1255594ce808a2fb97018f50ec1b1acdb3441ed6cfdf4a56a982f1ba9b56/dwave_tabu-0.1.4-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "746b5ce12db584d01d461d9406a0b3b0", "sha256": "704b5fc524c3923363aed9e1c67d38d83f228cea0d881e04c1628f4ed4f72827" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "746b5ce12db584d01d461d9406a0b3b0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 783978, "upload_time": "2019-03-30T00:46:08", "url": "https://files.pythonhosted.org/packages/1e/9b/da536081b70649f85be6a034efdc3fa7fd06cb34fe240029206c53a500a3/dwave_tabu-0.1.4-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0372d9086ef910af6cf9d8deb60a1071", "sha256": "d860d662f4be2c050998ca89367f3bf709c7c07a103d035b37dc82c6f8123d4d" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "0372d9086ef910af6cf9d8deb60a1071", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 92804, "upload_time": "2019-03-30T00:52:22", "url": "https://files.pythonhosted.org/packages/04/65/7301f413182b1b53fc9f590c7dac2463cc3c307ed13f50a225226b54b352/dwave_tabu-0.1.4-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d07f8931ae6a36505b69ecb8ba098c72", "sha256": "ea92f338ca40f13ddcab251271012c2aed77c9873224d25ff5621066d2c337b1" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "d07f8931ae6a36505b69ecb8ba098c72", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 118477, "upload_time": "2019-03-30T00:53:34", "url": "https://files.pythonhosted.org/packages/ee/d0/5779c6e09aae5d4d0264b01cfcf02a620b376da529df9923705d650548ad/dwave_tabu-0.1.4-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "83393cc5dadf129a7bf9435b1cda6a98", "sha256": "5e9212f98a13d483649461e13ed828d1a54fd9784f73f4ae58c933350b0d9ef4" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp34-cp34m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "83393cc5dadf129a7bf9435b1cda6a98", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 163214, "upload_time": "2019-03-30T00:47:52", "url": "https://files.pythonhosted.org/packages/9f/3a/5a7dffaa75c9e06ed67b402a440abd25cc9183eb421f63439ff920ed8ddc/dwave_tabu-0.1.4-cp34-cp34m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4bbad0c6011600fd849bdf3e6a19f71a", "sha256": "3cc83c653c417ceed0971729cf20698f4d183da7a102da04edfa0e2789d2351a" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "4bbad0c6011600fd849bdf3e6a19f71a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 745025, "upload_time": "2019-03-30T00:46:21", "url": "https://files.pythonhosted.org/packages/cc/66/eb7fe143405cc174e2cbdc2a4ace70f8f28955c06cbeb1963f0c2f5179aa/dwave_tabu-0.1.4-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "cb2cbc3442e6c2553b835ccbb4faef91", "sha256": "d4c5b79c2b00f360413310b1a8db7a5fdf53ed5fbf69ba96dbd8611b5496388a" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cb2cbc3442e6c2553b835ccbb4faef91", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 783285, "upload_time": "2019-03-30T00:46:10", "url": "https://files.pythonhosted.org/packages/b2/b9/52abf7ea46669cacdf69e93cb16f575947a1390450bc12db5fdd62e5fdda/dwave_tabu-0.1.4-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3e8c156b0003f516893da72ba8a0bdce", "sha256": "c04a1cb9c30fa4173aa3dfb732d873f518f1ff4a2ab376bd1537d1a1be46a0d3" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "3e8c156b0003f516893da72ba8a0bdce", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 87993, "upload_time": "2019-03-30T00:54:37", "url": "https://files.pythonhosted.org/packages/14/23/aedc70b5252b3b18f272843905acd1dc485ca010db935198b69f953c2cb1/dwave_tabu-0.1.4-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d9cfd9d36ac6e191156450ac982a3efb", "sha256": "aae47fb7a91294e10ea6e676756724466f23e644ce190baecc281ba5d55e6179" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "d9cfd9d36ac6e191156450ac982a3efb", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 107539, "upload_time": "2019-03-30T00:55:51", "url": "https://files.pythonhosted.org/packages/84/18/5a0bc81c7bee419e318ec71064f80992e15c47cb9730c9ed1f6a677db51b/dwave_tabu-0.1.4-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "f1eb742304faf02f998d79d2e585648b", "sha256": "dce42f8b23a89d97f7707d44dbf4dac21e6b066c16750dda2c5a71d02ec340fc" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp35-cp35m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "f1eb742304faf02f998d79d2e585648b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 163264, "upload_time": "2019-03-30T00:47:11", "url": "https://files.pythonhosted.org/packages/48/f5/0d0b8d026ae4fbd079dcfd3032c95d5a3c4d50a3a136c0a8f9d20e93e04c/dwave_tabu-0.1.4-cp35-cp35m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a65913e353a7f3f5ddbe0da89c92ecc1", "sha256": "a9e123ded1a1f4dc9b94a9671a290a88f0bd358d196dd57066e47685c90ac05f" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "a65913e353a7f3f5ddbe0da89c92ecc1", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 745190, "upload_time": "2019-03-30T00:46:22", "url": "https://files.pythonhosted.org/packages/6b/3c/d39a8a1d7c56f0a0a6dfad8d4291b87a95bc71f133ed2579926903d9e662/dwave_tabu-0.1.4-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "360cd8963a03bc2c4e210b661c566964", "sha256": "0bfb426d5a75a563804ba6889802f725fbac8f3964994331f560226e22ccc869" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "360cd8963a03bc2c4e210b661c566964", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 783706, "upload_time": "2019-03-30T00:46:11", "url": "https://files.pythonhosted.org/packages/60/e6/a40294403919e35ba44a56331b372b0303c48dd9b47b9dea7100303dd099/dwave_tabu-0.1.4-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0e5fc2b9dc7dc0b97ea341f9f3d2bf9e", "sha256": "99ce403b60c136cdb9c6939a75134fa6ef662f4d6e4139736d11926899c64709" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "0e5fc2b9dc7dc0b97ea341f9f3d2bf9e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 91044, "upload_time": "2019-03-30T00:56:57", "url": "https://files.pythonhosted.org/packages/fa/52/567f3398ee88189f315eda7fda2f915af24ba69405c97dd1f0ad90d33239/dwave_tabu-0.1.4-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "1a7c272d08bd26173acb2005e4bcfe8c", "sha256": "0bbac85bcc11d88da6becccca4ab79bebac99470e4ef1d7872d630e0e6cac988" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "1a7c272d08bd26173acb2005e4bcfe8c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 113241, "upload_time": "2019-03-30T00:58:04", "url": "https://files.pythonhosted.org/packages/db/af/4ed8b11dc387102896578ab792fbbb334effaee6e64bfc0d36e15ba33c89/dwave_tabu-0.1.4-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "1212d9a5bbb14aa03bde351c9be9e8f2", "sha256": "951b73da6859c9329eed736a77202050c122e1c4469275f0ebc14bda8bceab7a" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "1212d9a5bbb14aa03bde351c9be9e8f2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 163264, "upload_time": "2019-03-30T00:47:28", "url": "https://files.pythonhosted.org/packages/e2/8c/cc9c09d22a1ab683fb4724f79df01d5d7a6c6cfc0b20991228697093628f/dwave_tabu-0.1.4-cp36-cp36m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "7d22cbdad60d5895bc75e997a3c10d73", "sha256": "65f79096c3571ff584d88dfb34976074cf73b3e9595bc6d4093653042eddac1f" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "7d22cbdad60d5895bc75e997a3c10d73", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 745499, "upload_time": "2019-03-30T00:46:24", "url": "https://files.pythonhosted.org/packages/e7/09/52ce23260fc8c7be0b0ee3c0c416ca4c643c5d27abc99b661a8836e797e3/dwave_tabu-0.1.4-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "744165cb15699888c964d63bf17399ed", "sha256": "929d75f17ef792554d87bd446d0d804d0c9bc3ae257868a60af98eb09539e424" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "744165cb15699888c964d63bf17399ed", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 784068, "upload_time": "2019-03-30T00:46:13", "url": "https://files.pythonhosted.org/packages/81/e4/9c4ab19dd54e252b3b1a4b1a92d542dae793ac9b0d99359d4424191a109a/dwave_tabu-0.1.4-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4f0dea5aa254184185a79eb057f79749", "sha256": "c9b70f770a7989c48d5c59ebdcc3b1110cb1830340b4cf96b3c9156bed430722" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "4f0dea5aa254184185a79eb057f79749", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 91043, "upload_time": "2019-03-30T00:59:13", "url": "https://files.pythonhosted.org/packages/13/1e/e3a28b5a61c971bc26471e68032e6f91d30cd40c50a934c77e55c19789ac/dwave_tabu-0.1.4-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "4332a06c09c66e49d7c3bb26530e260e", "sha256": "bb071774570275e09cc0ee51ddaddc4b09bc9d490d86e86c0e1ae1cbc8942e36" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "4332a06c09c66e49d7c3bb26530e260e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 113248, "upload_time": "2019-03-30T01:00:14", "url": "https://files.pythonhosted.org/packages/44/e2/f5e1a36bc0d8fe9fc87faf66b30eeee277157a895742b13f741c0ad75111/dwave_tabu-0.1.4-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "41f0f4419839d4004a09670bd82ceda0", "sha256": "651041297d1c3955dac7c1061cc13e9df7e31f1fddfb252566c128e62398ac83" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "41f0f4419839d4004a09670bd82ceda0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 163264, "upload_time": "2019-03-30T00:53:08", "url": "https://files.pythonhosted.org/packages/2f/3c/28d7321f307e48ae09398d7e82f31007253cb784b68c50a0301fbfac6a82/dwave_tabu-0.1.4-cp37-cp37m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a90ae40c06730f9ce550fb0a70dd0da1", "sha256": "895c1ea3a61c1a87b755a434c310402a28b5870bd7dce617358f504c883500b6" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "a90ae40c06730f9ce550fb0a70dd0da1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 746416, "upload_time": "2019-03-30T00:46:26", "url": "https://files.pythonhosted.org/packages/b4/69/4e851aa87b80b1325bffadb1d66ce47d011ef0f386d0febbeb2478a241b6/dwave_tabu-0.1.4-cp37-cp37m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "7733c08cc5617bcb86318a662f2af5ca", "sha256": "e74ba3f7cf1eba8a859040dad53687097c294b3395a0b28c29e14d86adc62862" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7733c08cc5617bcb86318a662f2af5ca", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 785622, "upload_time": "2019-03-30T00:46:15", "url": "https://files.pythonhosted.org/packages/62/25/8a50a09b61de41d8a24f82952533e4fa0d73e1462c703b2a6efe04ef844c/dwave_tabu-0.1.4-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f1e8a041be9b07642a779628a9931dbb", "sha256": "0bae80584819ad741a38120713cfdd4a5ee25fca8dae84ec15746d675fa2974e" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "f1e8a041be9b07642a779628a9931dbb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 91043, "upload_time": "2019-03-30T01:01:14", "url": "https://files.pythonhosted.org/packages/70/a4/9d4081ba9f2850ba6ea759a28d8ab3acb92d7ebc6450e0b2963a669bfaa4/dwave_tabu-0.1.4-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "3ae5d26e26582e44ff67c4e925d9e9ba", "sha256": "ae83f2ef5ea9fbd531ddeacf52ca1282ba66d1ada7f6db0fce81b18f7b07c959" }, "downloads": -1, "filename": "dwave_tabu-0.1.4-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "3ae5d26e26582e44ff67c4e925d9e9ba", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 113243, "upload_time": "2019-03-30T01:02:18", "url": "https://files.pythonhosted.org/packages/51/26/b45f4e4256b79bf912b18fbd0037a5826f075cdeb54d214a7be47aa5ab61/dwave_tabu-0.1.4-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "957a6184eb274305c5467a571dcc6dbd", "sha256": "9c8a953ec2737fa97336affc8261257d5f722c8d2826e173b9bdc829bad6b326" }, "downloads": -1, "filename": "dwave-tabu-0.1.4.tar.gz", "has_sig": false, "md5_digest": "957a6184eb274305c5467a571dcc6dbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12410, "upload_time": "2019-03-30T00:46:16", "url": "https://files.pythonhosted.org/packages/05/24/584b03d37490cff13eaf31c0e96002a077211a8f0e0851fef7c3ea670918/dwave-tabu-0.1.4.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "ccc8e648966b7e107a8155a9ce3058d1", "sha256": "52cdb1786b2928e21c7708e406d22a2dee776ede7348855cb70f4d2b1c850b00" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "ccc8e648966b7e107a8155a9ce3058d1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 167097, "upload_time": "2019-05-31T03:45:07", "url": "https://files.pythonhosted.org/packages/0d/13/a17ecf482e76301d482d0d3f6abf84038c07d2f04c033a0a7656ce7c352b/dwave_tabu-0.2.0-cp27-cp27m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "14de1422930e5071e11f51c2864fd30f", "sha256": "53be75792313ab34ff757d43e3637e4c3a426c0123f9f5f4c866373d14f8f8b8" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "14de1422930e5071e11f51c2864fd30f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 741170, "upload_time": "2019-05-31T03:44:40", "url": "https://files.pythonhosted.org/packages/fe/95/88902327173158896b0aa8f7242b3ed532dee2a6d6d5cdf053adb5bf5899/dwave_tabu-0.2.0-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "70701b71a260da5a046add90ae2170aa", "sha256": "8a46df88c156a12c620e63dfc3eea17f9285b7f34fa5b7cea6a9af4653e9acac" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "70701b71a260da5a046add90ae2170aa", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 784619, "upload_time": "2019-05-31T03:44:00", "url": "https://files.pythonhosted.org/packages/96/7a/71a640558ce41a06dec16bcdcea4ad42ce85d93e2734dd66d442739f3c7d/dwave_tabu-0.2.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b679dc29f1257074d8d7432bc6b945af", "sha256": "6f7268d1e20976da6a775985e03cb8e58f67cff5a241c1c5d7196ac9547a4054" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "b679dc29f1257074d8d7432bc6b945af", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 741169, "upload_time": "2019-05-31T03:44:42", "url": "https://files.pythonhosted.org/packages/f4/7e/ca963785e2679b3bf0cd3349d011e7d0460810b58e18d3246c6b6f85c7be/dwave_tabu-0.2.0-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "6686f839a1ce403ed1c82179b421bd7f", "sha256": "1ba6e274240840e4d3312062607cdf2503e46cb7d177fbd9b0659807c570537b" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6686f839a1ce403ed1c82179b421bd7f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 784618, "upload_time": "2019-05-31T03:44:02", "url": "https://files.pythonhosted.org/packages/b1/c8/931be2ab56764fb548114f1c44a7eabb8846e970e37bca20f55641048775/dwave_tabu-0.2.0-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "95dc4e5391a66aa9ca1b2f902dd9b64c", "sha256": "fe5c24b0051b6e31a70f8915c32ee5b5d65a38a5950c1a79dbc9daaeec94fc4b" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "95dc4e5391a66aa9ca1b2f902dd9b64c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 93444, "upload_time": "2019-05-31T03:42:48", "url": "https://files.pythonhosted.org/packages/c6/a8/208cffca9f864ca635bf85ab01de087cc161f463beb87d66e5bd2487687e/dwave_tabu-0.2.0-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "bb5a689267935352f3f102f3ae948a19", "sha256": "fc54a197e88e05292a6fa3d693f0daf8ccaf24f583201acd309203f7064dbc74" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "bb5a689267935352f3f102f3ae948a19", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 119119, "upload_time": "2019-05-31T03:43:57", "url": "https://files.pythonhosted.org/packages/ec/ab/3c75ae0b00d9d4f18ed503962d1dab5592b8e12c24d95a43643405b3b874/dwave_tabu-0.2.0-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "35232a2ad7ded7cc41c9510ef6334c20", "sha256": "13b6150ca7c9a0309b8a8d0b9ff73c6931b1c7316623c054530896db5c6526c3" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp34-cp34m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "35232a2ad7ded7cc41c9510ef6334c20", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 163855, "upload_time": "2019-05-31T03:45:05", "url": "https://files.pythonhosted.org/packages/d3/05/4038543c746127ec4cc3e6a7f8b63d83630a254728aa376ad51b0cdade37/dwave_tabu-0.2.0-cp34-cp34m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "87c69713211f987541745ee8cb3fc36b", "sha256": "b6568460f26dd5ba6f9da84ff6a609a2055492252c0d5f5624d22f3e12cde4d0" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "87c69713211f987541745ee8cb3fc36b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 745668, "upload_time": "2019-05-31T03:44:43", "url": "https://files.pythonhosted.org/packages/c2/7d/e7a3d73623aec87f9a647888cb09df7e658a087421405bd2c5f9964632a7/dwave_tabu-0.2.0-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "f10c0bed2d007197bea8350775cf5805", "sha256": "0c213a145ab91036a0bee179d4f4b27146f8c30986b4d51fb6b898d4650b3900" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f10c0bed2d007197bea8350775cf5805", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 783923, "upload_time": "2019-05-31T03:44:04", "url": "https://files.pythonhosted.org/packages/32/0f/c3b65f859267387e6ce85c440a19461d45215694e2b7211d0fd54f474af9/dwave_tabu-0.2.0-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d734944f622b02389d6545bbee00ab4d", "sha256": "7a43136839b3d994319efbf9f501f581575b409bf9324e0ef8ad8ade125aef32" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "d734944f622b02389d6545bbee00ab4d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 88636, "upload_time": "2019-05-31T03:45:20", "url": "https://files.pythonhosted.org/packages/de/03/dbc687331e024a627dd53ddef7df95879d63ea2086c47c4b4674e29c884f/dwave_tabu-0.2.0-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "b8f4555e01c9b1f2948a79bd597cf935", "sha256": "ade28051d77989d8edf46fb033a451dbcdec22cbef6feebe52544f527df8ac93" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "b8f4555e01c9b1f2948a79bd597cf935", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 108180, "upload_time": "2019-05-31T03:46:28", "url": "https://files.pythonhosted.org/packages/51/fb/0e6705219e3bce41be40dd0e7dfb6b2bdb88f426a095c4f1cda48272097c/dwave_tabu-0.2.0-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "d61138c5f36f8f28e7a06b0510b0742c", "sha256": "475974a0b06cfd0873552fa1a39d538b3ade457eb40081f89d4e0dca9ffaa323" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp35-cp35m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "d61138c5f36f8f28e7a06b0510b0742c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 163906, "upload_time": "2019-05-31T03:44:39", "url": "https://files.pythonhosted.org/packages/14/9c/f24c9558d21195ac816403213368cea848f712020a4911b2c34ab8fb6c2f/dwave_tabu-0.2.0-cp35-cp35m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9b1b2dc5370a03bda79e2975648d5e02", "sha256": "802215e05f38e642ae4f10015155dd4a6530d66dcebc4e06a659a004bf31f2d7" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "9b1b2dc5370a03bda79e2975648d5e02", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 745830, "upload_time": "2019-05-31T03:44:45", "url": "https://files.pythonhosted.org/packages/36/b6/e91b98bfd6de71e47bc6810d3308021d2b66b0b5e6844b074896e5f6ece8/dwave_tabu-0.2.0-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "dd535885801855f7bc65bac3a3d916f8", "sha256": "1b95f7e084697514cbdc590276409607429e54745c5df1538e29f6bb723ecd35" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "dd535885801855f7bc65bac3a3d916f8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 784348, "upload_time": "2019-05-31T03:44:06", "url": "https://files.pythonhosted.org/packages/20/56/ed68bf1360742d83f3b885383a664b6a238bd004ae87c45fa636e4819b32/dwave_tabu-0.2.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "da4531370f4aab346f2b0c221d17abad", "sha256": "32b12627309e0507ab045b6ca1128528b305d8fa13eeef7dd377c89a06a07411" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "da4531370f4aab346f2b0c221d17abad", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 91683, "upload_time": "2019-05-31T03:47:33", "url": "https://files.pythonhosted.org/packages/de/5a/706490d6cb1f24682467a021fa29758640c8d37ee2219b296ed223998202/dwave_tabu-0.2.0-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "2b13dea590ccb41c1b3ec53a1579d911", "sha256": "ebcc43c9242f19b661da157b1ecd477fa072c78afcb10f8a28922c04f2e7dc75" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "2b13dea590ccb41c1b3ec53a1579d911", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 113878, "upload_time": "2019-05-31T03:48:45", "url": "https://files.pythonhosted.org/packages/58/40/4b9cd35bb67bf30ada22a4e2ee9e3adce46387e99045cbc8034d82459052/dwave_tabu-0.2.0-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "f04730d6e4e66ae86ebc3113e0f8389c", "sha256": "80b67ca4e23b76e81f4cbcad2e301b9745314f345bee3f7838ecf3fa02701124" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "f04730d6e4e66ae86ebc3113e0f8389c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 163907, "upload_time": "2019-05-31T03:44:50", "url": "https://files.pythonhosted.org/packages/ab/cd/a5ee899dd5d454e5266a166526a56fc291eebf1ddd75b656b8cf06c372dd/dwave_tabu-0.2.0-cp36-cp36m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9f7b105dd47d35b5705bbbfcd31b1f45", "sha256": "fcd6a0abaa3e5337b2bd10a6509e77620d0573bb8d35343f5800c1cde6fb8e04" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "9f7b105dd47d35b5705bbbfcd31b1f45", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 746142, "upload_time": "2019-05-31T03:44:47", "url": "https://files.pythonhosted.org/packages/09/2a/33d156dd578d04725a9fe765bd1131c29db8a68bb3f7492286416e037511/dwave_tabu-0.2.0-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "6ba83bb5941e2a9f51010a7db719b253", "sha256": "f9bc09065b25158272fe8eec81ce884e0849b2ab7fe72ddf56aeec4694e0fd0f" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6ba83bb5941e2a9f51010a7db719b253", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 784713, "upload_time": "2019-05-31T03:44:08", "url": "https://files.pythonhosted.org/packages/0d/e0/0fbc474c52a929b675544130d5c00d0a4105e774abd20637606eb2599e22/dwave_tabu-0.2.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "85a07d0220cea89bcf557eb52ad70c53", "sha256": "e426be26c775a362364806c527ff1ba31d12d5a10107e623cab039dee8ef2095" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "85a07d0220cea89bcf557eb52ad70c53", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 91682, "upload_time": "2019-05-31T03:49:56", "url": "https://files.pythonhosted.org/packages/70/c6/45160b5e17ab46ea3c070e112d4320662db51ade79b42f962038bb6cdc5a/dwave_tabu-0.2.0-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "7c4f8a69f49c53eb366df0e2791f637f", "sha256": "35079a7325ed46bc9b016be6af7efc9671d2a08727fc0a21d1e059feb09b975d" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "7c4f8a69f49c53eb366df0e2791f637f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 113887, "upload_time": "2019-05-31T03:50:57", "url": "https://files.pythonhosted.org/packages/ee/cf/f3d8e660d7513f1cc0a78f4c4f546d220bfc5f83b12c7f72ba224c199a15/dwave_tabu-0.2.0-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "31fb9100fe32a993df988730c14fe864", "sha256": "211e3063ea05397ab8cc2bb8806aee1f94bb23caec9a17afce9921bc5f16e3e2" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "31fb9100fe32a993df988730c14fe864", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 165284, "upload_time": "2019-05-31T03:49:56", "url": "https://files.pythonhosted.org/packages/dc/8c/bb02851503362e7603d7d7ba20d347b58bf3d2159436be480562f120dd2e/dwave_tabu-0.2.0-cp37-cp37m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "09c0e8d53b5a2184e768afc06a57b2a7", "sha256": "86317547172c8b734a8ffeb8328c3952484a41b1fa3c245e82a7c7a28b4594cf" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "09c0e8d53b5a2184e768afc06a57b2a7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 747061, "upload_time": "2019-05-31T03:44:49", "url": "https://files.pythonhosted.org/packages/5e/c2/ecb0692f588f0167ec6ff763aff64e0258cc7f2264387e277d006a9d6bc3/dwave_tabu-0.2.0-cp37-cp37m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "0b87ca3c79ee9853917a8eca0c6aeb62", "sha256": "ef879ba7da1b48b7153d488a97ccf2dc4cb64c741b3251fb3567091c0ab38488" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0b87ca3c79ee9853917a8eca0c6aeb62", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 786263, "upload_time": "2019-05-31T03:44:10", "url": "https://files.pythonhosted.org/packages/6a/2a/ffe2cf01d02c39e8f6ed95662d08257888e82882d17e60d59d09facf060d/dwave_tabu-0.2.0-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2e3cf0a5174e1622fbb6b1fdd647bb6c", "sha256": "c8c1dfca33a21906e1b9eaebf88116f7cfe36670c291f6e6dac5f3d95db16867" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "2e3cf0a5174e1622fbb6b1fdd647bb6c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 91686, "upload_time": "2019-05-31T03:52:03", "url": "https://files.pythonhosted.org/packages/b0/03/f207da1e583470a960de70c273ef7999d98def08fe98c7272d190a780e72/dwave_tabu-0.2.0-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "0f5d87164f03bb3e82054ae5033cb91a", "sha256": "3c8fdeb82500d747aae9793facac06ad876ee8e037266b413bfa13e4866c5a64" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "0f5d87164f03bb3e82054ae5033cb91a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 113885, "upload_time": "2019-05-31T03:53:16", "url": "https://files.pythonhosted.org/packages/f3/47/335cfb49d15f2503783e32f836c0061212675cf5a012fdb85efbab94239a/dwave_tabu-0.2.0-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "8d4f72fa9c20a74c91278d2cbe9c2d98", "sha256": "6be809395b821f9b1209145f28175e178d85c7e6fdf36b9a43ea9c70d4eb8aa5" }, "downloads": -1, "filename": "dwave-tabu-0.2.0.tar.gz", "has_sig": false, "md5_digest": "8d4f72fa9c20a74c91278d2cbe9c2d98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13202, "upload_time": "2019-05-31T03:44:11", "url": "https://files.pythonhosted.org/packages/b0/39/c81cef45deb90dee130a8c325ec19f9e4be66332eafdc2106b66deb5d4ec/dwave-tabu-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ccc8e648966b7e107a8155a9ce3058d1", "sha256": "52cdb1786b2928e21c7708e406d22a2dee776ede7348855cb70f4d2b1c850b00" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "ccc8e648966b7e107a8155a9ce3058d1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 167097, "upload_time": "2019-05-31T03:45:07", "url": "https://files.pythonhosted.org/packages/0d/13/a17ecf482e76301d482d0d3f6abf84038c07d2f04c033a0a7656ce7c352b/dwave_tabu-0.2.0-cp27-cp27m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "14de1422930e5071e11f51c2864fd30f", "sha256": "53be75792313ab34ff757d43e3637e4c3a426c0123f9f5f4c866373d14f8f8b8" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "14de1422930e5071e11f51c2864fd30f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 741170, "upload_time": "2019-05-31T03:44:40", "url": "https://files.pythonhosted.org/packages/fe/95/88902327173158896b0aa8f7242b3ed532dee2a6d6d5cdf053adb5bf5899/dwave_tabu-0.2.0-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "70701b71a260da5a046add90ae2170aa", "sha256": "8a46df88c156a12c620e63dfc3eea17f9285b7f34fa5b7cea6a9af4653e9acac" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "70701b71a260da5a046add90ae2170aa", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 784619, "upload_time": "2019-05-31T03:44:00", "url": "https://files.pythonhosted.org/packages/96/7a/71a640558ce41a06dec16bcdcea4ad42ce85d93e2734dd66d442739f3c7d/dwave_tabu-0.2.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b679dc29f1257074d8d7432bc6b945af", "sha256": "6f7268d1e20976da6a775985e03cb8e58f67cff5a241c1c5d7196ac9547a4054" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "b679dc29f1257074d8d7432bc6b945af", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 741169, "upload_time": "2019-05-31T03:44:42", "url": "https://files.pythonhosted.org/packages/f4/7e/ca963785e2679b3bf0cd3349d011e7d0460810b58e18d3246c6b6f85c7be/dwave_tabu-0.2.0-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "6686f839a1ce403ed1c82179b421bd7f", "sha256": "1ba6e274240840e4d3312062607cdf2503e46cb7d177fbd9b0659807c570537b" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6686f839a1ce403ed1c82179b421bd7f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 784618, "upload_time": "2019-05-31T03:44:02", "url": "https://files.pythonhosted.org/packages/b1/c8/931be2ab56764fb548114f1c44a7eabb8846e970e37bca20f55641048775/dwave_tabu-0.2.0-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "95dc4e5391a66aa9ca1b2f902dd9b64c", "sha256": "fe5c24b0051b6e31a70f8915c32ee5b5d65a38a5950c1a79dbc9daaeec94fc4b" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "95dc4e5391a66aa9ca1b2f902dd9b64c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 93444, "upload_time": "2019-05-31T03:42:48", "url": "https://files.pythonhosted.org/packages/c6/a8/208cffca9f864ca635bf85ab01de087cc161f463beb87d66e5bd2487687e/dwave_tabu-0.2.0-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "bb5a689267935352f3f102f3ae948a19", "sha256": "fc54a197e88e05292a6fa3d693f0daf8ccaf24f583201acd309203f7064dbc74" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "bb5a689267935352f3f102f3ae948a19", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 119119, "upload_time": "2019-05-31T03:43:57", "url": "https://files.pythonhosted.org/packages/ec/ab/3c75ae0b00d9d4f18ed503962d1dab5592b8e12c24d95a43643405b3b874/dwave_tabu-0.2.0-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "35232a2ad7ded7cc41c9510ef6334c20", "sha256": "13b6150ca7c9a0309b8a8d0b9ff73c6931b1c7316623c054530896db5c6526c3" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp34-cp34m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "35232a2ad7ded7cc41c9510ef6334c20", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 163855, "upload_time": "2019-05-31T03:45:05", "url": "https://files.pythonhosted.org/packages/d3/05/4038543c746127ec4cc3e6a7f8b63d83630a254728aa376ad51b0cdade37/dwave_tabu-0.2.0-cp34-cp34m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "87c69713211f987541745ee8cb3fc36b", "sha256": "b6568460f26dd5ba6f9da84ff6a609a2055492252c0d5f5624d22f3e12cde4d0" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "87c69713211f987541745ee8cb3fc36b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 745668, "upload_time": "2019-05-31T03:44:43", "url": "https://files.pythonhosted.org/packages/c2/7d/e7a3d73623aec87f9a647888cb09df7e658a087421405bd2c5f9964632a7/dwave_tabu-0.2.0-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "f10c0bed2d007197bea8350775cf5805", "sha256": "0c213a145ab91036a0bee179d4f4b27146f8c30986b4d51fb6b898d4650b3900" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f10c0bed2d007197bea8350775cf5805", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 783923, "upload_time": "2019-05-31T03:44:04", "url": "https://files.pythonhosted.org/packages/32/0f/c3b65f859267387e6ce85c440a19461d45215694e2b7211d0fd54f474af9/dwave_tabu-0.2.0-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d734944f622b02389d6545bbee00ab4d", "sha256": "7a43136839b3d994319efbf9f501f581575b409bf9324e0ef8ad8ade125aef32" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "d734944f622b02389d6545bbee00ab4d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 88636, "upload_time": "2019-05-31T03:45:20", "url": "https://files.pythonhosted.org/packages/de/03/dbc687331e024a627dd53ddef7df95879d63ea2086c47c4b4674e29c884f/dwave_tabu-0.2.0-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "b8f4555e01c9b1f2948a79bd597cf935", "sha256": "ade28051d77989d8edf46fb033a451dbcdec22cbef6feebe52544f527df8ac93" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "b8f4555e01c9b1f2948a79bd597cf935", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 108180, "upload_time": "2019-05-31T03:46:28", "url": "https://files.pythonhosted.org/packages/51/fb/0e6705219e3bce41be40dd0e7dfb6b2bdb88f426a095c4f1cda48272097c/dwave_tabu-0.2.0-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "d61138c5f36f8f28e7a06b0510b0742c", "sha256": "475974a0b06cfd0873552fa1a39d538b3ade457eb40081f89d4e0dca9ffaa323" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp35-cp35m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "d61138c5f36f8f28e7a06b0510b0742c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 163906, "upload_time": "2019-05-31T03:44:39", "url": "https://files.pythonhosted.org/packages/14/9c/f24c9558d21195ac816403213368cea848f712020a4911b2c34ab8fb6c2f/dwave_tabu-0.2.0-cp35-cp35m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9b1b2dc5370a03bda79e2975648d5e02", "sha256": "802215e05f38e642ae4f10015155dd4a6530d66dcebc4e06a659a004bf31f2d7" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "9b1b2dc5370a03bda79e2975648d5e02", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 745830, "upload_time": "2019-05-31T03:44:45", "url": "https://files.pythonhosted.org/packages/36/b6/e91b98bfd6de71e47bc6810d3308021d2b66b0b5e6844b074896e5f6ece8/dwave_tabu-0.2.0-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "dd535885801855f7bc65bac3a3d916f8", "sha256": "1b95f7e084697514cbdc590276409607429e54745c5df1538e29f6bb723ecd35" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "dd535885801855f7bc65bac3a3d916f8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 784348, "upload_time": "2019-05-31T03:44:06", "url": "https://files.pythonhosted.org/packages/20/56/ed68bf1360742d83f3b885383a664b6a238bd004ae87c45fa636e4819b32/dwave_tabu-0.2.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "da4531370f4aab346f2b0c221d17abad", "sha256": "32b12627309e0507ab045b6ca1128528b305d8fa13eeef7dd377c89a06a07411" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "da4531370f4aab346f2b0c221d17abad", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 91683, "upload_time": "2019-05-31T03:47:33", "url": "https://files.pythonhosted.org/packages/de/5a/706490d6cb1f24682467a021fa29758640c8d37ee2219b296ed223998202/dwave_tabu-0.2.0-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "2b13dea590ccb41c1b3ec53a1579d911", "sha256": "ebcc43c9242f19b661da157b1ecd477fa072c78afcb10f8a28922c04f2e7dc75" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "2b13dea590ccb41c1b3ec53a1579d911", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 113878, "upload_time": "2019-05-31T03:48:45", "url": "https://files.pythonhosted.org/packages/58/40/4b9cd35bb67bf30ada22a4e2ee9e3adce46387e99045cbc8034d82459052/dwave_tabu-0.2.0-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "f04730d6e4e66ae86ebc3113e0f8389c", "sha256": "80b67ca4e23b76e81f4cbcad2e301b9745314f345bee3f7838ecf3fa02701124" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "f04730d6e4e66ae86ebc3113e0f8389c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 163907, "upload_time": "2019-05-31T03:44:50", "url": "https://files.pythonhosted.org/packages/ab/cd/a5ee899dd5d454e5266a166526a56fc291eebf1ddd75b656b8cf06c372dd/dwave_tabu-0.2.0-cp36-cp36m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9f7b105dd47d35b5705bbbfcd31b1f45", "sha256": "fcd6a0abaa3e5337b2bd10a6509e77620d0573bb8d35343f5800c1cde6fb8e04" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "9f7b105dd47d35b5705bbbfcd31b1f45", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 746142, "upload_time": "2019-05-31T03:44:47", "url": "https://files.pythonhosted.org/packages/09/2a/33d156dd578d04725a9fe765bd1131c29db8a68bb3f7492286416e037511/dwave_tabu-0.2.0-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "6ba83bb5941e2a9f51010a7db719b253", "sha256": "f9bc09065b25158272fe8eec81ce884e0849b2ab7fe72ddf56aeec4694e0fd0f" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6ba83bb5941e2a9f51010a7db719b253", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 784713, "upload_time": "2019-05-31T03:44:08", "url": "https://files.pythonhosted.org/packages/0d/e0/0fbc474c52a929b675544130d5c00d0a4105e774abd20637606eb2599e22/dwave_tabu-0.2.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "85a07d0220cea89bcf557eb52ad70c53", "sha256": "e426be26c775a362364806c527ff1ba31d12d5a10107e623cab039dee8ef2095" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "85a07d0220cea89bcf557eb52ad70c53", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 91682, "upload_time": "2019-05-31T03:49:56", "url": "https://files.pythonhosted.org/packages/70/c6/45160b5e17ab46ea3c070e112d4320662db51ade79b42f962038bb6cdc5a/dwave_tabu-0.2.0-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "7c4f8a69f49c53eb366df0e2791f637f", "sha256": "35079a7325ed46bc9b016be6af7efc9671d2a08727fc0a21d1e059feb09b975d" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "7c4f8a69f49c53eb366df0e2791f637f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 113887, "upload_time": "2019-05-31T03:50:57", "url": "https://files.pythonhosted.org/packages/ee/cf/f3d8e660d7513f1cc0a78f4c4f546d220bfc5f83b12c7f72ba224c199a15/dwave_tabu-0.2.0-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "31fb9100fe32a993df988730c14fe864", "sha256": "211e3063ea05397ab8cc2bb8806aee1f94bb23caec9a17afce9921bc5f16e3e2" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "31fb9100fe32a993df988730c14fe864", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 165284, "upload_time": "2019-05-31T03:49:56", "url": "https://files.pythonhosted.org/packages/dc/8c/bb02851503362e7603d7d7ba20d347b58bf3d2159436be480562f120dd2e/dwave_tabu-0.2.0-cp37-cp37m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "09c0e8d53b5a2184e768afc06a57b2a7", "sha256": "86317547172c8b734a8ffeb8328c3952484a41b1fa3c245e82a7c7a28b4594cf" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "09c0e8d53b5a2184e768afc06a57b2a7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 747061, "upload_time": "2019-05-31T03:44:49", "url": "https://files.pythonhosted.org/packages/5e/c2/ecb0692f588f0167ec6ff763aff64e0258cc7f2264387e277d006a9d6bc3/dwave_tabu-0.2.0-cp37-cp37m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "0b87ca3c79ee9853917a8eca0c6aeb62", "sha256": "ef879ba7da1b48b7153d488a97ccf2dc4cb64c741b3251fb3567091c0ab38488" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0b87ca3c79ee9853917a8eca0c6aeb62", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 786263, "upload_time": "2019-05-31T03:44:10", "url": "https://files.pythonhosted.org/packages/6a/2a/ffe2cf01d02c39e8f6ed95662d08257888e82882d17e60d59d09facf060d/dwave_tabu-0.2.0-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2e3cf0a5174e1622fbb6b1fdd647bb6c", "sha256": "c8c1dfca33a21906e1b9eaebf88116f7cfe36670c291f6e6dac5f3d95db16867" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "2e3cf0a5174e1622fbb6b1fdd647bb6c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 91686, "upload_time": "2019-05-31T03:52:03", "url": "https://files.pythonhosted.org/packages/b0/03/f207da1e583470a960de70c273ef7999d98def08fe98c7272d190a780e72/dwave_tabu-0.2.0-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "0f5d87164f03bb3e82054ae5033cb91a", "sha256": "3c8fdeb82500d747aae9793facac06ad876ee8e037266b413bfa13e4866c5a64" }, "downloads": -1, "filename": "dwave_tabu-0.2.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "0f5d87164f03bb3e82054ae5033cb91a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 113885, "upload_time": "2019-05-31T03:53:16", "url": "https://files.pythonhosted.org/packages/f3/47/335cfb49d15f2503783e32f836c0061212675cf5a012fdb85efbab94239a/dwave_tabu-0.2.0-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "8d4f72fa9c20a74c91278d2cbe9c2d98", "sha256": "6be809395b821f9b1209145f28175e178d85c7e6fdf36b9a43ea9c70d4eb8aa5" }, "downloads": -1, "filename": "dwave-tabu-0.2.0.tar.gz", "has_sig": false, "md5_digest": "8d4f72fa9c20a74c91278d2cbe9c2d98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13202, "upload_time": "2019-05-31T03:44:11", "url": "https://files.pythonhosted.org/packages/b0/39/c81cef45deb90dee130a8c325ec19f9e4be66332eafdc2106b66deb5d4ec/dwave-tabu-0.2.0.tar.gz" } ] }