Python configuration-file

Open-source Python projects categorized as configuration-file

Top 4 Python configuration-file Projects

configuration-file
  1. strictyaml

    Type-safe YAML parser and validator.

    Project mention: Dear GitHub: no YAML anchors, please | news.ycombinator.com | 2025-09-22

    This is why I've become a fan of StrictYAML [0]. Of course it is not supported by many projects, but at least you are given the option to dispense with all the unnecessary features and their associated pitfalls in the context of your own projects.

    Most notably it only offers three base types (scalar string, array, object) and moves the work of parsing values to stronger types (such as int8 or boolean) to your codebase where you tend to wrap values parsed from YAML into other types anyway.

    Less surprises and headaches, but very niche, unfortunately.

    [0] https://hitchdev.com/strictyaml/

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. crudini

    A utility for manipulating ini files

    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

  4. 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.

  5. 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.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python configuration-file discussion

Python configuration-file related posts

  • Bash-ini-parser: Advanced bash INI parser library

    2 projects | news.ycombinator.com | 31 Mar 2025
  • Challenge: .ini section selector

    1 project | /r/commandline | 29 Oct 2022

Index

What are some of the best open-source configuration-file projects in Python? This list will help you:

# Project Stars
1 strictyaml 1,589
2 crudini 474
3 parse_it 114
4 wireguard-config-benchmark 14

Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

Did you know that Python is
the 2nd most popular programming language
based on number of references?