Size: 241
Comment: Initial page
|
Size: 1195
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== HOCON == * [[https://github.com/lightbend/config/blob/main/HOCON.md|Specification]] * Examples * [[https://docs.spongepowered.org/stable/en/server/getting-started/configuration/sponge-conf.html|sponge's global.conf]] == Others == * HConfig * Dhall |
|
Line 10: | Line 21: |
== Hjson == * [[https://lobste.rs/s/dn91bz/why_broot_is_switching_from_toml_hjson_for|Why broot is switching from TOML to Hjson for its configuration files]] == ucl (Universal Configuration Language) == * Used by FreeBSD, very similar to nginx * [[https://github.com/vstakhov/libucl|vstakhov/libucl]] * Seems best, similar to HOCON, but no modern Python package? * Install python bindings from libucl git repo: https://github.com/vstakhov/libucl/issues/202 == nginx conf == * [[https://pypi.org/project/crossplane-ng/|crossplane-ng]] / [[https://github.com/nginxinc/crossplane|crossplane] parses nginx conf in Python == KDL == * https://kdl.dev/ |
HOCON
- Examples
Others
- HConfig
- Dhall
HCL
TOML
YAML
crdoconnor/strictyaml: Type-safe parser and validator, subset of YAML 2.0
Hjson
ucl (Universal Configuration Language)
- Used by FreeBSD, very similar to nginx
- Seems best, similar to HOCON, but no modern Python package?
Install python bindings from libucl git repo: https://github.com/vstakhov/libucl/issues/202
nginx conf
crossplane-ng / [[https://github.com/nginxinc/crossplane|crossplane] parses nginx conf in Python