Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@teocci teocci released this 17 Aug 01:12
· 2 commits to main since this release
02c2e99

This package supports reading/writing the .ini files as well as:

  • Reading/writing duplicate section names (ex: MySQL NDB engine's config.ini)
  • Options without values (ex: can be used to group a set of hostnames)
  • Options without a named section (ex: a simple option=value file)
  • Find sections with regexp pattern matching on section names, i.e.: dc1.east.webservers where regexp is .webservers
  • # or ; as comment delimiter
  • = or : as value delimiter