Overview
| Comment: | doc updates, minor test changes (reset/tearDown) |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
d8c4b46a3625dba8817f8faa93c75f17 |
| User & Date: | mario on 2022-10-30 09:13:00 |
| Other Links: | manifest | tags |
Context
|
2022-10-30
| ||
| 15:03 | use table markup for api docs check-in: cd360e316f user: mario tags: trunk | |
| 09:13 | doc updates, minor test changes (reset/tearDown) check-in: d8c4b46a36 user: mario tags: trunk | |
| 09:11 | config samples in table check-in: 675e0155fd user: mario tags: trunk | |
Changes
Modified README.md from [4aec538275] to [22794d9a4b].
| ︙ | |||
45 46 47 48 49 50 51 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | - + |
# API
Lookup configuration is currently just done through injection:
plugin_base = [__package__, "myapp.plugins", "/usr/share/app/extensions"]
|
| ︙ | |||
83 84 85 86 87 88 89 | 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | - + |
#### add_plugin_defaults()
Populates your config_options{} and plugin_states{} list. Can be a classic dict,
or one of the hundreds of config parser/managers. You might want to combine
config options and plugin states in a single dict even:
import pluginconf
|
| ︙ | |||
183 184 185 186 187 188 189 | 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 | - + + | It can be invoked via `flit-pluginconf build` / `python -m pluginconf.flit build` or even `python -m build`. Field mapping isn't very robust yet, and mercilessly flaunts the `dynamic=` directive. |
| ︙ |
Added html/bind.html version [f4a4553477].