headson 0.7.0__cp310-abi3-macosx_11_0_arm64.whl → 0.7.2__cp310-abi3-macosx_11_0_arm64.whl
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.
headson/headson.abi3.so
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: headson
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3
|
|
6
6
|
Classifier: Programming Language :: Rust
|
|
@@ -83,6 +83,7 @@ Common flags:
|
|
|
83
83
|
- `-i, --input-format <json|yaml|text>`: ingestion format (default: `json`). For filesets in `auto` format, ingestion is chosen by extensions.
|
|
84
84
|
- `-m, --compact`: no indentation, no spaces, no newlines
|
|
85
85
|
- `--no-newline`: single line output
|
|
86
|
+
- `--no-header`: suppress fileset section headers (useful when embedding output in scripts)
|
|
86
87
|
- `--no-space`: no space after `:` in objects
|
|
87
88
|
- `--indent <STR>`: indentation unit (default: two spaces)
|
|
88
89
|
- `--string-cap <N>`: max graphemes to consider per string (default: 500)
|
|
@@ -92,7 +93,7 @@ Common flags:
|
|
|
92
93
|
Notes:
|
|
93
94
|
|
|
94
95
|
- Multiple inputs:
|
|
95
|
-
- With newlines enabled, file sections are rendered with human‑readable headers. In compact/single‑line modes, headers are omitted.
|
|
96
|
+
- With newlines enabled, file sections are rendered with human‑readable headers (pass `--no-header` to suppress them). In compact/single‑line modes, headers are omitted.
|
|
96
97
|
- In `--format auto`, each file uses its own best format: JSON family for `.json`, YAML for `.yaml`/`.yml`.
|
|
97
98
|
- Unknown extensions are treated as Text (raw lines) — safe for logs and `.txt` files.
|
|
98
99
|
- `--global-bytes` may truncate or omit entire files to respect the total budget.
|
|
@@ -114,6 +115,7 @@ Notes:
|
|
|
114
115
|
- Caps the number of lines in the output.
|
|
115
116
|
- Incompatible with `--no-newline`.
|
|
116
117
|
- Multiple inputs: defaults to `<LINES> * number_of_inputs`; `--global-lines` caps the total.
|
|
118
|
+
- Fileset headers, blank separators, and summary lines do not count toward the line cap; only actual content lines are considered.
|
|
117
119
|
|
|
118
120
|
- Interactions and precedence
|
|
119
121
|
- All active budgets are enforced simultaneously. The render must satisfy all of: bytes (if set), chars (if set), and lines (if set). The strictest cap wins.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
headson-0.7.2.dist-info/METADATA,sha256=OpQVPU_BkoHGLOojU3BboSlmggVj1le-m5pOiG_invg,13395
|
|
2
|
+
headson-0.7.2.dist-info/WHEEL,sha256=IazgkT7vNOJFCMqLkpffiNMvax14aBEt3N2CF2q17Y0,104
|
|
3
|
+
headson/__init__.py,sha256=Z-vwzLN9ptomZrtRqVUuUKSAaidOSVcjFI6Ojbuj-dU,219
|
|
4
|
+
headson/headson.abi3.so,sha256=v5OU81_nECr9B5Ba0ED_xHCNMTsk5CSQjrmB5G0gZCE,1978304
|
|
5
|
+
headson-0.7.2.dist-info/RECORD,,
|
headson-0.7.0.dist-info/RECORD
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
headson-0.7.0.dist-info/METADATA,sha256=Idw8BPdsFOvjow9GaWLCX1UVeP1P-wrIVfc86c2sYdw,13132
|
|
2
|
-
headson-0.7.0.dist-info/WHEEL,sha256=-lwEpi49KOTCcgx48T3fLSP8Dxynwa-iRMZNo-JZaqc,103
|
|
3
|
-
headson/__init__.py,sha256=Z-vwzLN9ptomZrtRqVUuUKSAaidOSVcjFI6Ojbuj-dU,219
|
|
4
|
-
headson/headson.abi3.so,sha256=KjWvkiThntq86sWOB7VvW9qK14M0oGjLr3dH1HxQUJc,1978352
|
|
5
|
-
headson-0.7.0.dist-info/RECORD,,
|