Simple .INI file parser in C, good for embedded systems
-
Updated
Jan 20, 2022 - C
{{ message }}
Simple .INI file parser in C, good for embedded systems
Simple C++ ini parser.
Library for managing environment variables in Clojure using EDN configuration files
Implements the JSON, INI, YAML and TOML parser, for R setting and writing of configuration file.
Marshmallow Objects and Models
Fortran INI ParseR and generator
Portable Local Settings Storage for Python
Forget about configparser, YAML, or JSON parsers. Focus on configuration. NOT RECOMMENDED FOR USE (2019-01-26)
parses configuration files compatible with Python's ConfigParser
A command line and config file parser for DLang
A pure-Swift INI Config parser
Python script That can Automate process of Gmail login , mail forwarding and logout!
All source code made for Google Summer of Code 2018 under Sugar Labs
Can read simple config files like SA-MP's server.cfg
ConfigParser meets marshmallow for fun and profit...
The collection of ideas & the personal experiments (short examples) on automation tools.
.NET key value configuration parser
Program for practice new words spanish/english, Python-Tkinter
Python class for handling encrypted elements in a config file. Extension of ConfigParser.
Два скрипта для создания скриншотов.
Validates a ConfigParser based on a template config
A python module for handling configuration files
Add a description, image, and links to the configparser topic page so that developers can more easily learn about it.
To associate your repository with the configparser topic, visit your repo's landing page and select "manage topics."
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).