Metadata-Version: |
2.4 |
Name: |
pyproject-api |
Version: |
1.9.0 |
Summary: |
API to interact with the python pyproject.toml based projects |
Author-Email: |
Bernát Gábor <gaborjbernat[at]gmail.com> |
Maintainer-Email: |
Bernát Gábor <gaborjbernat[at]gmail.com> |
Project-Url: |
Changelog, https://github.com/tox-dev/pyproject-api/releases |
Project-Url: |
Homepage, https://pyproject-api.readthedocs.io |
Project-Url: |
Source, https://github.com/tox-dev/pyproject-api |
Project-Url: |
Tracker, https://github.com/tox-dev/pyproject-api/issues |
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: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Testing |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=3.9 |
Requires-Dist: |
packaging (>=24.2) |
Requires-Dist: |
tomli (>=2.2.1); python_version < "3.11" |
Requires-Dist: |
furo (>=2024.8.6); extra == "docs" |
Requires-Dist: |
sphinx-autodoc-typehints (>=3); extra == "docs" |
Requires-Dist: |
covdefaults (>=2.3); extra == "testing" |
Requires-Dist: |
pytest-cov (>=6); extra == "testing" |
Requires-Dist: |
pytest-mock (>=3.14); extra == "testing" |
Requires-Dist: |
pytest (>=8.3.4); extra == "testing" |
Requires-Dist: |
setuptools (>=75.8); extra == "testing" |
Provides-Extra: |
docs |
Provides-Extra: |
testing |
Description-Content-Type: |
text/markdown |
License-Expression: |
MIT |
License-File: |
LICENSE |