headson 0.6.6__tar.gz → 0.6.7__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 (70) hide show
  1. {headson-0.6.6 → headson-0.6.7}/Cargo.lock +1 -1
  2. {headson-0.6.6 → headson-0.6.7}/Cargo.toml +1 -1
  3. {headson-0.6.6 → headson-0.6.7}/PKG-INFO +2 -2
  4. {headson-0.6.6 → headson-0.6.7}/README.md +1 -1
  5. {headson-0.6.6 → headson-0.6.7}/pyproject.toml +1 -1
  6. {headson-0.6.6 → headson-0.6.7}/python/Cargo.lock +2 -2
  7. {headson-0.6.6 → headson-0.6.7}/python/Cargo.toml +1 -1
  8. headson-0.6.6/src/snapshots/headson__order__tests__order_empty_array_order.snap +0 -6
  9. headson-0.6.6/src/snapshots/headson__order__tests__order_single_string_array_order.snap +0 -9
  10. {headson-0.6.6 → headson-0.6.7}/docs/assets/algorithm.svg +0 -0
  11. {headson-0.6.6 → headson-0.6.7}/docs/assets/logo.png +0 -0
  12. {headson-0.6.6 → headson-0.6.7}/docs/assets/logo.svg +0 -0
  13. {headson-0.6.6 → headson-0.6.7}/docs/assets/tapes/demo.gif +0 -0
  14. {headson-0.6.6 → headson-0.6.7}/python/README.md +0 -0
  15. {headson-0.6.6 → headson-0.6.7}/python/headson/__init__.py +0 -0
  16. {headson-0.6.6 → headson-0.6.7}/python/src/lib.rs +0 -0
  17. {headson-0.6.6 → headson-0.6.7}/src/format.rs +0 -0
  18. {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/json/builder.rs +0 -0
  19. {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/json/mod.rs +0 -0
  20. {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/json/samplers/default.rs +0 -0
  21. {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/json/samplers/head.rs +0 -0
  22. {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/json/samplers/mod.rs +0 -0
  23. {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/json/samplers/tail.rs +0 -0
  24. {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/mod.rs +0 -0
  25. {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/text/mod.rs +0 -0
  26. {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/yaml/mod.rs +0 -0
  27. {headson-0.6.6 → headson-0.6.7}/src/ingest/mod.rs +0 -0
  28. {headson-0.6.6 → headson-0.6.7}/src/ingest/sampling/mod.rs +0 -0
  29. {headson-0.6.6 → headson-0.6.7}/src/lib.rs +0 -0
  30. {headson-0.6.6 → headson-0.6.7}/src/main.rs +0 -0
  31. {headson-0.6.6 → headson-0.6.7}/src/order/build.rs +0 -0
  32. {headson-0.6.6 → headson-0.6.7}/src/order/mod.rs +0 -0
  33. {headson-0.6.6 → headson-0.6.7}/src/order/scoring.rs +0 -0
  34. {headson-0.6.6 → headson-0.6.7}/src/order/snapshots/headson__order__build__tests__order_empty_array_order.snap +0 -0
  35. {headson-0.6.6 → headson-0.6.7}/src/order/snapshots/headson__order__build__tests__order_single_string_array_order.snap +0 -0
  36. {headson-0.6.6 → headson-0.6.7}/src/order/types.rs +0 -0
  37. {headson-0.6.6 → headson-0.6.7}/src/serialization/color.rs +0 -0
  38. {headson-0.6.6 → headson-0.6.7}/src/serialization/fileset.rs +0 -0
  39. {headson-0.6.6 → headson-0.6.7}/src/serialization/mod.rs +0 -0
  40. {headson-0.6.6 → headson-0.6.7}/src/serialization/output.rs +0 -0
  41. {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__arena_render_empty.snap +0 -0
  42. {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__arena_render_empty_yaml.snap +0 -0
  43. {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__arena_render_single.snap +0 -0
  44. {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__arena_render_single_yaml.snap +0 -0
  45. {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_internal_gaps_yaml.snap +0 -0
  46. {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_omitted_js_head.snap +0 -0
  47. {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_omitted_js_tail.snap +0 -0
  48. {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_omitted_pseudo_head.snap +0 -0
  49. {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_omitted_pseudo_tail.snap +0 -0
  50. {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_omitted_yaml_head.snap +0 -0
  51. {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_omitted_yaml_tail.snap +0 -0
  52. {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__inline_open_array_in_object_json.snap +0 -0
  53. {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__inline_open_array_in_object_yaml.snap +0 -0
  54. {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/core.rs +0 -0
  55. {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/js.rs +0 -0
  56. {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/json.rs +0 -0
  57. {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/mod.rs +0 -0
  58. {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/pseudo.rs +0 -0
  59. {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/text.rs +0 -0
  60. {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/yaml.rs +0 -0
  61. {headson-0.6.6 → headson-0.6.7}/src/serialization/types.rs +0 -0
  62. {headson-0.6.6 → headson-0.6.7}/src/utils/graph.rs +0 -0
  63. {headson-0.6.6 → headson-0.6.7}/src/utils/json.rs +0 -0
  64. {headson-0.6.6 → headson-0.6.7}/src/utils/measure.rs +0 -0
  65. {headson-0.6.6 → headson-0.6.7}/src/utils/mod.rs +0 -0
  66. {headson-0.6.6 → headson-0.6.7}/src/utils/search.rs +0 -0
  67. {headson-0.6.6 → headson-0.6.7}/src/utils/text.rs +0 -0
  68. {headson-0.6.6 → headson-0.6.7}/src/utils/tree_arena.rs +0 -0
  69. {headson-0.6.6 → headson-0.6.7}/tests/fixtures/json/JSONTestSuite/LICENSE +0 -0
  70. {headson-0.6.6 → headson-0.6.7}/tests/fixtures/json/JSONTestSuite/README.md +0 -0
@@ -298,7 +298,7 @@ dependencies = [
298
298
 
299
299
  [[package]]
300
300
  name = "headson"
301
- version = "0.6.6"
301
+ version = "0.6.7"
302
302
  dependencies = [
303
303
  "anyhow",
304
304
  "assert_cmd",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "headson"
3
- version = "0.6.6"
3
+ version = "0.6.7"
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.6.6
3
+ Version: 0.6.7
4
4
  Classifier: Programming Language :: Python
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: Programming Language :: Rust
@@ -20,7 +20,7 @@ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
20
20
  <br/>
21
21
  </p>
22
22
 
23
- `heal`/`tail` for JSON, YAML - but structure‑aware. Get a compact preview that shows both the shape and representative values of your data, all within a strict byte budget. (Just like `head`/`tail`, `headson` can also work with unstructured text files.)
23
+ `head`/`tail` for JSON, YAML - but structure‑aware. Get a compact preview that shows both the shape and representative values of your data, all within a strict byte budget. (Just like `head`/`tail`, `headson` can also work with unstructured text files.)
24
24
 
25
25
  Available as:
26
26
  - CLI (see [Usage](#usage))
@@ -6,7 +6,7 @@
6
6
  <br/>
7
7
  </p>
8
8
 
9
- `heal`/`tail` for JSON, YAML - but structure‑aware. Get a compact preview that shows both the shape and representative values of your data, all within a strict byte budget. (Just like `head`/`tail`, `headson` can also work with unstructured text files.)
9
+ `head`/`tail` for JSON, YAML - but structure‑aware. Get a compact preview that shows both the shape and representative values of your data, all within a strict byte budget. (Just like `head`/`tail`, `headson` can also work with unstructured text files.)
10
10
 
11
11
  Available as:
12
12
  - CLI (see [Usage](#usage))
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "headson"
7
- version = "0.6.6"
7
+ version = "0.6.7"
8
8
  description = "Budget‑constrained JSON preview renderer (Python bindings)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -214,7 +214,7 @@ dependencies = [
214
214
 
215
215
  [[package]]
216
216
  name = "headson"
217
- version = "0.6.6"
217
+ version = "0.6.7"
218
218
  dependencies = [
219
219
  "anyhow",
220
220
  "clap",
@@ -228,7 +228,7 @@ dependencies = [
228
228
 
229
229
  [[package]]
230
230
  name = "headson-python"
231
- version = "0.6.6"
231
+ version = "0.6.7"
232
232
  dependencies = [
233
233
  "anyhow",
234
234
  "headson",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "headson-python"
3
- version = "0.6.6"
3
+ version = "0.6.7"
4
4
  edition = "2021"
5
5
  publish = false
6
6
  readme = "README.md"
@@ -1,6 +0,0 @@
1
- ---
2
- source: src/order.rs
3
- expression: "lines.join(\"\\n\")"
4
- ---
5
- len=1
6
- RankedNode { node_id: NodeId(0), kind: Array, key_in_object: None, atomic_token: None, string_value: None }
@@ -1,9 +0,0 @@
1
- ---
2
- source: src/order.rs
3
- expression: "lines.join(\"\\n\")"
4
- ---
5
- len=4
6
- RankedNode { node_id: NodeId(0), kind: Array, key_in_object: None, atomic_token: None, string_value: None }
7
- RankedNode { node_id: NodeId(1), kind: String, key_in_object: None, atomic_token: None, string_value: Some("ab") }
8
- RankedNode { node_id: NodeId(2), kind: String, key_in_object: None, atomic_token: None, string_value: None }
9
- RankedNode { node_id: NodeId(3), kind: String, key_in_object: None, atomic_token: None, string_value: None }
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
File without changes