Metadata-Version: 2.4
Name: pytest-httpchain-jsonref
Version: 0.9.0
Summary: Deprecated: consolidated into pytest-httpchain>=0.9. This placeholder prevents name squatting.
Project-URL: Repository, https://github.com/aeresov/pytest-httpchain
Classifier: Development Status :: 7 - Inactive
Classifier: Framework :: Pytest
Requires-Python: >=3.13
Requires-Dist: pytest-httpchain>=0.9
Description-Content-Type: text/markdown

# pytest-httpchain-jsonref (deprecated placeholder)

This distribution was consolidated into the single
[`pytest-httpchain`](https://pypi.org/project/pytest-httpchain/) package in 0.9.0
(the former content lives at `pytest_httpchain.jsonref` where applicable).

The original `pytest-httpchain-jsonref` releases were deleted from PyPI; this placeholder
re-registers the name so it cannot be claimed by a third party, and depends on
`pytest-httpchain>=0.9` so installing it yields the real plugin.

Install the real package instead:

```bash
pip install "pytest-httpchain>=0.9"
```
