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.
- {headson-0.6.6 → headson-0.6.7}/Cargo.lock +1 -1
- {headson-0.6.6 → headson-0.6.7}/Cargo.toml +1 -1
- {headson-0.6.6 → headson-0.6.7}/PKG-INFO +2 -2
- {headson-0.6.6 → headson-0.6.7}/README.md +1 -1
- {headson-0.6.6 → headson-0.6.7}/pyproject.toml +1 -1
- {headson-0.6.6 → headson-0.6.7}/python/Cargo.lock +2 -2
- {headson-0.6.6 → headson-0.6.7}/python/Cargo.toml +1 -1
- headson-0.6.6/src/snapshots/headson__order__tests__order_empty_array_order.snap +0 -6
- headson-0.6.6/src/snapshots/headson__order__tests__order_single_string_array_order.snap +0 -9
- {headson-0.6.6 → headson-0.6.7}/docs/assets/algorithm.svg +0 -0
- {headson-0.6.6 → headson-0.6.7}/docs/assets/logo.png +0 -0
- {headson-0.6.6 → headson-0.6.7}/docs/assets/logo.svg +0 -0
- {headson-0.6.6 → headson-0.6.7}/docs/assets/tapes/demo.gif +0 -0
- {headson-0.6.6 → headson-0.6.7}/python/README.md +0 -0
- {headson-0.6.6 → headson-0.6.7}/python/headson/__init__.py +0 -0
- {headson-0.6.6 → headson-0.6.7}/python/src/lib.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/format.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/json/builder.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/json/mod.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/json/samplers/default.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/json/samplers/head.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/json/samplers/mod.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/json/samplers/tail.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/mod.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/text/mod.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/ingest/formats/yaml/mod.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/ingest/mod.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/ingest/sampling/mod.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/lib.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/main.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/order/build.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/order/mod.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/order/scoring.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/order/snapshots/headson__order__build__tests__order_empty_array_order.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/order/snapshots/headson__order__build__tests__order_single_string_array_order.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/order/types.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/color.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/fileset.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/mod.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/output.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__arena_render_empty.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__arena_render_empty_yaml.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__arena_render_single.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__arena_render_single_yaml.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_internal_gaps_yaml.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_omitted_js_head.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_omitted_js_tail.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_omitted_pseudo_head.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_omitted_pseudo_tail.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_omitted_yaml_head.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__array_omitted_yaml_tail.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__inline_open_array_in_object_json.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/snapshots/headson__serialization__tests__inline_open_array_in_object_yaml.snap +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/core.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/js.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/json.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/mod.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/pseudo.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/text.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/templates/yaml.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/serialization/types.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/utils/graph.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/utils/json.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/utils/measure.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/utils/mod.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/utils/search.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/utils/text.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/src/utils/tree_arena.rs +0 -0
- {headson-0.6.6 → headson-0.6.7}/tests/fixtures/json/JSONTestSuite/LICENSE +0 -0
- {headson-0.6.6 → headson-0.6.7}/tests/fixtures/json/JSONTestSuite/README.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: headson
|
|
3
|
-
Version: 0.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
|
-
`
|
|
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
|
-
`
|
|
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))
|
|
@@ -214,7 +214,7 @@ dependencies = [
|
|
|
214
214
|
|
|
215
215
|
[[package]]
|
|
216
216
|
name = "headson"
|
|
217
|
-
version = "0.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.
|
|
231
|
+
version = "0.6.7"
|
|
232
232
|
dependencies = [
|
|
233
233
|
"anyhow",
|
|
234
234
|
"headson",
|
|
@@ -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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|