ini-parser
There are 243 repositories under ini-parser topic.
rickyah/ini-parser
Read/Write an INI file the easy way!
happyfish100/libfastcommon
c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
saprykin/plibsys
Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
metayeti/mINI
INI file reader and writer
pixelb/crudini
A utility for manipulating ini files
compuphase/minIni
A small and portable INI file library with read/write support
Rookfighter/inifile-cpp
A header-only and easy to use Ini file parser for C++.
madmurphy/libconfini
Yet another INI parser
Qix-/tortellini
A really stupid INI file format for C++11
Lek-sys/LeksysINI
Crossplatform all-in-one INI-file parser, written on C++ with STL. Supports subsections, multiline values, arrays, maps and file inclusions.
gookit/ini
📝 Go INI config management. support multi file load, data override merge. parse ENV variable, parse variable reference. Dotenv file parse and loader. INI配置读取管理,支持多文件加载,数据覆盖合并, 解析ENV变量, 解析变量引用。DotEnv 解析加载
QEDK/configparser-rs
A simple configuration parsing utility with no dependencies built on Rust.
c-ridgway/cpp-feather-ini-parser
Header only, simple, fast, templated - portable INI parser for ANSI C++.
DevelopersToolbox/ini-file-parser
A bash implementation of an ini (config) file parser.
dujingning/inicpp
The INI header-only library for Modern C++ supports reading and writing, even writing comments. It is cross-platform and can be used on multiple operating systems.
SSARCandy/ini-cpp
📑 Yet another ini config parser for modern C++
szaghi/FiNeR
Fortran INI ParseR and generator
sv-tools/marshmallow-objects
Marshmallow Objects and Models
LloydLabs/librini
Rini is a tiny, non-libc dependant, .ini file parser programmed from scratch in C99.
wernsey/miscsrc
My collection of miscellaneous source code
ziglibs/ini
A teeny tiny ini parser
supurloop/ssf
Small System Framework - JSON parser/generator, Reed-Solomon, finite state machine framework, and other high quality interfaces for embedded systems.
JeevanJames/IniFile
.NET library to open, modify and save .INI files
solkin/minion-android
🔥 Minion is a handy group-key-value data storage library, powered by INI format
mooreniemi/figtree
:deciduous_tree: INI files into Ruby objects
hindol/commons
Ad-hoc collection of re-usable Java classes.
robik/dini
Customisable INI parser library :ok_hand:
nonzzz/ini
A standard golang ini parser
SoftCircuits/IniFileParser
Lightweight INI-file parser that can be used to easily read and write INI files. It includes direct support for string, int, double and bool setting types.
Bouke/INI
Swift INI parser based on (NS)Scanner
PerfectlySoft/Perfect-INIParser
A lightweight INI file parser in Server Side Swift
wlevene/ini
ini parser for golang
egberts/bash-ini-file
Get keyvalues by its section/keyword from an INI-format (v1.4) file in bash (also works with systemd, NetworkManager config files)
Ckath/ini_rw
minimal ini parser for reading and writing ini files
90th/iniParser
lightweight C++ library for parsing and manipulating INI (Initialization) files. INI files are simple text files that store configuration data in a key-value pair format, organized into sections.