Top 4 Python configuration-file Projects
-
https://github.com/crdoconnor/strictyaml/blob/master/hitch/s...
I think you shouldn't use yaml or toml for this.
> TOML's hierarchies are difficult to infer from syntax alone
True! The point of TOML is to flatten the hierarchical structures.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Project mention: Bash-ini-parser: Advanced bash INI parser library | news.ycombinator.com | 2025-03-31
which is a utility designed for interacting with ini files from shell scripts:
https://github.com/pixelb/crudini
-
parse_it
A python library for parsing multiple types of config files, envvars & command line arguments that takes the headache out of setting app configurations.
-
wireguard-config-benchmark
wireguard-config-benchmark is a python script that benchmarks the download speeds for the connections defined in one or more wireguard config files. If multiple configs are benchmarked it will output a file ranking them from fastest to slowest.
Python configuration-file discussion
Python configuration-file related posts
Index
What are some of the best open-source configuration-file projects in Python? This list will help you:
# | Project | Stars |
---|---|---|
1 | strictyaml | 1,560 |
2 | crudini | 461 |
3 | parse_it | 113 |
4 | wireguard-config-benchmark | 14 |