mini
Config parser
A package that parses and interprets configuration files in the ini style.
A golang package for parsing ini-style configuration files
35 stars
2 watching
8 forks
Language: Go
last commit: almost 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
go-gcfg/gcfg | A Go library that reads INI-style configuration files into data structures | 168 |
lytics/confl | A config parser with lenient syntax and comments similar to Nginx format. | 138 |
madmurphy/libconfini | A C-based library for parsing configuration files in a human-readable format. | 164 |
vrischmann/envconfig | A library to parse configuration from environment variables and fill structs. | 241 |
easco/configparser_ex | A parser for config files in the style of Windows INI | 19 |
paked/configure | An API for easy configuration of project settings through multiple data sources | 56 |
editorconfig/editorconfig-core-go | A Go library that parses and manipulates .editorconfig files for configuration management in software development. | 141 |
kevinburke/ssh_config | A Go library for parsing and manipulating SSH configuration files | 429 |
borudar/configuration | A configuration library for Go programs that supports multiple data sources and types | 108 |
ddiidev/ini-v | A module for parsing and serializing configuration files in various formats | 5 |
cidrblock/netcopa | An engine for parsing network device configurations and converting them to structured data in YAML | 135 |
diffsk/configobj | A Python library for parsing and generating configuration files in various formats | 321 |
mpenning/ciscoconfparse | A Python library to parse, audit, query and modify network device configurations | 798 |
rhaist/surevego | A Go library to parse the configuration of a network intrusion detection system from a specific file format. | 14 |
dsbasko/go-cfg | A unified configuration library for reading data from various sources. | 42 |