configparser_ex
Config parser
A parser for config files in the style of Windows INI
A simple Elixir parser for the same kind of files that Python's configparser library handles
19 stars
1 watching
6 forks
Language: Elixir
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
lytics/confl | A config parser with lenient syntax and comments similar to Nginx format. | 138 |
go-gcfg/gcfg | A Go library that reads INI-style configuration files into data structures | 168 |
sasbury/mini | A package that parses and interprets configuration files in the ini style. | 35 |
vrischmann/envconfig | A library to parse configuration from environment variables and fill structs. | 241 |
mpenning/ciscoconfparse | A Python library to parse, audit, query and modify network device configurations | 798 |
madmurphy/libconfini | A C-based library for parsing configuration files in a human-readable format. | 164 |
diffsk/configobj | A Python library for parsing and generating configuration files in various formats | 321 |
tree-sitter-grammars/tree-sitter-ssh-config | A parser for OpenSSH client configuration files using the Tree Sitter framework | 9 |
cirru/parser.ex | A parser for the Cirru programming language | 0 |
marcelog/ex_rfc3986 | An Elixir implementation of the URI parsing rules defined in RFC3986 | 10 |
rhaist/surevego | A Go library to parse the configuration of a network intrusion detection system from a specific file format. | 14 |
guedes/exjson | An Elixir implementation of the JSON specification for parsing and generating structured data in Erlang. | 71 |
rxi/ini | A tiny ANSI C library for loading and parsing .ini config files with support for sections, comments, quoted strings, and trimming whitespace. | 337 |
ocptech/parse_nxos_config | Generates tables from Cisco NXOS config file | 1 |
cidrblock/netcopa | An engine for parsing network device configurations and converting them to structured data in YAML | 135 |