pytest-grounding 0.0.1__tar.gz → 0.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pytest_grounding-0.0.1/pytest_grounding.egg-info → pytest_grounding-0.0.2}/PKG-INFO +1 -1
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/grounding/__init__.py +1 -1
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/pyproject.toml +1 -1
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2/pytest_grounding.egg-info}/PKG-INFO +1 -1
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/LICENSE +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/README.md +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/grounding/_capture.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/grounding/_normalize.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/grounding/_text.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/grounding/claim.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/grounding/cli.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/grounding/guard.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/grounding/loaders.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/grounding/plugin.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/grounding/report_io.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/grounding/trace.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/pytest_grounding.egg-info/SOURCES.txt +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/pytest_grounding.egg-info/dependency_links.txt +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/pytest_grounding.egg-info/entry_points.txt +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/pytest_grounding.egg-info/requires.txt +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/pytest_grounding.egg-info/top_level.txt +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/setup.cfg +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/tests/test_capture.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/tests/test_loaders.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/tests/test_plugin.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/tests/test_text.py +0 -0
- {pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/tests/test_trace.py +0 -0
|
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
|
|
7
7
|
# makes it discoverable); the import package stays `grounding` (the friendly-import pattern
|
|
8
8
|
# used by pytest-mock / pytest-django): pip install pytest-grounding, from grounding import …
|
|
9
9
|
name = "pytest-grounding"
|
|
10
|
-
version = "0.0.
|
|
10
|
+
version = "0.0.2"
|
|
11
11
|
description = "Turn assertions about data into re-runnable, provenance-tracked claims — written and reviewed by agents."
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
requires-python = ">=3.9"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/pytest_grounding.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{pytest_grounding-0.0.1 → pytest_grounding-0.0.2}/pytest_grounding.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|