Metadata-Version: 2.1
Name: pyproject_api
Version: 1.5.1
Summary: API to interact with the python pyproject.toml based projects
Project-URL: Homepage, http://pyproject_api.readthedocs.org
Project-URL: Source, https://github.com/tox-dev/pyproject-api
Project-URL: Tracker, https://github.com/tox-dev/pyproject-api/issues
Author-email: Bernát Gábor <gaborjbernat@gmail.com>
Maintainer-email: Bernát Gábor <gaborjbernat@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: environments,isolated,testing,virtual
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: tox
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Requires-Dist: packaging>=23
Requires-Dist: tomli>=2.0.1; python_version < '3.11'
Provides-Extra: docs
Requires-Dist: furo>=2022.12.7; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints!=1.23.4,>=1.22; extra == 'docs'
Requires-Dist: sphinx>=6.1.3; extra == 'docs'
Provides-Extra: testing
Requires-Dist: covdefaults>=2.2.2; extra == 'testing'
Requires-Dist: importlib-metadata>=6; python_version < '3.8' and extra == 'testing'
Requires-Dist: pytest-cov>=4; extra == 'testing'
Requires-Dist: pytest-mock>=3.10; extra == 'testing'
Requires-Dist: pytest>=7.2.1; extra == 'testing'
Requires-Dist: virtualenv>=20.17.1; extra == 'testing'
Requires-Dist: wheel>=0.38.4; extra == 'testing'
Description-Content-Type: text/markdown

# [`pyproject-api`](https://pyproject-api.readthedocs.io/en/latest/)

[![PyPI](https://img.shields.io/pypi/v/pyproject-api?style=flat-square)](https://pypi.org/project/pyproject-api/)
[![Supported Python
versions](https://img.shields.io/pypi/pyversions/pyproject-api.svg)](https://pypi.org/project/pyproject-api/)
[![Downloads](https://pepy.tech/badge/pyproject-api/month)](https://pepy.tech/project/pyproject-api/month)
[![check](https://github.com/tox-dev/pyproject-api/actions/workflows/check.yml/badge.svg)](https://github.com/tox-dev/pyproject-api/actions/workflows/check.yml)
[![Code style:
black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Documentation Status](https://readthedocs.org/projects/pyproject-api/badge/?version=latest)](https://pyproject-api.readthedocs.io/en/latest/?badge=latest)
