headson 0.5.0__tar.gz → 0.5.1__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.

Potentially problematic release.


This version of headson might be problematic. Click here for more details.

Files changed (51) hide show
  1. {headson-0.5.0 → headson-0.5.1}/Cargo.lock +1 -1
  2. {headson-0.5.0 → headson-0.5.1}/Cargo.toml +1 -1
  3. {headson-0.5.0 → headson-0.5.1}/PKG-INFO +1 -1
  4. {headson-0.5.0 → headson-0.5.1}/pyproject.toml +1 -1
  5. {headson-0.5.0 → headson-0.5.1}/python/Cargo.lock +2 -2
  6. {headson-0.5.0 → headson-0.5.1}/python/Cargo.toml +1 -1
  7. {headson-0.5.0 → headson-0.5.1}/src/lib.rs +1 -0
  8. {headson-0.5.0 → headson-0.5.1}/JSONTestSuite/LICENSE +0 -0
  9. {headson-0.5.0 → headson-0.5.1}/JSONTestSuite/README.md +0 -0
  10. {headson-0.5.0 → headson-0.5.1}/LICENSE +0 -0
  11. {headson-0.5.0 → headson-0.5.1}/README.md +0 -0
  12. {headson-0.5.0 → headson-0.5.1}/python/README.md +0 -0
  13. {headson-0.5.0 → headson-0.5.1}/python/headson/__init__.py +0 -0
  14. {headson-0.5.0 → headson-0.5.1}/python/src/lib.rs +0 -0
  15. {headson-0.5.0 → headson-0.5.1}/src/json_ingest/builder.rs +0 -0
  16. {headson-0.5.0 → headson-0.5.1}/src/json_ingest/mod.rs +0 -0
  17. {headson-0.5.0 → headson-0.5.1}/src/json_ingest/samplers/default.rs +0 -0
  18. {headson-0.5.0 → headson-0.5.1}/src/json_ingest/samplers/head.rs +0 -0
  19. {headson-0.5.0 → headson-0.5.1}/src/json_ingest/samplers/mod.rs +0 -0
  20. {headson-0.5.0 → headson-0.5.1}/src/json_ingest/samplers/tail.rs +0 -0
  21. {headson-0.5.0 → headson-0.5.1}/src/main.rs +0 -0
  22. {headson-0.5.0 → headson-0.5.1}/src/order/build.rs +0 -0
  23. {headson-0.5.0 → headson-0.5.1}/src/order/mod.rs +0 -0
  24. {headson-0.5.0 → headson-0.5.1}/src/order/scoring.rs +0 -0
  25. {headson-0.5.0 → headson-0.5.1}/src/order/snapshots/headson__order__build__tests__order_empty_array_order.snap +0 -0
  26. {headson-0.5.0 → headson-0.5.1}/src/order/snapshots/headson__order__build__tests__order_single_string_array_order.snap +0 -0
  27. {headson-0.5.0 → headson-0.5.1}/src/order/types.rs +0 -0
  28. {headson-0.5.0 → headson-0.5.1}/src/serialization/fileset.rs +0 -0
  29. {headson-0.5.0 → headson-0.5.1}/src/serialization/mod.rs +0 -0
  30. {headson-0.5.0 → headson-0.5.1}/src/serialization/snapshots/headson__serialization__tests__arena_render_empty.snap +0 -0
  31. {headson-0.5.0 → headson-0.5.1}/src/serialization/snapshots/headson__serialization__tests__arena_render_single.snap +0 -0
  32. {headson-0.5.0 → headson-0.5.1}/src/serialization/templates/core.rs +0 -0
  33. {headson-0.5.0 → headson-0.5.1}/src/serialization/templates/js.rs +0 -0
  34. {headson-0.5.0 → headson-0.5.1}/src/serialization/templates/json.rs +0 -0
  35. {headson-0.5.0 → headson-0.5.1}/src/serialization/templates/mod.rs +0 -0
  36. {headson-0.5.0 → headson-0.5.1}/src/serialization/templates/pseudo.rs +0 -0
  37. {headson-0.5.0 → headson-0.5.1}/src/serialization/types.rs +0 -0
  38. {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__order__tests__order_empty_array_order.snap +0 -0
  39. {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__order__tests__order_single_string_array_order.snap +0 -0
  40. {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__order__tests__pq_empty_array_queue.snap +0 -0
  41. {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__order__tests__pq_single_string_array_queue.snap +0 -0
  42. {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__queue__tests__pq_empty_array_queue.snap +0 -0
  43. {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__queue__tests__pq_single_string_array_queue.snap +0 -0
  44. {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__tree__tests__build_tree_empty.snap +0 -0
  45. {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__tree__tests__build_tree_single.snap +0 -0
  46. {headson-0.5.0 → headson-0.5.1}/src/utils/graph.rs +0 -0
  47. {headson-0.5.0 → headson-0.5.1}/src/utils/json.rs +0 -0
  48. {headson-0.5.0 → headson-0.5.1}/src/utils/mod.rs +0 -0
  49. {headson-0.5.0 → headson-0.5.1}/src/utils/search.rs +0 -0
  50. {headson-0.5.0 → headson-0.5.1}/src/utils/text.rs +0 -0
  51. {headson-0.5.0 → headson-0.5.1}/src/utils/tree_arena.rs +0 -0
@@ -266,7 +266,7 @@ dependencies = [
266
266
 
267
267
  [[package]]
268
268
  name = "headson"
269
- version = "0.5.0"
269
+ version = "0.5.1"
270
270
  dependencies = [
271
271
  "anyhow",
272
272
  "assert_cmd",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "headson"
3
- version = "0.5.0"
3
+ version = "0.5.1"
4
4
  edition = "2024"
5
5
  description = "Budget‑constrained JSON preview renderer"
6
6
  readme = "README.md"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: headson
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Classifier: Programming Language :: Python
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: Programming Language :: Rust
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "headson"
7
- version = "0.5.0"
7
+ version = "0.5.1"
8
8
  description = "Budget‑constrained JSON preview renderer (Python bindings)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -169,7 +169,7 @@ dependencies = [
169
169
 
170
170
  [[package]]
171
171
  name = "headson"
172
- version = "0.5.0"
172
+ version = "0.5.1"
173
173
  dependencies = [
174
174
  "anyhow",
175
175
  "clap",
@@ -182,7 +182,7 @@ dependencies = [
182
182
 
183
183
  [[package]]
184
184
  name = "headson-python"
185
- version = "0.5.0"
185
+ version = "0.5.1"
186
186
  dependencies = [
187
187
  "anyhow",
188
188
  "headson",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "headson-python"
3
- version = "0.5.0"
3
+ version = "0.5.1"
4
4
  edition = "2021"
5
5
  publish = false
6
6
  readme = "README.md"
@@ -1,3 +1,4 @@
1
+ #![doc = include_str!("../README.md")]
1
2
  #![deny(
2
3
  clippy::unwrap_used,
3
4
  clippy::expect_used,
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
File without changes
File without changes
File without changes
File without changes
File without changes