ConfigParser potential inconsistencies

This page summarizes the projects mentioned and recommended in the original post on /r/Python

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • tomli

    A lil' TOML parser

  • ini files aren't standardized, the syntax is really "whatever the parser implements". For new projects I recommend using toml instead. It's ini-like, but standardized. Python 3.11 even comes with a builtin parser tomllib (earlier python versions can use tomli, which is what tomllib is based on).

  • snekcfg

  • I'll seize this opportunity to plug snekcfg, a lightweight wrapper over configparser. As others have said, they are config alternatives that will be better suited for many situations, but if you just need simple, sectioned, key-value configuration, INI does the job. snekcfg just tries to make it a bit more straightforward to use.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Upcoming Python Features Brought to You by Python Enhancement Proposals

    1 project | dev.to | 14 Feb 2022
  • Language Server for pest.rs grammar.

    4 projects | /r/rust | 24 May 2021
  • The Future of MySQL is PostgreSQL: an extension for the MySQL wire protocol

    1 project | news.ycombinator.com | 26 Apr 2024
  • SQLGlot: No-dependency SQL parser, transpiler, optimizer for 21 SQL dialects

    1 project | news.ycombinator.com | 18 Mar 2024
  • Ship Faster by Organising Less

    1 project | news.ycombinator.com | 13 Mar 2024