Extracts specified elements from luxem documents
Project description
usage: luxemx.py [-h] [-i INFILE] [-o OUTFILE] [-l] [-p [PRETTY]]
[-s [PRETTY_SPACED]]
[path [path ...]]
Extracts specified elements from luxem documents.
positional arguments:
path A luxem array containing the path to the nodes to
output.
optional arguments:
-h, --help show this help message and exit
-i INFILE, --infile INFILE
File to parse; defaults to stdin.
-o OUTFILE, --outfile OUTFILE
File to write to; defaults to stdout.
-l, --lines Output only primitives, one per line.
-p [PRETTY], --pretty [PRETTY]
Prettify output with PRETTY tab indentation. Defaults
to 1 tab indent.
-s [PRETTY_SPACED], --pretty-spaced [PRETTY_SPACED]
Prettify output with PRETTY_SPACED space indentation.
Defaults to 4 space indent.
PATH FORMATTING: The path is a list of child selections, starting from the
array at the root of the document. Array selectors can be numbers, (*) (a
wildcard, which follows all array children), (range) [X,Y] (a range selection,
which follows all children at indexes [X,Y)), or an array of selectors. Object
selectors can be strings, (*) (a wildcard, which follows all object children),
or an array of selectors. Example (you may have to provide shell escapes):
luxemx '(*),file_info,[path,altpath]'
[-s [PRETTY_SPACED]]
[path [path ...]]
Extracts specified elements from luxem documents.
positional arguments:
path A luxem array containing the path to the nodes to
output.
optional arguments:
-h, --help show this help message and exit
-i INFILE, --infile INFILE
File to parse; defaults to stdin.
-o OUTFILE, --outfile OUTFILE
File to write to; defaults to stdout.
-l, --lines Output only primitives, one per line.
-p [PRETTY], --pretty [PRETTY]
Prettify output with PRETTY tab indentation. Defaults
to 1 tab indent.
-s [PRETTY_SPACED], --pretty-spaced [PRETTY_SPACED]
Prettify output with PRETTY_SPACED space indentation.
Defaults to 4 space indent.
PATH FORMATTING: The path is a list of child selections, starting from the
array at the root of the document. Array selectors can be numbers, (*) (a
wildcard, which follows all array children), (range) [X,Y] (a range selection,
which follows all children at indexes [X,Y)), or an array of selectors. Object
selectors can be strings, (*) (a wildcard, which follows all object children),
or an array of selectors. Example (you may have to provide shell escapes):
luxemx '(*),file_info,[path,altpath]'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
luxemx-0.0.1.tar.gz
(3.7 kB
view details)
File details
Details for the file luxemx-0.0.1.tar.gz.
File metadata
- Download URL: luxemx-0.0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
155d37cda69804281d5ac249ac728da5cda5e3c444a1ee59b0779b6accee6413
|
|
| MD5 |
34b27b15d2a56556b3b57c206699cc85
|
|
| BLAKE2b-256 |
32c8c9cea63915f32fe3165da35aab8b765e604f812299e9e099d14850499241
|