termwright 0.3.0__tar.gz → 0.3.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.
Files changed (45) hide show
  1. {termwright-0.3.0 → termwright-0.3.2}/PKG-INFO +1 -1
  2. {termwright-0.3.0 → termwright-0.3.2}/pyproject.toml +1 -1
  3. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/__init__.py +1 -1
  4. {termwright-0.3.0 → termwright-0.3.2}/src/termwright_probe/__init__.py +1 -1
  5. {termwright-0.3.0 → termwright-0.3.2}/uv.lock +1 -1
  6. {termwright-0.3.0 → termwright-0.3.2}/.gitignore +0 -0
  7. {termwright-0.3.0 → termwright-0.3.2}/README.md +0 -0
  8. {termwright-0.3.0 → termwright-0.3.2}/examples/permission_app.py +0 -0
  9. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/client.py +0 -0
  10. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/debug.py +0 -0
  11. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/errors.py +0 -0
  12. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/evidence.py +0 -0
  13. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/framing.py +0 -0
  14. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/limits.py +0 -0
  15. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/logging_bridge.py +0 -0
  16. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/logs.py +0 -0
  17. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/marker.py +0 -0
  18. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/messages.py +0 -0
  19. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/roles.py +0 -0
  20. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/textual.py +0 -0
  21. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/tree.py +0 -0
  22. {termwright-0.3.0 → termwright-0.3.2}/src/termwright/validate.py +0 -0
  23. {termwright-0.3.0 → termwright-0.3.2}/src/termwright_probe/__main__.py +0 -0
  24. {termwright-0.3.0 → termwright-0.3.2}/src/termwright_probe/bootstrap.py +0 -0
  25. {termwright-0.3.0 → termwright-0.3.2}/src/termwright_probe/defer.py +0 -0
  26. {termwright-0.3.0 → termwright-0.3.2}/src/termwright_probe/session.py +0 -0
  27. {termwright-0.3.0 → termwright-0.3.2}/src/termwright_probe/textual_probe.py +0 -0
  28. {termwright-0.3.0 → termwright-0.3.2}/src/termwright_probe/textual_tree.py +0 -0
  29. {termwright-0.3.0 → termwright-0.3.2}/tests/conftest.py +0 -0
  30. {termwright-0.3.0 → termwright-0.3.2}/tests/fixtures/vanilla_textual_app.py +0 -0
  31. {termwright-0.3.0 → termwright-0.3.2}/tests/test_client.py +0 -0
  32. {termwright-0.3.0 → termwright-0.3.2}/tests/test_debug.py +0 -0
  33. {termwright-0.3.0 → termwright-0.3.2}/tests/test_evidence.py +0 -0
  34. {termwright-0.3.0 → termwright-0.3.2}/tests/test_framing.py +0 -0
  35. {termwright-0.3.0 → termwright-0.3.2}/tests/test_logs.py +0 -0
  36. {termwright-0.3.0 → termwright-0.3.2}/tests/test_marker.py +0 -0
  37. {termwright-0.3.0 → termwright-0.3.2}/tests/test_messages.py +0 -0
  38. {termwright-0.3.0 → termwright-0.3.2}/tests/test_observation_vectors.py +0 -0
  39. {termwright-0.3.0 → termwright-0.3.2}/tests/test_probe_bootstrap.py +0 -0
  40. {termwright-0.3.0 → termwright-0.3.2}/tests/test_probe_golden.py +0 -0
  41. {termwright-0.3.0 → termwright-0.3.2}/tests/test_probe_session.py +0 -0
  42. {termwright-0.3.0 → termwright-0.3.2}/tests/test_probe_tree.py +0 -0
  43. {termwright-0.3.0 → termwright-0.3.2}/tests/test_textual_annotations.py +0 -0
  44. {termwright-0.3.0 → termwright-0.3.2}/tests/test_textual_probe_hook.py +0 -0
  45. {termwright-0.3.0 → termwright-0.3.2}/tests/test_validate.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: termwright
3
- Version: 0.3.0
3
+ Version: 0.3.2
4
4
  Summary: Semantic side-channel client, automatic Textual probe, and annotation SDK for Termwright
5
5
  Project-URL: Homepage, https://github.com/gorce-ai/termwright
6
6
  Project-URL: Source, https://github.com/gorce-ai/termwright/tree/main/clients/python
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "termwright"
7
- version = "0.3.0"
7
+ version = "0.3.2"
8
8
  description = "Semantic side-channel client, automatic Textual probe, and annotation SDK for Termwright"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -92,7 +92,7 @@ from .tree import (
92
92
  )
93
93
  from .validate import ValidationResult, validate_snapshot
94
94
 
95
- __version__ = "0.3.0"
95
+ __version__ = "0.3.2"
96
96
 
97
97
  __all__ = [
98
98
  "ABSOLUTE_LIMITS",
@@ -31,7 +31,7 @@ from .bootstrap import (
31
31
  )
32
32
  from .defer import when_imported
33
33
 
34
- __version__ = "0.3.0"
34
+ __version__ = "0.3.2"
35
35
 
36
36
  #: Set once :func:`install` has run, so a second `sitecustomize` on the path
37
37
  #: cannot attach the probe twice.
@@ -312,7 +312,7 @@ wheels = [
312
312
 
313
313
  [[package]]
314
314
  name = "termwright"
315
- version = "0.3.0"
315
+ version = "0.3.2"
316
316
  source = { editable = "." }
317
317
 
318
318
  [package.optional-dependencies]
File without changes
File without changes
File without changes