MVP creating summary tables
This commit is contained in:
parent
7078c8255b
commit
c64b2c2044
6 changed files with 82 additions and 37 deletions
10
README.md
10
README.md
|
@ -8,8 +8,8 @@ actual values are kept in YAML files in order to version them with git.
|
|||
## Usage
|
||||
|
||||
```sh
|
||||
usage: [-h] [-m META [META ...]] [-l LANG] [-f FIELDS [FIELDS ...]] [-s SCHEMA] [-q QUERY] [-p] [--title TITLE] [-b BOOK] [--level LEVEL] [--table-gen TABLE_GEN]
|
||||
[--template TEMPLATE] [-o OUT] [--legacy] [--leftcol LEFTCOL]
|
||||
usage: [-h] [-m META [META ...]] [-l LANG] [-f FIELDS [FIELDS ...]] [-s SCHEMA] [-q QUERY] [-qs QUERY_SORT] [-qc QUERY_COMPOUND] [-qf QUERY_FILTER [QUERY_FILTER ...]]
|
||||
[-p] [--title TITLE] [-b BOOK] [--level LEVEL] [--table-gen TABLE_GEN] [--template TEMPLATE] [-o OUT] [--legacy] [--leftcol LEFTCOL]
|
||||
|
||||
versatile curricula generator
|
||||
|
||||
|
@ -24,6 +24,12 @@ options:
|
|||
using provided schema
|
||||
-q QUERY, --query QUERY
|
||||
compound query to select items
|
||||
-qs QUERY_SORT, --query-sort QUERY_SORT
|
||||
sort query with a min/max over a column like min:credits
|
||||
-qc QUERY_COMPOUND, --query-compound QUERY_COMPOUND
|
||||
create a compound from a column with multiple values/dictionaries in cells
|
||||
-qf QUERY_FILTER [QUERY_FILTER ...], --query-filter QUERY_FILTER [QUERY_FILTER ...]
|
||||
filter final list of columns for output
|
||||
-p, --pagebreak add a pagebreak after each module
|
||||
--title TITLE template for title - use curly brackets (i.e. {}) to mark where the title string is inserted
|
||||
-b BOOK, --book BOOK process a whole curriculum book with sections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue