Metadata-Version: 2.1
Name: pytest_tmp_files
Version: 0.0.0
Summary: Utilities to create temporary file hierarchies in pytest.
Author-email: Kale Kundert <kale@thekunderts.net>
Requires-Python: ~=3.7
Description-Content-Type: text/x-rst
Requires-Dist: python-dateutil
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: sphinx_rtd_theme ; extra == "doc"
Requires-Dist: autoclasstoc ; extra == "doc"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: coveralls ; extra == "test"
Project-URL: Bug Tracker, https://github.com/kalekundert/pytest_tmp_files/issues
Project-URL: Continuous Integration, https://github.com/kalekundert/pytest_tmp_files/actions
Project-URL: Documentation, https://pytest_tmp_files.readthedocs.io/en/latest/
Project-URL: Test Coverage, https://coveralls.io/github/kalekundert/pytest_tmp_files
Project-URL: Version Control, https://github.com/kalekundert/pytest_tmp_files
Provides-Extra: doc
Provides-Extra: test

****************
pytest_tmp_files
****************

.. image:: https://img.shields.io/pypi/v/pytest_tmp_files.svg
   :alt: Last release
   :target: https://pypi.python.org/pypi/pytest_tmp_files

.. image:: https://img.shields.io/pypi/pyversions/pytest_tmp_files.svg
   :alt: Python version
   :target: https://pypi.python.org/pypi/pytest_tmp_files

.. image:: https://img.shields.io/readthedocs/pytest_tmp_files.svg
   :alt: Documentation
   :target: https://pytest_tmp_files.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/github/workflow/status/kalekundert/pytest_tmp_files/Test%20and%20release/master
   :alt: Test status
   :target: https://github.com/kalekundert/pytest_tmp_files/actions

.. image:: https://img.shields.io/coveralls/kalekundert/pytest_tmp_files.svg
   :alt: Test coverage
   :target: https://coveralls.io/github/kalekundert/pytest_tmp_files?branch=master

.. image:: https://img.shields.io/github/last-commit/kalekundert/pytest_tmp_files?logo=github
   :alt: Last commit
   :target: https://github.com/kalekundert/pytest_tmp_files

