Here are
68 public repositories
matching this topic...
Simple .INI file parser in C, good for embedded systems
Library for managing environment variables in Clojure using EDN configuration files
Updated
Dec 13, 2021
Clojure
Config ini file parser in Go
Implements the JSON, INI, YAML and TOML parser, for R setting and writing of configuration file.
Marshmallow Objects and Models
Updated
Jan 27, 2022
Python
Fortran INI ParseR and generator
Updated
Feb 7, 2021
Fortran
Portable Local Settings Storage for Python
Updated
Dec 10, 2020
Python
Forget about configparser, YAML, or JSON parsers. Focus on configuration. NOT RECOMMENDED FOR USE (2019-01-26)
Updated
May 13, 2019
Python
parses configuration files compatible with Python's ConfigParser
Updated
Aug 26, 2017
Ruby
A command line and config file parser for DLang
configparser for ini files written in Nim
Updated
Feb 28, 2021
Python
📑 Yet another ini config parser for modern C++
A pure-Swift INI Config parser
Updated
Dec 12, 2019
Swift
Python script That can Automate process of Gmail login , mail forwarding and logout!
Updated
Jun 4, 2018
Python
Updated
Sep 1, 2019
Python
All source code made for Google Summer of Code 2018 under Sugar Labs
Updated
Jun 1, 2021
Python
Updated
Jul 22, 2019
Erlang
Can read simple config files like SA-MP's server.cfg
ConfigParser meets marshmallow for fun and profit...
Updated
Sep 26, 2018
Python
The collection of ideas & the personal experiments (short examples) on automation tools.
Updated
Mar 21, 2019
Python
.NET key value configuration parser
Program for practice new words spanish/english, Python-Tkinter
Updated
Feb 22, 2021
Python
Python class for handling encrypted elements in a config file. Extension of ConfigParser.
Updated
Aug 13, 2021
Python
Два скрипта для создания скриншотов.
Updated
Aug 13, 2021
Python
Validates a ConfigParser based on a template config
Updated
Aug 25, 2016
Python
A python module for handling configuration files
Updated
Jun 1, 2021
Python
Improve this page
Add a description, image, and links to the
configparser
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
configparser
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Similar to configparser in Python, we should have an option to append sections using a direct hashmap and string.
append(Some(sectionname), HashMap to append)- IfNone, we append the section as-is (validate that it's a two-level hashmap), ifSome(...), we create a hashmap with that section and add the entire section (need an error-check to ensure it's a flat hashmap).