{ "info": { "author": "Pedro Algarvio", "author_email": "pedro@algarvio.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Testing" ], "description": "pytest-tempdir\n==============\n\n.. image:: https://travis-ci.org/saltstack/pytest-tempdir.svg?branch=master\n :target: https://travis-ci.org/saltstack/pytest-tempdir\n :alt: See Build Status on Travis CI\n\n.. image:: https://ci.appveyor.com/api/projects/status/github/saltstack/pytest-tempdir?branch=master\n :target: https://ci.appveyor.com/project/saltstack-public/pytest-tempdir/branch/master\n :alt: See Build Status on AppVeyor\n\n.. image:: http://img.shields.io/pypi/v/pytest-tempdir.svg\n :target: https://pypi.python.org/pypi/pytest-tempdir\n\nAdds support for a predictable and repeatable temporary directory.\n\n----\n\nThis `Pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `Cookiecutter-pytest-plugin`_ template.\n\n\nFeatures\n--------\n\n* Adds support for a predictable and repeatable temporary directory through the\n `tempdir` fixture which gets cleaned up in the end of the test run\n session(this behaviour can be disabled).\n\n\nRequirements\n------------\n\n* None!\n\n\nInstallation\n------------\n\nYou can install \"pytest-tempdir\" via `pip`_ from `PyPI`_::\n\n $ pip install pytest-tempdir\n\n\nUsage\n-----\n\n* Simply define a ``pytest_tempdir_basename`` function on your ``conftest.py``\n which returns a string to define the basename or pass ``--tempdir-basename``.\n* If you wish to leave the temporary directory intact for further inspection\n after the tests suite ends, pass ``--tempdir-no-clean``.\n\n\nContributing\n------------\nContributions are very welcome. Tests can be run with `tox`_, please ensure\nthe coverage at least stays the same before you submit a pull request.\n\nLicense\n-------\n\nDistributed under the terms of the `Apache 2.0`_ license, \"pytest-tempdir\" is free and open source software\n\n\nIssues\n------\n\nIf you encounter any problems, please `file an issue`_ along with a detailed description.\n\nChangelog\n---------\n\nv2019.9.16\n----------\n\n* Fix hookspec definition\n\nv2019.9.15\n----------\n\n* Backwards compatible\n\nv2019.9.14\n----------\n\n* Take into account long paths on darwin for the tempdir root\n\nv2019.7.18\n----------\n\n* Lower log level\n\nv2018.8.11\n~~~~~~~~~~\n\n* Lower log call logging level\n\nv2016.8.20\n~~~~~~~~~~\n\n* Support pytest 2.x and 3.x\n\nv2015.12.6\n~~~~~~~~~~\n\n* Each absolute path gets it's own counter\n\nv2015.11.29\n~~~~~~~~~~~\n\n* Append a counter value to existing directory names\n\nv2015.11.17\n~~~~~~~~~~~\n\n* Fix more encoding issues when running setup and the system locale is not set\n\nv2015.11.16\n~~~~~~~~~~~\n\n* Fix encoding issue when running setup and the system locale is not set\n\nv2015.11.8\n~~~~~~~~~~\n\n* Fix stale tempdir cleanup logic\n\nv2015.11.6\n~~~~~~~~~~\n\n* Wipe the tempdir directory on test session start if it exists\n\nv2015.11.4\n~~~~~~~~~~\n\n* First working release\n\n.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter\n.. _`@hackebrot`: https://github.com/hackebrot\n.. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin\n.. _`file an issue`: https://github.com/saltstack/pytest-tempdir/issues\n.. _`pytest`: https://github.com/pytest-dev/pytest\n.. _`tox`: https://tox.readthedocs.org/en/latest/\n.. _`pip`: https://pypi.python.org/pypi/pip/\n.. _`PyPI`: https://pypi.python.org/pypi\n.. _`Apache 2.0`: http://www.apache.org/licenses/LICENSE-2.0\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/saltstack/pytest-tempdir", "keywords": "", "license": "Apache Software License 2.0", "maintainer": "Pedro Algarvio", "maintainer_email": "pedro@algarvio.me", "name": "pytest-tempdir", "package_url": "https://pypi.org/project/pytest-tempdir/", "platform": "", "project_url": "https://pypi.org/project/pytest-tempdir/", "project_urls": { "Homepage": "https://github.com/saltstack/pytest-tempdir" }, "release_url": "https://pypi.org/project/pytest-tempdir/2019.10.12/", "requires_dist": [ "pytest (>=2.8.1)" ], "requires_python": "", "summary": "Predictable and repeatable tempdir support.", "version": "2019.10.12" }, "last_serial": 5961437, "releases": { "2015.11.16": [ { "comment_text": "", "digests": { "md5": "81f03e836b102f02208f08ac576f2d49", "sha256": "356180fd091abadcfea7aef6430efb7f57654dc5355dccac87e7abb6bf2c7dc0" }, "downloads": -1, "filename": "pytest_tempdir-2015.11.16-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "81f03e836b102f02208f08ac576f2d49", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 7469, "upload_time": "2015-11-16T20:20:32", "url": "https://files.pythonhosted.org/packages/94/6a/4562d05f37fc1b6d141f87896ff97729e0fcae8dad0ef228a05eeabc214a/pytest_tempdir-2015.11.16-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b5f5eb665b42fd279934466230f3262c", "sha256": "7e2bc7266e7473d5d6e5857e2b9f1e80c7a155d33a899ac888d2f1474123b648" }, "downloads": -1, "filename": "pytest-tempdir-2015.11.16.tar.gz", "has_sig": true, "md5_digest": "b5f5eb665b42fd279934466230f3262c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4833, "upload_time": "2015-11-16T20:20:26", "url": "https://files.pythonhosted.org/packages/ab/d7/67a6ee09885134f0dd02f13a246c76415638829b482cf57f392f487c74b2/pytest-tempdir-2015.11.16.tar.gz" } ], "2015.11.17": [ { "comment_text": "", "digests": { "md5": "b7a4450bdc6ea1a7a6de42e3c8edbe3a", "sha256": "432965622d05c89f2bf8edfb6b6466a80bf5df6ffd4a557a3573b832f0bf9050" }, "downloads": -1, "filename": "pytest_tempdir-2015.11.17-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "b7a4450bdc6ea1a7a6de42e3c8edbe3a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7496, "upload_time": "2015-11-17T01:12:31", "url": "https://files.pythonhosted.org/packages/98/9c/5445576ad3b02261ed2836d6987aca37e771470576f0d9ef1f3772c85a65/pytest_tempdir-2015.11.17-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bcf556bd2a447e02c62e545dfd80c512", "sha256": "b6784e3701782222407a02439227e00624a40674a8e1fc20821881e80630bbd0" }, "downloads": -1, "filename": "pytest-tempdir-2015.11.17.tar.gz", "has_sig": true, "md5_digest": "bcf556bd2a447e02c62e545dfd80c512", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4929, "upload_time": "2015-11-17T01:12:22", "url": "https://files.pythonhosted.org/packages/17/e1/3873e1da47d649b079475558023b3096928a910c8ac1984221cc3b5a342c/pytest-tempdir-2015.11.17.tar.gz" } ], "2015.11.29": [ { "comment_text": "", "digests": { "md5": "8f72a04b04b12ffc4c7efcaedbdfb32b", "sha256": "68d7e2ca0c20011cabf485afb16f311e2e7dd20b83235c0f0e72c227d9ac1da6" }, "downloads": -1, "filename": "pytest_tempdir-2015.11.29-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8f72a04b04b12ffc4c7efcaedbdfb32b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7784, "upload_time": "2015-11-29T17:23:14", "url": "https://files.pythonhosted.org/packages/51/80/47e08ea71fa2a14eb386bbfd27f0a043d5437f033a6507482dd6d42ae6ea/pytest_tempdir-2015.11.29-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a66f61e21fb6109ab298e8ad765811a1", "sha256": "87daf7a9fd080d730955278642942f883a5d9de1985d4f9faa4e1479e68a27e6" }, "downloads": -1, "filename": "pytest-tempdir-2015.11.29.tar.gz", "has_sig": true, "md5_digest": "a66f61e21fb6109ab298e8ad765811a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5173, "upload_time": "2015-11-29T17:22:59", "url": "https://files.pythonhosted.org/packages/fb/f4/331feaeb75a2012e7b2ab416c8e830a2471bea25f1e231003303b50cb04f/pytest-tempdir-2015.11.29.tar.gz" } ], "2015.11.4": [ { "comment_text": "", "digests": { "md5": "a7363847a625a620346b19a04750faf5", "sha256": "eb033a0ed6074f02187e45ff91366c7188d866400ea90c9c243afb58fff9de32" }, "downloads": -1, "filename": "pytest-tempdir-2015.11.4.tar.gz", "has_sig": true, "md5_digest": "a7363847a625a620346b19a04750faf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4503, "upload_time": "2015-11-04T17:57:37", "url": "https://files.pythonhosted.org/packages/c1/37/13b5cdd4d78e83037b4fdd991a025415c5988e76e959f47160083cde8ec2/pytest-tempdir-2015.11.4.tar.gz" } ], "2015.11.6": [ { "comment_text": "", "digests": { "md5": "fb49ddf7b6d32f982cc0277c9604086b", "sha256": "53934724e1c003e48f28ccf0c8e615d85c44e3d43945802ba25bb259d6c75dab" }, "downloads": -1, "filename": "pytest-tempdir-2015.11.6.tar.gz", "has_sig": true, "md5_digest": "fb49ddf7b6d32f982cc0277c9604086b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4557, "upload_time": "2015-11-06T18:22:16", "url": "https://files.pythonhosted.org/packages/0b/4d/985cb9a2fd1537b83873cc1428743b8c436bcc61d9c965d920a8b235f957/pytest-tempdir-2015.11.6.tar.gz" } ], "2015.11.8": [ { "comment_text": "", "digests": { "md5": "a113b52be6cad65ee05beaecbd622440", "sha256": "4afbcdb1d2f340f7926029a7e9959e50c9d89f5ebc72b5dc983d3bedcd23c2f0" }, "downloads": -1, "filename": "pytest-tempdir-2015.11.8.tar.gz", "has_sig": true, "md5_digest": "a113b52be6cad65ee05beaecbd622440", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4767, "upload_time": "2015-11-08T12:13:45", "url": "https://files.pythonhosted.org/packages/71/59/60d67cf3ea3c57b7f922229f6a48ae479e8f927ba3bc440a2ac82327563f/pytest-tempdir-2015.11.8.tar.gz" } ], "2015.12.6": [ { "comment_text": "", "digests": { "md5": "57f592c559a71c759abfec06cead4517", "sha256": "7e0e330ff7382bfd70688788e11fa7c20686229caceec49bff43ad4a8ac06150" }, "downloads": -1, "filename": "pytest_tempdir-2015.12.6-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "57f592c559a71c759abfec06cead4517", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7867, "upload_time": "2015-12-06T12:19:39", "url": "https://files.pythonhosted.org/packages/93/79/c193307d7ccaf6e5856723ebe4978ea0c27e141c04e58c200c71bcae30b0/pytest_tempdir-2015.12.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "263da9b518caef258decab85729833cf", "sha256": "114bff806ddef1500e46d0347e894f93ce054f308744f7b8add2f1ecbbb1adbd" }, "downloads": -1, "filename": "pytest-tempdir-2015.12.6.tar.gz", "has_sig": true, "md5_digest": "263da9b518caef258decab85729833cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5245, "upload_time": "2015-12-06T12:19:34", "url": "https://files.pythonhosted.org/packages/4d/72/59aee5c759988254ecb8166f48efb3ea4be74996dc8b2da1ce115eb925f0/pytest-tempdir-2015.12.6.tar.gz" } ], "2016.8.20": [ { "comment_text": "", "digests": { "md5": "09a77d755f0d3d78680d74912bab51b8", "sha256": "89d8a18a4bff4cf3f4ae7471c8de2a9974e9bc2bbbc334b954351e61bc1124ce" }, "downloads": -1, "filename": "pytest_tempdir-2016.8.20-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "09a77d755f0d3d78680d74912bab51b8", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 7679, "upload_time": "2016-08-20T14:00:19", "url": "https://files.pythonhosted.org/packages/8c/07/dff3c2ba066bc6095227b85d3900643d5f317931490871f294302e474ffb/pytest_tempdir-2016.8.20-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f87f2583f5f8aaca7203d57ada3948b5", "sha256": "65ff815966ea6dfc07ca1b43747c9888a6d883971170e67b16290f9f50d434ea" }, "downloads": -1, "filename": "pytest-tempdir-2016.8.20.tar.gz", "has_sig": true, "md5_digest": "f87f2583f5f8aaca7203d57ada3948b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5211, "upload_time": "2016-08-20T14:00:14", "url": "https://files.pythonhosted.org/packages/c8/c5/3567f26b187b698b71327aa7369db7ad22f890ad6348a3d547fd529c96f6/pytest-tempdir-2016.8.20.tar.gz" } ], "2018.8.11": [ { "comment_text": "", "digests": { "md5": "2d0db0f45d88144d4bc4672fb67e4ef4", "sha256": "2063fa42122d25d55500f1870448762c8f1df1bc2c00db4b69bbf14bdb01ed95" }, "downloads": -1, "filename": "pytest_tempdir-2018.8.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d0db0f45d88144d4bc4672fb67e4ef4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5539, "upload_time": "2018-08-10T23:52:48", "url": "https://files.pythonhosted.org/packages/64/1c/b0367f6ced1e59926a2174348a4ebb2c4c117f9a939623bdad58da2f4542/pytest_tempdir-2018.8.11-py2.py3-none-any.whl" } ], "2019.10.11": [ { "comment_text": "", "digests": { "md5": "141e73ba45dc6eebe10094cef23da3a5", "sha256": "d05e4c085c75509ea7b26e52c2c027fdc5542392b58b4351e359516104d8f199" }, "downloads": -1, "filename": "pytest_tempdir-2019.10.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "141e73ba45dc6eebe10094cef23da3a5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10185, "upload_time": "2019-10-11T15:37:04", "url": "https://files.pythonhosted.org/packages/7b/34/9fbc20188ac33355b604de93fd006bf76727f8d8603ab635b04818ebef5d/pytest_tempdir-2019.10.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d321f335bf79d723480e714820bbb534", "sha256": "7f5aa05fc95f4308d13482b5251b7e29a80f11278b034fd3bfdeea78235a16a0" }, "downloads": -1, "filename": "pytest-tempdir-2019.10.11.tar.gz", "has_sig": false, "md5_digest": "d321f335bf79d723480e714820bbb534", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5405, "upload_time": "2019-10-11T15:37:06", "url": "https://files.pythonhosted.org/packages/24/f8/13ee4b442a2fd877756273a4d142825c3c8eaad33e1d90b84d27ada04d69/pytest-tempdir-2019.10.11.tar.gz" } ], "2019.10.12": [ { "comment_text": "", "digests": { "md5": "31850d4ecfb4fbd355f9eba7e5409753", "sha256": "dcb8e657ee0d3f576c5118120227010ed0ed99d5d0bfad23ee82f9f7b91710e1" }, "downloads": -1, "filename": "pytest_tempdir-2019.10.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "31850d4ecfb4fbd355f9eba7e5409753", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10190, "upload_time": "2019-10-11T17:54:18", "url": "https://files.pythonhosted.org/packages/6d/0f/eda4024eac0d579cabd8b2b7ce12a763d2ac0410e770aa561527cd821a3e/pytest_tempdir-2019.10.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "79b997d418fb85c2529ab50cd4333689", "sha256": "e7d91813a9aa991db87dacdef8cfd3f1657632d731d56d06238c5ffb63ab36d8" }, "downloads": -1, "filename": "pytest-tempdir-2019.10.12.tar.gz", "has_sig": false, "md5_digest": "79b997d418fb85c2529ab50cd4333689", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5407, "upload_time": "2019-10-11T17:54:19", "url": "https://files.pythonhosted.org/packages/c9/3c/8dca670b288016e579097384bfc50944c83fe18d6731042ea836b2a88a76/pytest-tempdir-2019.10.12.tar.gz" } ], "2019.7.18": [ { "comment_text": "", "digests": { "md5": "669f9b50099d31125dc8798fc32f388a", "sha256": "707aafa6ab3337b1ee4c4aa5c076ddb816893d368994e137917638cd72a23f11" }, "downloads": -1, "filename": "pytest_tempdir-2019.7.18-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "669f9b50099d31125dc8798fc32f388a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9692, "upload_time": "2019-07-18T17:00:17", "url": "https://files.pythonhosted.org/packages/7a/04/1fec53b46d721d66142aac0bfac02b2f0d76d3514119247d483aa92e5ae2/pytest_tempdir-2019.7.18-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0071322af21c915ed38c7f1acf2a554", "sha256": "8041605da4821e4ccf57b14f27f22e767db16a5ae54c928cd664c4a25a94b84e" }, "downloads": -1, "filename": "pytest-tempdir-2019.7.18.tar.gz", "has_sig": false, "md5_digest": "f0071322af21c915ed38c7f1acf2a554", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5268, "upload_time": "2019-07-18T17:00:19", "url": "https://files.pythonhosted.org/packages/01/57/666485bb064a6e7b11ed5d3e4c7f056c656009be3026e53d8ce50b219f03/pytest-tempdir-2019.7.18.tar.gz" } ], "2019.9.14": [ { "comment_text": "", "digests": { "md5": "bf25e257d6e73427c7df57af9a753490", "sha256": "c316edcc968a81cd85aa3cdf247427961cde720b85aec1b62fd956d8cbba6e90" }, "downloads": -1, "filename": "pytest_tempdir-2019.9.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bf25e257d6e73427c7df57af9a753490", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10068, "upload_time": "2019-09-14T21:37:53", "url": "https://files.pythonhosted.org/packages/5f/46/0fd27100434f52a5ba8f8670bdcdbb2b6d9e2b8705f6a53993733887952d/pytest_tempdir-2019.9.14-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c4c312bb32f1f5cc9fab529e4365fd22", "sha256": "baa120ee62bd45b4d6386dba8f5c10846c2c86e0a2044cf9c177ecc16fa68751" }, "downloads": -1, "filename": "pytest-tempdir-2019.9.14.tar.gz", "has_sig": false, "md5_digest": "c4c312bb32f1f5cc9fab529e4365fd22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5616, "upload_time": "2019-09-14T21:37:55", "url": "https://files.pythonhosted.org/packages/6b/8f/6a27f3e81701e00de56463cf49df5a8616da3d87f699a7a63aac27ba583d/pytest-tempdir-2019.9.14.tar.gz" } ], "2019.9.15": [ { "comment_text": "", "digests": { "md5": "f2de30744cca8d5447e27729c5abeff1", "sha256": "ad8afb26c6cd5beab2dd05f51a70e3119a8b7e3870fc545bcf9258d47d81cac8" }, "downloads": -1, "filename": "pytest_tempdir-2019.9.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f2de30744cca8d5447e27729c5abeff1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9827, "upload_time": "2019-09-14T21:45:07", "url": "https://files.pythonhosted.org/packages/f4/70/24d70deb72c4907ef0702c02c2a0f6e6e2374bb1a6fc91047ee001c1156d/pytest_tempdir-2019.9.15-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "975e88980fef9e56b7d832ccfd2b8a83", "sha256": "aac2892b7b7c70331b206d8509358ff8f0003e381651ab078e6d71de464d6774" }, "downloads": -1, "filename": "pytest-tempdir-2019.9.15.tar.gz", "has_sig": false, "md5_digest": "975e88980fef9e56b7d832ccfd2b8a83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5426, "upload_time": "2019-09-14T21:45:09", "url": "https://files.pythonhosted.org/packages/44/5c/495323cab20bd40cdb402cd223373e96285f8fd76d6cd39643ce07de53e5/pytest-tempdir-2019.9.15.tar.gz" } ], "2019.9.16": [ { "comment_text": "", "digests": { "md5": "b846635e16eb25c65ccc8bc8809da9f3", "sha256": "a1382135e7bc36e19659c2badfa9ce8bf212c87a69ee9d0bd12b41514aa7f677" }, "downloads": -1, "filename": "pytest_tempdir-2019.9.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b846635e16eb25c65ccc8bc8809da9f3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10151, "upload_time": "2019-09-14T22:09:54", "url": "https://files.pythonhosted.org/packages/6a/8a/c8ca66abe7ea562459dde846f8b37751f1cd623c7e8b48bb504df2e6e870/pytest_tempdir-2019.9.16-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7c1477f9abb23b3ce3e8e300fcb2345d", "sha256": "6b48684aea0b9a68b2431574c0724b1abfa7773dcadafbd385f49c43a9089128" }, "downloads": -1, "filename": "pytest-tempdir-2019.9.16.tar.gz", "has_sig": false, "md5_digest": "7c1477f9abb23b3ce3e8e300fcb2345d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5392, "upload_time": "2019-09-14T22:09:56", "url": "https://files.pythonhosted.org/packages/54/8d/adac70e741c917f24d1df95cc681f804f0514dd62cdcbef677f35ce78ff3/pytest-tempdir-2019.9.16.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31850d4ecfb4fbd355f9eba7e5409753", "sha256": "dcb8e657ee0d3f576c5118120227010ed0ed99d5d0bfad23ee82f9f7b91710e1" }, "downloads": -1, "filename": "pytest_tempdir-2019.10.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "31850d4ecfb4fbd355f9eba7e5409753", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10190, "upload_time": "2019-10-11T17:54:18", "url": "https://files.pythonhosted.org/packages/6d/0f/eda4024eac0d579cabd8b2b7ce12a763d2ac0410e770aa561527cd821a3e/pytest_tempdir-2019.10.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "79b997d418fb85c2529ab50cd4333689", "sha256": "e7d91813a9aa991db87dacdef8cfd3f1657632d731d56d06238c5ffb63ab36d8" }, "downloads": -1, "filename": "pytest-tempdir-2019.10.12.tar.gz", "has_sig": false, "md5_digest": "79b997d418fb85c2529ab50cd4333689", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5407, "upload_time": "2019-10-11T17:54:19", "url": "https://files.pythonhosted.org/packages/c9/3c/8dca670b288016e579097384bfc50944c83fe18d6731042ea836b2a88a76/pytest-tempdir-2019.10.12.tar.gz" } ] }