{ "info": { "author": "holger krekel", "author_email": "holger@merlinux.eu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: tox", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Testing", "Topic :: Utilities" ], "description": "[![Project Status: Unsupported \u2013 The project has reached a stable, usable state but the author(s) have ceased all work on it.](https://www.repostatus.org/badges/latest/unsupported.svg)](https://www.repostatus.org/#unsupported)\n\n# detox is unmaintained and incompatible with tox > 3.6\n\n`detox` was a plugin for [`tox`](https://pypi.org/project/tox/) to enable parallel environment execution. `tox` 3.7 added a native possibility to do this (`tox -p|--parallel`) and effectively supercedes detox.\n\n---\n\n[![Build Status](https://travis-ci.org/tox-dev/detox.svg?branch=master)](https://travis-ci.org/tox-dev/detox)\n[![Latest Version on PyPI](https://badge.fury.io/py/detox.svg)](https://badge.fury.io/py/detox)\n[![Supported Python Versions](https://img.shields.io/pypi/pyversions/detox.svg)](https://pypi.org/project/detox/)\n[![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\n# What is detox?\n\ndetox is the distributed version of [tox](https://pypi.org/project/tox/). It makes efficient use of multiple CPUs by running all possible activities in parallel. It has the same options and configuration that tox has so after installation can just run:\n\n detox\n\nin the same way and with the same options with which you would run `tox`, see the [tox home page](http://tox.readthedocs.io) for more info.\n\nAdditionally, detox offers a `-n` or `--num` option to set the number of concurrent processes to use.\n\n**NOTE** due to the concurrent execution of the testenvs the output of the different testruns is not printed to the terminal. Instead they are logged into separate files inside the `log` directories of the testenvs.\n\n\n# CHANGELOG\n\n## 0.19\n\n- as tox added a parallel mode in 3.7 detox will only work with older versions of tox now so the installation requires a version of tox < 3.7\n- mark repository as unmaintained\n- add a warning at the end of the testrun hinting the user to try it without detox and a version of tox > 3.6\n\n## 0.18\n\nNote that usedevelop still does not seem to be fixed (PRs welcome)\n\n- integrate usable fixes from stale PR7\n - (fix [#20](https://github.com/tox-dev/detox/issues/20) detox\n ignores/breaks usedevelop - by Kendall Chuang\n - (fix [#21](https://github.com/tox-dev/detox/issues/21)\n detox doesn't support skipsdist config option - by Kendall Chuang\n- convert changelog to markdown and render as part of description on PyPI\n- detox version now prints own version and then what tox has to say\n (it's a plugin after all and that should be made clear)\n- [Internal changes]\n - add extra dependencies in setup.py\n - update tests to current pytest API\n - use black for code formatting\n - use flake8 for linting\n - add descriptions to tox envs\n - add a \"dev\" tox env\n\n## 0.17 (botched release)\n## 0.16 (not released)\n\n## 0.15\n\n- (fix [#23](https://github.com/tox-dev/detox/issues/23)) do not\n swallow exceptions - by @vlaci\n- (fix [#16](https://github.com/tox-dev/detox/issues/16)) use tox\n quiet level to make detox quiet - by Oliver Bestwalter\n\n## 0.14.post3\n\n- and now the markdown description might even be rendered\n\n## 0.14.post2\n\n- *sigh* replace hardcoded long description with actual content of\n `README.md`\n\n## 0.14.post1\n\n- propagate information about new location of issie tracker to PyPI\n\n## 0.14.0\n\n- (fix [#15](https://github.com/tox-dev/detox/issues/15)) make detox\n aware of new way to fetch a package in tox 3.3 - by Oliver\n Bestwalter\n- (fix [#15](https://github.com/tox-dev/detox/issues/15)) make detox\n aware of new way to fetch a package in tox 3.3 - by Oliver\n Bestwalter\n- (fix [#25](https://github.com/tox-dev/detox/issues/25)) print out\n detox version rather than tox version including detox version as\n plugin, when invoking [detox --version]{.title-ref} - by Oliver\n Bestwalter\n\n## 0.13.0\n\n- (fix [#283](https://github.com/tox-dev/tox/issues/283)) detox\n creates virtualenvs repeatedly and unnecessarily - by Thomas Steinke\n\n## 0.12.0\n\n- (fix [#792](https://github.com/tox-dev/tox/issues/792)) bump tox\n version constraint to <4.0 - by Pi Delport\n- support and test with Python 2.7, 3.4+ - by Miro Hron\u010dok\n- fix project url to point ot github - by Neil Halelamien\n- remove some unused imports - by Nir Soffer\n\n## 0.11.0\n\n- #406: Add support for running detox as python -m detox Thanks Andr\u00e9\n Caron (@AndreLouisCaron).\n- (infrastructure) add Travis CI setup. Thanks Timoth\u00e9e Mazzucotelli\n (@Pawamoy).\n- add \"-n NUMPROC\" option to set number of processes. The default is\n the number of CPUs as determined by multiprocessing.cpu_count() or\n \"2\" if the call does not work (e.g. on py27/windows). Thanks\n Timoth\u00e9e Mazzucotelli (@Pawamoy).\n\n## 0.10.0\n\n\n- get compatible again to tox-2.0\n\n## 0.9.4\n\n- get compatible again to eventlet by avoiding to import\n eventlet.processes, thanks Takeshi Komiya for the PR.\n- make detox honor skipsdist. Thanks Timoth Messier for the PR.\n- change license to MIT\n\n## 0.9.3\n\n- fix issue6: quickly make detox work with tox-1.6 again (although not\n all 1.6 features supported, e.g. --develop does not work)\n- fix issue3: don't claim a TROVE identifier of \"python3\" because\n detox itself depends on eventlet which does not work on py3 yet.\n (Nevertheless detox will create py3 environments through tox of\n course)\n- fix issue1: support python2.5 again (although we might drop it in\n the future -- it's enough of tox/detox can _[create]() and handle\n py25 environments, they don't neccessarily need to support running\n themselv on py25)\n\n## 0.9.2\n\n- fix issue4 - fail properly if sdist-packaging fails\n\n## 0.9.1\n\n- fix issue5 - small adjustments to work with latest tox-1.4.3 version\n\n## 0.9\n\n- initial release\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tox-dev/detox", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "detox", "package_url": "https://pypi.org/project/detox/", "platform": "unix", "project_url": "https://pypi.org/project/detox/", "project_urls": { "Homepage": "https://github.com/tox-dev/detox" }, "release_url": "https://pypi.org/project/detox/0.19/", "requires_dist": [ "tox (<3.7,>=3.5)", "py (>=1.4.27)", "eventlet (>=0.15.0)", "pytest (>=3.8); extra == 'dev'", "black; extra == 'lint'", "flake8; extra == 'lint'" ], "requires_python": "", "summary": "distributing activities of the tox tool", "version": "0.19" }, "last_serial": 4685637, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "40d787f1b4d809738253c112a3c24f52", "sha256": "9d7fea0d901919d62cbb3a1e7cab12a3fd767bc928a12c371eb9814e9a82fc01" }, "downloads": -1, "filename": "detox-0.10.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "40d787f1b4d809738253c112a3c24f52", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5809, "upload_time": "2015-05-12T21:45:48", "url": "https://files.pythonhosted.org/packages/30/79/2015f0598a9d39a007b1ce5b6248f19ed0610d27444bb1effb7b77e4ca6f/detox-0.10.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b30e4d4358d9ca43659056c713279196", "sha256": "33b704c2a5657366850072fb2aa839df14dd2e692c0c1c2642c3ac30d5c0baec" }, "downloads": -1, "filename": "detox-0.10.0.tar.gz", "has_sig": false, "md5_digest": "b30e4d4358d9ca43659056c713279196", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7043, "upload_time": "2015-05-12T21:45:45", "url": "https://files.pythonhosted.org/packages/43/09/104095be078149e441ef926112521ec4bb5796a7828850167f7d0d95ab50/detox-0.10.0.tar.gz" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "390227b2970b921c7f4e4015a36e668d", "sha256": "af0097ea01263f68f546826df69b9301458d6cec0ed278c53c01f9529fbd349e" }, "downloads": -1, "filename": "detox-0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "390227b2970b921c7f4e4015a36e668d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6561, "upload_time": "2017-04-13T15:53:35", "url": "https://files.pythonhosted.org/packages/7f/30/6ff1e67482c89def25cbfa786719ed3afb390e5163de115004a613518c20/detox-0.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc0c4900ea2a952a699eedbf6bfd5786", "sha256": "4719ca48c4ea5ffd908b1bc3d5d1b593b41e71dee17180d58d8a3e7e8f588d45" }, "downloads": -1, "filename": "detox-0.11.tar.gz", "has_sig": false, "md5_digest": "dc0c4900ea2a952a699eedbf6bfd5786", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8406, "upload_time": "2017-04-13T15:53:56", "url": "https://files.pythonhosted.org/packages/58/18/752cc78a69771cb82a9fd57d86c3ca75cd01117e64f5a5762a0debab78fd/detox-0.11.tar.gz" } ], "0.12": [ { "comment_text": "", "digests": { "md5": "9b8583af38b55d3d9f4b6dc40d9dd253", "sha256": "cb24895a0e4f95c0bcb1087a201c453600e075568af00848e91518fb2b984568" }, "downloads": -1, "filename": "detox-0.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9b8583af38b55d3d9f4b6dc40d9dd253", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5162, "upload_time": "2018-04-20T11:52:20", "url": "https://files.pythonhosted.org/packages/1e/ef/8a284f0494910c6b24a4b14e0259e015181de66683a260adbccccf51a183/detox-0.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da59e8e175102eacc9559da9b6ed7fad", "sha256": "f3119bca4444f1e8a1d7189b064c52cfdd9a89ad3a1c921d78b49bf7f5dc5b1b" }, "downloads": -1, "filename": "detox-0.12.tar.gz", "has_sig": false, "md5_digest": "da59e8e175102eacc9559da9b6ed7fad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8903, "upload_time": "2018-04-20T11:52:22", "url": "https://files.pythonhosted.org/packages/34/64/3eeaccf6330cc5130f6875a56204e5258e718aed47199545a801308640fc/detox-0.12.tar.gz" } ], "0.13": [ { "comment_text": "", "digests": { "md5": "1b8d54d98b842e8b0d9d9c40c0737ad5", "sha256": "3e0947a1b7b11351b4048286b6249d26443a44f68c9511c04a7282be7bf0201c" }, "downloads": -1, "filename": "detox-0.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1b8d54d98b842e8b0d9d9c40c0737ad5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5196, "upload_time": "2018-08-20T16:51:21", "url": "https://files.pythonhosted.org/packages/a5/cb/501a4185c57a4a6b05c7729f6d9ec0e4ed6352775b1c0bbb039c4b57f2ce/detox-0.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "68b00e3400c390fb812320b78cd58c8d", "sha256": "f0c2af9c29f8e200a50b561ccc531df3087c80e7d3de6cfa9828f5fea3c8f56c" }, "downloads": -1, "filename": "detox-0.13.tar.gz", "has_sig": false, "md5_digest": "68b00e3400c390fb812320b78cd58c8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8995, "upload_time": "2018-08-20T16:51:22", "url": "https://files.pythonhosted.org/packages/84/94/5da4488cb7a1f90f49f8dcd36c5dc712fc8458cf2e1bfead506fe13ce837/detox-0.13.tar.gz" } ], "0.14": [ { "comment_text": "", "digests": { "md5": "ef7ae09bafc3d89bb3965e5abf758e2d", "sha256": "043906b93a65540dba87524c389ee82365932ab512493b24c300c0f65e7c13c5" }, "downloads": -1, "filename": "detox-0.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ef7ae09bafc3d89bb3965e5abf758e2d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5212, "upload_time": "2018-09-22T10:38:53", "url": "https://files.pythonhosted.org/packages/db/a2/7424bf8814169728d8c74084a0428622828b43db99b6c88b3fb9c3aec2e5/detox-0.14-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "30d82ca25b8dc96f0079fa95cfb55049", "sha256": "6f8fb2b1bfb0e51ea0c3304e721a2ed9f0fc966a220c6bd0f7a690cbe323fdbd" }, "downloads": -1, "filename": "detox-0.14.tar.gz", "has_sig": false, "md5_digest": "30d82ca25b8dc96f0079fa95cfb55049", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9316, "upload_time": "2018-09-22T10:38:55", "url": "https://files.pythonhosted.org/packages/cd/92/c60c4e2e4b373a5cb7f74da0e633894cd2475ba270722ff18251d4b437fd/detox-0.14.tar.gz" } ], "0.14.post1": [ { "comment_text": "", "digests": { "md5": "4b4b83e34882f619ee6f820726656eaf", "sha256": "35e2f6b321165961a964a47722f9c3922ae3991de54663ec1d2f9e62bb49f15f" }, "downloads": -1, "filename": "detox-0.14.post1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4b4b83e34882f619ee6f820726656eaf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5290, "upload_time": "2018-09-22T10:45:23", "url": "https://files.pythonhosted.org/packages/dc/af/676727f21ced3acf787646c756e1c69d3b14ec4b3a2025315082deac6a49/detox-0.14.post1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f12a24c97396b439fa6768aec1d56042", "sha256": "a0e0f6a9a88e8c52d82cb2e58472ddb282466699537717c52790b8353708e0cd" }, "downloads": -1, "filename": "detox-0.14.post1.tar.gz", "has_sig": false, "md5_digest": "f12a24c97396b439fa6768aec1d56042", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9400, "upload_time": "2018-09-22T10:45:24", "url": "https://files.pythonhosted.org/packages/6e/32/681d61907973794fa84648e82766a66cfb2766c1a095499fdac0459281ab/detox-0.14.post1.tar.gz" } ], "0.14.post2": [ { "comment_text": "", "digests": { "md5": "27f60b733aabd62e5ba96fe38d6b5c8b", "sha256": "cbf419761248a2b68a8c840006a93a4c138dc4135ab3c72be8eaeb4b7c94165d" }, "downloads": -1, "filename": "detox-0.14.post2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "27f60b733aabd62e5ba96fe38d6b5c8b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5408, "upload_time": "2018-09-22T10:50:53", "url": "https://files.pythonhosted.org/packages/06/2c/ab3790cfb08bd5d641997094848b4cb9df5fb9001cc2c6cf16a6de09d928/detox-0.14.post2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "619103f06ebdd1bd810cea4bd0dcda98", "sha256": "baf3fbd5c0d536f6e581aaec4fa3a723ea4f47fa4a4e00b1a7e5527a1eeace90" }, "downloads": -1, "filename": "detox-0.14.post2.tar.gz", "has_sig": false, "md5_digest": "619103f06ebdd1bd810cea4bd0dcda98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9144, "upload_time": "2018-09-22T10:50:55", "url": "https://files.pythonhosted.org/packages/0a/18/ad742e9a4a58749ec376823618998099c7bedbeab5a5497e9611dc420d65/detox-0.14.post2.tar.gz" } ], "0.14.post3": [ { "comment_text": "", "digests": { "md5": "b63d66b72a63d600a51dd6afd2950b49", "sha256": "2705150ad90f816f3759a51be80c5bb51a37d9facc84faf2343a936cd6d1ab28" }, "downloads": -1, "filename": "detox-0.14.post3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b63d66b72a63d600a51dd6afd2950b49", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5436, "upload_time": "2018-09-22T11:15:01", "url": "https://files.pythonhosted.org/packages/c2/03/8487520262ece51c4e36641cd4dbfac7facb2b316557f0cb6aa9fcdbe265/detox-0.14.post3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a72156c9e5a3e9609025e2ae2c14b3a5", "sha256": "1a47a3163253c8c1c50b96522c5d8a99eea72d4ea24498f6b81a17de6941c1b0" }, "downloads": -1, "filename": "detox-0.14.post3.tar.gz", "has_sig": false, "md5_digest": "a72156c9e5a3e9609025e2ae2c14b3a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9204, "upload_time": "2018-09-22T11:15:02", "url": "https://files.pythonhosted.org/packages/e1/cb/8ec657373b091841e205779688a9369862a459968dfb375f61614bdaff1b/detox-0.14.post3.tar.gz" } ], "0.15": [ { "comment_text": "", "digests": { "md5": "e4a6f731143e1376f981fc2af7966b9d", "sha256": "881bf1609a16a446ea8932327a267234366261a6f17d97f21cb7d752049145ed" }, "downloads": -1, "filename": "detox-0.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e4a6f731143e1376f981fc2af7966b9d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5436, "upload_time": "2018-09-22T13:06:06", "url": "https://files.pythonhosted.org/packages/f4/34/e6d5e05768409565cee9940a7fb405ea5fc92125582a7f97b57ed7986e47/detox-0.15-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee7fb9e10f335b5b207fbdd4fe03e876", "sha256": "accde1a79b621df9dfd55b97460e80743a771a3d9a1acd900489a4355f0cc8c7" }, "downloads": -1, "filename": "detox-0.15.tar.gz", "has_sig": false, "md5_digest": "ee7fb9e10f335b5b207fbdd4fe03e876", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9419, "upload_time": "2018-09-22T13:06:08", "url": "https://files.pythonhosted.org/packages/ef/57/c0b622e433de8466bc7575cbc1874e7637b38d94e05bf8ec52fd745470b4/detox-0.15.tar.gz" } ], "0.17": [ { "comment_text": "", "digests": { "md5": "19ab6f4d8fcb03fff34a69ac06fe1242", "sha256": "3c6e769d4bc45bc7ec3b7ccefd9785e68ae7c2936a8d0e587a7d6dd5811c694c" }, "downloads": -1, "filename": "detox-0.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "19ab6f4d8fcb03fff34a69ac06fe1242", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7955, "upload_time": "2018-11-04T17:05:51", "url": "https://files.pythonhosted.org/packages/e3/e2/d54955e48f6e1fff4e0d3d0df09da92c3ae61409d72bd46637fd6bf73fc3/detox-0.17-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a8928fbf432d2413e0cac66039e8207c", "sha256": "71646d9186f270546ecabeddc304ba74266c8a06c9c94aaf4b81a8254f2b66c9" }, "downloads": -1, "filename": "detox-0.17.tar.gz", "has_sig": false, "md5_digest": "a8928fbf432d2413e0cac66039e8207c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10526, "upload_time": "2018-11-04T17:05:53", "url": "https://files.pythonhosted.org/packages/db/a0/5232ecfb5f2cc26d8c588e0bf84d327452d09b0bc9fcab64e89a8c952c27/detox-0.17.tar.gz" } ], "0.18": [ { "comment_text": "", "digests": { "md5": "9ff44599f7ffe28e304a395f76a52834", "sha256": "611022c742ca7dea4b35033b047cc1f7cc5f4a6595f9582aaa4012fa0d8deb32" }, "downloads": -1, "filename": "detox-0.18-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ff44599f7ffe28e304a395f76a52834", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7964, "upload_time": "2018-11-04T17:10:00", "url": "https://files.pythonhosted.org/packages/5b/e5/55e529eb5de13577ef14f43b466e84c676555a831f2933019336a4849628/detox-0.18-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "821f42cf20f6f1659edd459106f83bef", "sha256": "20dd67705cbde36752b1a522891d93c8444fd2a1500b9a7d08f57ec3a7856efb" }, "downloads": -1, "filename": "detox-0.18.tar.gz", "has_sig": false, "md5_digest": "821f42cf20f6f1659edd459106f83bef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10568, "upload_time": "2018-11-04T17:10:01", "url": "https://files.pythonhosted.org/packages/1d/42/4d4ce5d3878b456c42ce83b1ed1ff9a49d3b51dc7faf804587723cbfa27f/detox-0.18.tar.gz" } ], "0.19": [ { "comment_text": "", "digests": { "md5": "e39bc2bb9382bd30fb2af1641bcd3e0e", "sha256": "fcad009e2d20ce61176dc826a2c1562bd712fe53953ca603b455171cf819080f" }, "downloads": -1, "filename": "detox-0.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e39bc2bb9382bd30fb2af1641bcd3e0e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8414, "upload_time": "2019-01-11T14:26:19", "url": "https://files.pythonhosted.org/packages/d7/20/0279047eb006ada8cd98d16583dc5ae40d04b95586b82e8efa9e8b39263a/detox-0.19-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "835fba3179fb3a5e812d4e2f32d62337", "sha256": "e650f95f0c7f5858578014b3b193e5dac76c89285c1bbe4bae598fd641bf9cd3" }, "downloads": -1, "filename": "detox-0.19.tar.gz", "has_sig": false, "md5_digest": "835fba3179fb3a5e812d4e2f32d62337", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10991, "upload_time": "2019-01-11T14:26:21", "url": "https://files.pythonhosted.org/packages/ff/64/070f221ad26d13957573d5336ca86ce4a087c6f050d30b79148024db088e/detox-0.19.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "db85f04aed361b9223a516022ec0d0f0", "sha256": "ab483079a00d1066cd4804f436812b569adc1117544f2deb0c73bab492bc614d" }, "downloads": -1, "filename": "detox-0.9.zip", "has_sig": false, "md5_digest": "db85f04aed361b9223a516022ec0d0f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5947, "upload_time": "2012-06-13T15:45:31", "url": "https://files.pythonhosted.org/packages/0b/29/4df7e2db3a7751699abc211e81ddc093283201415192b3a765d1844292dd/detox-0.9.zip" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "4edbd422a73518e32b86706f1396b52b", "sha256": "ad6282e60893d4c13ec81dfb3e461a41f39b63d68e68f1339ddf2057929cc5e4" }, "downloads": -1, "filename": "detox-0.9.1.tar.gz", "has_sig": false, "md5_digest": "4edbd422a73518e32b86706f1396b52b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3864, "upload_time": "2013-03-19T09:39:32", "url": "https://files.pythonhosted.org/packages/ea/40/3219829d0d98a23038d28a5a8c9ed0d24b1fa53fcee50e2bf80324a656dc/detox-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "043c05d538ffb6fe9ffbadc6866be566", "sha256": "1fca2689d6959236f4fe42e3ba18aa9f7f17aa8f7a448730ef2e642315008c90" }, "downloads": -1, "filename": "detox-0.9.2.tar.gz", "has_sig": false, "md5_digest": "043c05d538ffb6fe9ffbadc6866be566", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5825, "upload_time": "2013-03-19T09:55:03", "url": "https://files.pythonhosted.org/packages/d0/2a/2d184d8c1266a61f21eff562146584d931604423432f661fe67953a8f52d/detox-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "b52588ec61cd4c2d33e419677a5eac8c", "sha256": "39d48b6758c43ba579f694507d54da96931195eb1b72ad79b46f50af9520b2f3" }, "downloads": -1, "filename": "detox-0.9.3.tar.gz", "has_sig": false, "md5_digest": "b52588ec61cd4c2d33e419677a5eac8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6251, "upload_time": "2013-09-04T14:19:21", "url": "https://files.pythonhosted.org/packages/9c/9f/53867aa4305971a6140ffbb50bcf4508b01d4138920da9eef56df49f0c95/detox-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "cc4577f0a4601c2bca32cf981333df44", "sha256": "5f66e73dab0e83d36f7e0ef94e1ff94e9150cac219becaa5c8c2566f330acb98" }, "downloads": -1, "filename": "detox-0.9.4.tar.gz", "has_sig": false, "md5_digest": "cc4577f0a4601c2bca32cf981333df44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7006, "upload_time": "2015-02-24T15:42:54", "url": "https://files.pythonhosted.org/packages/e0/ad/8a17c1d1a652ecfe0a4efc2a6a886418f84af87842a440a18421b9bfdc66/detox-0.9.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e39bc2bb9382bd30fb2af1641bcd3e0e", "sha256": "fcad009e2d20ce61176dc826a2c1562bd712fe53953ca603b455171cf819080f" }, "downloads": -1, "filename": "detox-0.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e39bc2bb9382bd30fb2af1641bcd3e0e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8414, "upload_time": "2019-01-11T14:26:19", "url": "https://files.pythonhosted.org/packages/d7/20/0279047eb006ada8cd98d16583dc5ae40d04b95586b82e8efa9e8b39263a/detox-0.19-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "835fba3179fb3a5e812d4e2f32d62337", "sha256": "e650f95f0c7f5858578014b3b193e5dac76c89285c1bbe4bae598fd641bf9cd3" }, "downloads": -1, "filename": "detox-0.19.tar.gz", "has_sig": false, "md5_digest": "835fba3179fb3a5e812d4e2f32d62337", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10991, "upload_time": "2019-01-11T14:26:21", "url": "https://files.pythonhosted.org/packages/ff/64/070f221ad26d13957573d5336ca86ce4a087c6f050d30b79148024db088e/detox-0.19.tar.gz" } ] }