libknot 3.3.11.dev0__tar.gz → 3.3.13.dev0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libknot
3
- Version: 3.3.11.dev0
3
+ Version: 3.3.13.dev0
4
4
  Summary: Python bindings for libknot
5
5
  Home-page: https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot
6
6
  Author: CZ.NIC, z.s.p.o.
@@ -116,13 +116,13 @@ of the commands' semantics, please consult the
116
116
  A concise notation is used for command synopsis:
117
117
 
118
118
  <pre>
119
- cmd-name(SECTION_NAME:<i>section's purpouse</i>,
120
- [OPTIONAL_SECTION=<b>"literal value"</b><i>:literal's purpouse</i>],
121
- [OPT_SECTION1, OPT_SECTION2], <i># Sections must be present together or not at all</i>
122
- [OPT_MASTER, [OPT_SLAVE]], <i># OPT_SLAVE may only appear if OPT_MASTER is present</i>
123
- SECTION_NAME2=<b>"option1"</b>|<b>"option2"</b>, <i># Either one or the other literal may be used</i>
124
- SECTION_NAME3={<b>"asdf"</b>}, <i># any subset of characters</i>
125
- SECTION_NAME4={<b>"a"</b><i>:flag's purpouse</i>,<b>"s"</b>,<b>"d"</b>,<b>"f"</b>} <i># any subset of characters</i>
119
+ cmd-name(SECTION_NAME:section's purpouse,
120
+ [OPTIONAL_SECTION="literal value":literal's purpouse],
121
+ [OPT_SECTION1, OPT_SECTION2], # Sections must be present together or not at all
122
+ [OPT_MASTER, [OPT_SLAVE]], # OPT_SLAVE may only appear if OPT_MASTER is present
123
+ SECTION_NAME2="option1"|"option2", # Either one or the other literal may be used
124
+ SECTION_NAME3={"asdf"}, # any subset of characters
125
+ SECTION_NAME4="a":flag's purpouse,"s","d","f" # any subset of characters
126
126
  )
127
127
  </pre>
128
128
 
@@ -130,42 +130,42 @@ The **`"B"`** flag always represents an option to execute in blocking mode.
130
130
 
131
131
  #### Server
132
132
 
133
- * `status([TYPE=`<b>`"cert-key"`</b>`|`<b>`"configure"`</b>`|`<b>`"version"`</b>`|`<b>`"workers"`</b>`])`
133
+ * `status([TYPE="cert-key"|"configure"|"version"|"workers"])`
134
134
  * `stop()`
135
135
  * `reload()`
136
- * `stats([SECTION:`<i>`module`</i>`], [ITEM:`<i>`counter`</i>`], [FLAGS=`<b>`"F"`</b>`:`<i>`include 0 counters`</i>`])`
136
+ * `stats([SECTION:module], [ITEM:counter], [FLAGS="F":include 0 counters])`
137
137
 
138
138
  #### Zone events
139
139
 
140
140
  `ZONE`: if none applies to all zones
141
141
 
142
- * `zone-status([ZONE], [FILTERS={`<b>`"rstefc"`</b>`}])`
142
+ * `zone-status([ZONE], [FILTERS={"rstefc"}])`
143
143
  + `FILTERS`: role `(r)`, serial `(s)`, transaction `(t)`, events `(e)`, freeze `(f)`, catalog `(c)`
144
- * `zone-reload([ZONE], [FLAGS=`<b>`"B"`</b>`,`<b>`"F"`</b><i>`:reload modules`</i>`])`
145
- * `zone-refresh([ZONE], [FLAGS=`<b>`"B"`</b>`])`
146
- * `zone-retransfer([ZONE], [FLAGS=`<b>`"B"`</b>`])`
147
- * `zone-notify([ZONE], [FLAGS=`<b>`"B"`</b>`])`
148
- * `zone-flush([ZONE], [FILTERS=`<b>`"d"`</b><i>`:specify output directory`</i>`, DATA:`<i>`output directory`</i>`], [FLAGS=`<b>`"B"`</b>`])`
149
- * `zone-backup([ZONE], [FILTERS={`<b>`"dzjtkocq"`</b>`}, [DATA:`<i>`if "d" filter present; output directory`</i>`]], [FLAGS=`<b>`"B"`</b>`])`
144
+ * `zone-reload([ZONE], [FLAGS={"B","F":reload modules}])`
145
+ * `zone-refresh([ZONE], [FLAGS="B"])`
146
+ * `zone-retransfer([ZONE], [FLAGS="B"])`
147
+ * `zone-notify([ZONE], [FLAGS="B"])`
148
+ * `zone-flush([ZONE], [FILTERS="d", DATA:output directory], [FLAGS="B"])`
149
+ * `zone-backup([ZONE], [FILTERS={"dzjtkocq"}, [DATA:output dir for "d" filter]], [FLAGS="B"])`
150
150
  + `FILTERS`
151
- - zonefile `(z)`, journal `(j)`, timers `(t)`, kaspdb `(k)`, keysonly `(o)`, catalog `(c)`, quic `(q)`
152
- - negative counterparts (eg. `nozonefile`) are symmetrical and capitalized
151
+ - zonefile `(z)`, journal `(j)`, timers `(t)`, kaspdb `(k)`, keysonly `(o)`, catalog `(c)`, quic `(q)`
152
+ - negative counterparts (eg. `nozonefile`) are symmetrical and capitalized
153
153
  * `zone-restore` <i>analogous to `zone-backup`</i>
154
- * `zone-sign([ZONE], [FLAGS=`<b>`"B"`</b>`])`
155
- * `zone-validate([ZONE], [FLAGS=`<b>`"B"`</b>`])`
156
- * `zone-keys-load([ZONE], [FLAGS=`<b>`"B"`</b>`])`
157
- * `zone-key-rollover([ZONE], TYPE=`<b>`"ksk"`</b>`|`<b>`"zsk"`</b>`, [FLAGS=`<b>`"B"`</b>`])`
158
- * `zone-ksk-submitted([ZONE], [FLAGS=`<b>`"B"`</b>`])`
159
- * `zone-freeze([ZONE], [FLAGS=`<b>`"B"`</b>`])`
160
- * `zone-thaw([ZONE], [FLAGS=`<b>`"B"`</b>`])`
161
- * `zone-xfr-freeze([ZONE], [FLAGS=`<b>`"B"`</b>`])`
162
- * `zone-xfr-thaw([ZONE], [FLAGS=`<b>`"B"`</b>`])`
154
+ * `zone-sign([ZONE], [FLAGS="B"])`
155
+ * `zone-validate([ZONE], [FLAGS="B"])`
156
+ * `zone-keys-load([ZONE], [FLAGS="B"])`
157
+ * `zone-key-rollover([ZONE], TYPE="ksk"|"zsk", [FLAGS="B"])`
158
+ * `zone-ksk-submitted([ZONE], [FLAGS="B"])`
159
+ * `zone-freeze([ZONE], [FLAGS="B"])`
160
+ * `zone-thaw([ZONE], [FLAGS="B"])`
161
+ * `zone-xfr-freeze([ZONE], [FLAGS="B"])`
162
+ * `zone-xfr-thaw([ZONE], [FLAGS="B"])`
163
163
 
164
164
  #### Zone editing
165
165
 
166
166
  Use `"@"` as `OWNER` if you want to denote `ZONE` itself as the owner.
167
167
 
168
- * `zone-read([ZONE`<i>`:if none read all`</i>`], [OWNER], [TYPE])`
168
+ * `zone-read([ZONE:if none read all], [OWNER], [TYPE])`
169
169
  * `zone-begin(ZONE)`
170
170
  * `zone-commit(ZONE)`
171
171
  * `zone-abort(ZONE)`
@@ -173,22 +173,28 @@ Use `"@"` as `OWNER` if you want to denote `ZONE` itself as the owner.
173
173
  * `zone-get(ZONE, [OWNER], [TYPE])` <!-- TODO: test if OWNER and TYPE may be specified independently -->
174
174
  * `zone-set(ZONE, OWNER, [TTL], TYPE, DATA)`
175
175
  * `zone-unset(ZONE, OWNER, [TYPE, [DATA]])`
176
- * `zone-purge(ZONE, [FILTERS={`<b>`"o"`</b>`:orphan,`<b>`"c"`</b>`:catalog,`<b>`"e"`</b>`:expire,`<b>`"j"`</b>`:journal,`<b>`"k"`</b>`:kaspdb,`<b>`"t"`</b>`:timers,`<b>`"f"`</b>`:zonefile}], [FLAGS=`<b>`"B"`</b>`])`
177
- * `zone-stats(ZONE, [SECTION`<i>`:module`</i>`], [ITEM`<i>`:counter`</i>`], [FLAGS=`<b>`"F"`</b>`:`<i>`include 0 counters`</i>`])`
176
+ * `zone-purge(ZONE, [FILTERS={ocejktf}], [FLAGS="B"])`
177
+ + `FILTERS`: orphan `(o)`, catalog `(c)`, expire `(e)`, journal `(j)`, kaspdb `(k)`, timers `(t)`, zonefile `(f)`
178
+ * `zone-stats(ZONE, [SECTION:module], [ITEM:counter], [FLAGS="F":include 0 counters])`
178
179
 
179
180
  #### Configuration
180
181
 
181
182
  optional list schema option ('s') in FILTERS <!-- TODO: k cemu to je? -->
182
183
 
183
- * `conf-list([SECTION, [ITEM], [ID]], [FILTERS=`<b>`"s"`</b>`])`
184
- * `conf-read([SECTION, [ITEM], [ID]])`
184
+ For the following commands:<br/>
185
+ &middot; `SECTION` holds the configuration section name (eg. `template`)<br/>
186
+ &middot; `ID` holds the configuration id (eg. `default`)<br/>
187
+ &middot; `ITEM` holds the configuration item name (eg. `storage`)<br/>
188
+
189
+ * `conf-list([SECTION, [ID], [ITEM]], [FILTERS="s"])`
190
+ * `conf-read([SECTION, [ID], [ITEM]])`
185
191
  * `conf-begin()`
186
192
  * `conf-commit()`
187
193
  * `conf-abort()`
188
- * `conf-diff([SECTION, [ITEM], [ID]])`
189
- * `conf-get([SECTION, [ITEM], [ID]])`
190
- * `conf-set(SECTION, ITEM, ID, [DATA], [FILTERS=`<b>`"s"`</b>`])`
191
- * `conf-unset([SECTION, [ITEM], [ID]], [DATA])`
194
+ * `conf-diff([SECTION, [ID], [ITEM]])`
195
+ * `conf-get([SECTION, [ID], [ITEM]])`
196
+ * `conf-set(SECTION, ID, ITEM, [DATA], [FILTERS="s"])`
197
+ * `conf-unset([SECTION, [ID], [ITEM]], [DATA])`
192
198
 
193
199
  ### Control examples<a id="control-examples"></a>
194
200
 
@@ -94,13 +94,13 @@ of the commands' semantics, please consult the
94
94
  A concise notation is used for command synopsis:
95
95
 
96
96
  <pre>
97
- cmd-name(SECTION_NAME:<i>section's purpouse</i>,
98
- [OPTIONAL_SECTION=<b>"literal value"</b><i>:literal's purpouse</i>],
99
- [OPT_SECTION1, OPT_SECTION2], <i># Sections must be present together or not at all</i>
100
- [OPT_MASTER, [OPT_SLAVE]], <i># OPT_SLAVE may only appear if OPT_MASTER is present</i>
101
- SECTION_NAME2=<b>"option1"</b>|<b>"option2"</b>, <i># Either one or the other literal may be used</i>
102
- SECTION_NAME3={<b>"asdf"</b>}, <i># any subset of characters</i>
103
- SECTION_NAME4={<b>"a"</b><i>:flag's purpouse</i>,<b>"s"</b>,<b>"d"</b>,<b>"f"</b>} <i># any subset of characters</i>
97
+ cmd-name(SECTION_NAME:section's purpouse,
98
+ [OPTIONAL_SECTION="literal value":literal's purpouse],
99
+ [OPT_SECTION1, OPT_SECTION2], # Sections must be present together or not at all
100
+ [OPT_MASTER, [OPT_SLAVE]], # OPT_SLAVE may only appear if OPT_MASTER is present
101
+ SECTION_NAME2="option1"|"option2", # Either one or the other literal may be used
102
+ SECTION_NAME3={"asdf"}, # any subset of characters
103
+ SECTION_NAME4="a":flag's purpouse,"s","d","f" # any subset of characters
104
104
  )
105
105
  </pre>
106
106
 
@@ -108,42 +108,42 @@ The **`"B"`** flag always represents an option to execute in blocking mode.
108
108
 
109
109
  #### Server
110
110
 
111
- * `status([TYPE=`<b>`"cert-key"`</b>`|`<b>`"configure"`</b>`|`<b>`"version"`</b>`|`<b>`"workers"`</b>`])`
111
+ * `status([TYPE="cert-key"|"configure"|"version"|"workers"])`
112
112
  * `stop()`
113
113
  * `reload()`
114
- * `stats([SECTION:`<i>`module`</i>`], [ITEM:`<i>`counter`</i>`], [FLAGS=`<b>`"F"`</b>`:`<i>`include 0 counters`</i>`])`
114
+ * `stats([SECTION:module], [ITEM:counter], [FLAGS="F":include 0 counters])`
115
115
 
116
116
  #### Zone events
117
117
 
118
118
  `ZONE`: if none applies to all zones
119
119
 
120
- * `zone-status([ZONE], [FILTERS={`<b>`"rstefc"`</b>`}])`
120
+ * `zone-status([ZONE], [FILTERS={"rstefc"}])`
121
121
  + `FILTERS`: role `(r)`, serial `(s)`, transaction `(t)`, events `(e)`, freeze `(f)`, catalog `(c)`
122
- * `zone-reload([ZONE], [FLAGS=`<b>`"B"`</b>`,`<b>`"F"`</b><i>`:reload modules`</i>`])`
123
- * `zone-refresh([ZONE], [FLAGS=`<b>`"B"`</b>`])`
124
- * `zone-retransfer([ZONE], [FLAGS=`<b>`"B"`</b>`])`
125
- * `zone-notify([ZONE], [FLAGS=`<b>`"B"`</b>`])`
126
- * `zone-flush([ZONE], [FILTERS=`<b>`"d"`</b><i>`:specify output directory`</i>`, DATA:`<i>`output directory`</i>`], [FLAGS=`<b>`"B"`</b>`])`
127
- * `zone-backup([ZONE], [FILTERS={`<b>`"dzjtkocq"`</b>`}, [DATA:`<i>`if "d" filter present; output directory`</i>`]], [FLAGS=`<b>`"B"`</b>`])`
122
+ * `zone-reload([ZONE], [FLAGS={"B","F":reload modules}])`
123
+ * `zone-refresh([ZONE], [FLAGS="B"])`
124
+ * `zone-retransfer([ZONE], [FLAGS="B"])`
125
+ * `zone-notify([ZONE], [FLAGS="B"])`
126
+ * `zone-flush([ZONE], [FILTERS="d", DATA:output directory], [FLAGS="B"])`
127
+ * `zone-backup([ZONE], [FILTERS={"dzjtkocq"}, [DATA:output dir for "d" filter]], [FLAGS="B"])`
128
128
  + `FILTERS`
129
- - zonefile `(z)`, journal `(j)`, timers `(t)`, kaspdb `(k)`, keysonly `(o)`, catalog `(c)`, quic `(q)`
130
- - negative counterparts (eg. `nozonefile`) are symmetrical and capitalized
129
+ - zonefile `(z)`, journal `(j)`, timers `(t)`, kaspdb `(k)`, keysonly `(o)`, catalog `(c)`, quic `(q)`
130
+ - negative counterparts (eg. `nozonefile`) are symmetrical and capitalized
131
131
  * `zone-restore` <i>analogous to `zone-backup`</i>
132
- * `zone-sign([ZONE], [FLAGS=`<b>`"B"`</b>`])`
133
- * `zone-validate([ZONE], [FLAGS=`<b>`"B"`</b>`])`
134
- * `zone-keys-load([ZONE], [FLAGS=`<b>`"B"`</b>`])`
135
- * `zone-key-rollover([ZONE], TYPE=`<b>`"ksk"`</b>`|`<b>`"zsk"`</b>`, [FLAGS=`<b>`"B"`</b>`])`
136
- * `zone-ksk-submitted([ZONE], [FLAGS=`<b>`"B"`</b>`])`
137
- * `zone-freeze([ZONE], [FLAGS=`<b>`"B"`</b>`])`
138
- * `zone-thaw([ZONE], [FLAGS=`<b>`"B"`</b>`])`
139
- * `zone-xfr-freeze([ZONE], [FLAGS=`<b>`"B"`</b>`])`
140
- * `zone-xfr-thaw([ZONE], [FLAGS=`<b>`"B"`</b>`])`
132
+ * `zone-sign([ZONE], [FLAGS="B"])`
133
+ * `zone-validate([ZONE], [FLAGS="B"])`
134
+ * `zone-keys-load([ZONE], [FLAGS="B"])`
135
+ * `zone-key-rollover([ZONE], TYPE="ksk"|"zsk", [FLAGS="B"])`
136
+ * `zone-ksk-submitted([ZONE], [FLAGS="B"])`
137
+ * `zone-freeze([ZONE], [FLAGS="B"])`
138
+ * `zone-thaw([ZONE], [FLAGS="B"])`
139
+ * `zone-xfr-freeze([ZONE], [FLAGS="B"])`
140
+ * `zone-xfr-thaw([ZONE], [FLAGS="B"])`
141
141
 
142
142
  #### Zone editing
143
143
 
144
144
  Use `"@"` as `OWNER` if you want to denote `ZONE` itself as the owner.
145
145
 
146
- * `zone-read([ZONE`<i>`:if none read all`</i>`], [OWNER], [TYPE])`
146
+ * `zone-read([ZONE:if none read all], [OWNER], [TYPE])`
147
147
  * `zone-begin(ZONE)`
148
148
  * `zone-commit(ZONE)`
149
149
  * `zone-abort(ZONE)`
@@ -151,22 +151,28 @@ Use `"@"` as `OWNER` if you want to denote `ZONE` itself as the owner.
151
151
  * `zone-get(ZONE, [OWNER], [TYPE])` <!-- TODO: test if OWNER and TYPE may be specified independently -->
152
152
  * `zone-set(ZONE, OWNER, [TTL], TYPE, DATA)`
153
153
  * `zone-unset(ZONE, OWNER, [TYPE, [DATA]])`
154
- * `zone-purge(ZONE, [FILTERS={`<b>`"o"`</b>`:orphan,`<b>`"c"`</b>`:catalog,`<b>`"e"`</b>`:expire,`<b>`"j"`</b>`:journal,`<b>`"k"`</b>`:kaspdb,`<b>`"t"`</b>`:timers,`<b>`"f"`</b>`:zonefile}], [FLAGS=`<b>`"B"`</b>`])`
155
- * `zone-stats(ZONE, [SECTION`<i>`:module`</i>`], [ITEM`<i>`:counter`</i>`], [FLAGS=`<b>`"F"`</b>`:`<i>`include 0 counters`</i>`])`
154
+ * `zone-purge(ZONE, [FILTERS={ocejktf}], [FLAGS="B"])`
155
+ + `FILTERS`: orphan `(o)`, catalog `(c)`, expire `(e)`, journal `(j)`, kaspdb `(k)`, timers `(t)`, zonefile `(f)`
156
+ * `zone-stats(ZONE, [SECTION:module], [ITEM:counter], [FLAGS="F":include 0 counters])`
156
157
 
157
158
  #### Configuration
158
159
 
159
160
  optional list schema option ('s') in FILTERS <!-- TODO: k cemu to je? -->
160
161
 
161
- * `conf-list([SECTION, [ITEM], [ID]], [FILTERS=`<b>`"s"`</b>`])`
162
- * `conf-read([SECTION, [ITEM], [ID]])`
162
+ For the following commands:<br/>
163
+ &middot; `SECTION` holds the configuration section name (eg. `template`)<br/>
164
+ &middot; `ID` holds the configuration id (eg. `default`)<br/>
165
+ &middot; `ITEM` holds the configuration item name (eg. `storage`)<br/>
166
+
167
+ * `conf-list([SECTION, [ID], [ITEM]], [FILTERS="s"])`
168
+ * `conf-read([SECTION, [ID], [ITEM]])`
163
169
  * `conf-begin()`
164
170
  * `conf-commit()`
165
171
  * `conf-abort()`
166
- * `conf-diff([SECTION, [ITEM], [ID]])`
167
- * `conf-get([SECTION, [ITEM], [ID]])`
168
- * `conf-set(SECTION, ITEM, ID, [DATA], [FILTERS=`<b>`"s"`</b>`])`
169
- * `conf-unset([SECTION, [ITEM], [ID]], [DATA])`
172
+ * `conf-diff([SECTION, [ID], [ITEM]])`
173
+ * `conf-get([SECTION, [ID], [ITEM]])`
174
+ * `conf-set(SECTION, ID, ITEM, [DATA], [FILTERS="s"])`
175
+ * `conf-unset([SECTION, [ID], [ITEM]], [DATA])`
170
176
 
171
177
  ### Control examples<a id="control-examples"></a>
172
178
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libknot
3
- Version: 3.3.11.dev0
3
+ Version: 3.3.13.dev0
4
4
  Summary: Python bindings for libknot
5
5
  Home-page: https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot
6
6
  Author: CZ.NIC, z.s.p.o.
@@ -116,13 +116,13 @@ of the commands' semantics, please consult the
116
116
  A concise notation is used for command synopsis:
117
117
 
118
118
  <pre>
119
- cmd-name(SECTION_NAME:<i>section's purpouse</i>,
120
- [OPTIONAL_SECTION=<b>"literal value"</b><i>:literal's purpouse</i>],
121
- [OPT_SECTION1, OPT_SECTION2], <i># Sections must be present together or not at all</i>
122
- [OPT_MASTER, [OPT_SLAVE]], <i># OPT_SLAVE may only appear if OPT_MASTER is present</i>
123
- SECTION_NAME2=<b>"option1"</b>|<b>"option2"</b>, <i># Either one or the other literal may be used</i>
124
- SECTION_NAME3={<b>"asdf"</b>}, <i># any subset of characters</i>
125
- SECTION_NAME4={<b>"a"</b><i>:flag's purpouse</i>,<b>"s"</b>,<b>"d"</b>,<b>"f"</b>} <i># any subset of characters</i>
119
+ cmd-name(SECTION_NAME:section's purpouse,
120
+ [OPTIONAL_SECTION="literal value":literal's purpouse],
121
+ [OPT_SECTION1, OPT_SECTION2], # Sections must be present together or not at all
122
+ [OPT_MASTER, [OPT_SLAVE]], # OPT_SLAVE may only appear if OPT_MASTER is present
123
+ SECTION_NAME2="option1"|"option2", # Either one or the other literal may be used
124
+ SECTION_NAME3={"asdf"}, # any subset of characters
125
+ SECTION_NAME4="a":flag's purpouse,"s","d","f" # any subset of characters
126
126
  )
127
127
  </pre>
128
128
 
@@ -130,42 +130,42 @@ The **`"B"`** flag always represents an option to execute in blocking mode.
130
130
 
131
131
  #### Server
132
132
 
133
- * `status([TYPE=`<b>`"cert-key"`</b>`|`<b>`"configure"`</b>`|`<b>`"version"`</b>`|`<b>`"workers"`</b>`])`
133
+ * `status([TYPE="cert-key"|"configure"|"version"|"workers"])`
134
134
  * `stop()`
135
135
  * `reload()`
136
- * `stats([SECTION:`<i>`module`</i>`], [ITEM:`<i>`counter`</i>`], [FLAGS=`<b>`"F"`</b>`:`<i>`include 0 counters`</i>`])`
136
+ * `stats([SECTION:module], [ITEM:counter], [FLAGS="F":include 0 counters])`
137
137
 
138
138
  #### Zone events
139
139
 
140
140
  `ZONE`: if none applies to all zones
141
141
 
142
- * `zone-status([ZONE], [FILTERS={`<b>`"rstefc"`</b>`}])`
142
+ * `zone-status([ZONE], [FILTERS={"rstefc"}])`
143
143
  + `FILTERS`: role `(r)`, serial `(s)`, transaction `(t)`, events `(e)`, freeze `(f)`, catalog `(c)`
144
- * `zone-reload([ZONE], [FLAGS=`<b>`"B"`</b>`,`<b>`"F"`</b><i>`:reload modules`</i>`])`
145
- * `zone-refresh([ZONE], [FLAGS=`<b>`"B"`</b>`])`
146
- * `zone-retransfer([ZONE], [FLAGS=`<b>`"B"`</b>`])`
147
- * `zone-notify([ZONE], [FLAGS=`<b>`"B"`</b>`])`
148
- * `zone-flush([ZONE], [FILTERS=`<b>`"d"`</b><i>`:specify output directory`</i>`, DATA:`<i>`output directory`</i>`], [FLAGS=`<b>`"B"`</b>`])`
149
- * `zone-backup([ZONE], [FILTERS={`<b>`"dzjtkocq"`</b>`}, [DATA:`<i>`if "d" filter present; output directory`</i>`]], [FLAGS=`<b>`"B"`</b>`])`
144
+ * `zone-reload([ZONE], [FLAGS={"B","F":reload modules}])`
145
+ * `zone-refresh([ZONE], [FLAGS="B"])`
146
+ * `zone-retransfer([ZONE], [FLAGS="B"])`
147
+ * `zone-notify([ZONE], [FLAGS="B"])`
148
+ * `zone-flush([ZONE], [FILTERS="d", DATA:output directory], [FLAGS="B"])`
149
+ * `zone-backup([ZONE], [FILTERS={"dzjtkocq"}, [DATA:output dir for "d" filter]], [FLAGS="B"])`
150
150
  + `FILTERS`
151
- - zonefile `(z)`, journal `(j)`, timers `(t)`, kaspdb `(k)`, keysonly `(o)`, catalog `(c)`, quic `(q)`
152
- - negative counterparts (eg. `nozonefile`) are symmetrical and capitalized
151
+ - zonefile `(z)`, journal `(j)`, timers `(t)`, kaspdb `(k)`, keysonly `(o)`, catalog `(c)`, quic `(q)`
152
+ - negative counterparts (eg. `nozonefile`) are symmetrical and capitalized
153
153
  * `zone-restore` <i>analogous to `zone-backup`</i>
154
- * `zone-sign([ZONE], [FLAGS=`<b>`"B"`</b>`])`
155
- * `zone-validate([ZONE], [FLAGS=`<b>`"B"`</b>`])`
156
- * `zone-keys-load([ZONE], [FLAGS=`<b>`"B"`</b>`])`
157
- * `zone-key-rollover([ZONE], TYPE=`<b>`"ksk"`</b>`|`<b>`"zsk"`</b>`, [FLAGS=`<b>`"B"`</b>`])`
158
- * `zone-ksk-submitted([ZONE], [FLAGS=`<b>`"B"`</b>`])`
159
- * `zone-freeze([ZONE], [FLAGS=`<b>`"B"`</b>`])`
160
- * `zone-thaw([ZONE], [FLAGS=`<b>`"B"`</b>`])`
161
- * `zone-xfr-freeze([ZONE], [FLAGS=`<b>`"B"`</b>`])`
162
- * `zone-xfr-thaw([ZONE], [FLAGS=`<b>`"B"`</b>`])`
154
+ * `zone-sign([ZONE], [FLAGS="B"])`
155
+ * `zone-validate([ZONE], [FLAGS="B"])`
156
+ * `zone-keys-load([ZONE], [FLAGS="B"])`
157
+ * `zone-key-rollover([ZONE], TYPE="ksk"|"zsk", [FLAGS="B"])`
158
+ * `zone-ksk-submitted([ZONE], [FLAGS="B"])`
159
+ * `zone-freeze([ZONE], [FLAGS="B"])`
160
+ * `zone-thaw([ZONE], [FLAGS="B"])`
161
+ * `zone-xfr-freeze([ZONE], [FLAGS="B"])`
162
+ * `zone-xfr-thaw([ZONE], [FLAGS="B"])`
163
163
 
164
164
  #### Zone editing
165
165
 
166
166
  Use `"@"` as `OWNER` if you want to denote `ZONE` itself as the owner.
167
167
 
168
- * `zone-read([ZONE`<i>`:if none read all`</i>`], [OWNER], [TYPE])`
168
+ * `zone-read([ZONE:if none read all], [OWNER], [TYPE])`
169
169
  * `zone-begin(ZONE)`
170
170
  * `zone-commit(ZONE)`
171
171
  * `zone-abort(ZONE)`
@@ -173,22 +173,28 @@ Use `"@"` as `OWNER` if you want to denote `ZONE` itself as the owner.
173
173
  * `zone-get(ZONE, [OWNER], [TYPE])` <!-- TODO: test if OWNER and TYPE may be specified independently -->
174
174
  * `zone-set(ZONE, OWNER, [TTL], TYPE, DATA)`
175
175
  * `zone-unset(ZONE, OWNER, [TYPE, [DATA]])`
176
- * `zone-purge(ZONE, [FILTERS={`<b>`"o"`</b>`:orphan,`<b>`"c"`</b>`:catalog,`<b>`"e"`</b>`:expire,`<b>`"j"`</b>`:journal,`<b>`"k"`</b>`:kaspdb,`<b>`"t"`</b>`:timers,`<b>`"f"`</b>`:zonefile}], [FLAGS=`<b>`"B"`</b>`])`
177
- * `zone-stats(ZONE, [SECTION`<i>`:module`</i>`], [ITEM`<i>`:counter`</i>`], [FLAGS=`<b>`"F"`</b>`:`<i>`include 0 counters`</i>`])`
176
+ * `zone-purge(ZONE, [FILTERS={ocejktf}], [FLAGS="B"])`
177
+ + `FILTERS`: orphan `(o)`, catalog `(c)`, expire `(e)`, journal `(j)`, kaspdb `(k)`, timers `(t)`, zonefile `(f)`
178
+ * `zone-stats(ZONE, [SECTION:module], [ITEM:counter], [FLAGS="F":include 0 counters])`
178
179
 
179
180
  #### Configuration
180
181
 
181
182
  optional list schema option ('s') in FILTERS <!-- TODO: k cemu to je? -->
182
183
 
183
- * `conf-list([SECTION, [ITEM], [ID]], [FILTERS=`<b>`"s"`</b>`])`
184
- * `conf-read([SECTION, [ITEM], [ID]])`
184
+ For the following commands:<br/>
185
+ &middot; `SECTION` holds the configuration section name (eg. `template`)<br/>
186
+ &middot; `ID` holds the configuration id (eg. `default`)<br/>
187
+ &middot; `ITEM` holds the configuration item name (eg. `storage`)<br/>
188
+
189
+ * `conf-list([SECTION, [ID], [ITEM]], [FILTERS="s"])`
190
+ * `conf-read([SECTION, [ID], [ITEM]])`
185
191
  * `conf-begin()`
186
192
  * `conf-commit()`
187
193
  * `conf-abort()`
188
- * `conf-diff([SECTION, [ITEM], [ID]])`
189
- * `conf-get([SECTION, [ITEM], [ID]])`
190
- * `conf-set(SECTION, ITEM, ID, [DATA], [FILTERS=`<b>`"s"`</b>`])`
191
- * `conf-unset([SECTION, [ITEM], [ID]], [DATA])`
194
+ * `conf-diff([SECTION, [ID], [ITEM]])`
195
+ * `conf-get([SECTION, [ID], [ITEM]])`
196
+ * `conf-set(SECTION, ID, ITEM, [DATA], [FILTERS="s"])`
197
+ * `conf-unset([SECTION, [ID], [ITEM]], [DATA])`
192
198
 
193
199
  ### Control examples<a id="control-examples"></a>
194
200
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "libknot"
7
- version = "3.3.11dev"
7
+ version = "3.3.13dev"
8
8
  description = "Python bindings for libknot"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.5"
@@ -7,7 +7,7 @@ if p.exists():
7
7
 
8
8
  setuptools.setup(
9
9
  name='libknot',
10
- version='3.3.11dev',
10
+ version='3.3.13dev',
11
11
  description='Python bindings for libknot',
12
12
  long_description=long_description,
13
13
  long_description_content_type="text/markdown",
File without changes