Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: configparser/ini loader #196

Open
novas0x2a opened this issue Oct 31, 2024 · 0 comments
Open

Feature Request: configparser/ini loader #196

novas0x2a opened this issue Oct 31, 2024 · 0 comments

Comments

@novas0x2a
Copy link

This is pretty similar to tomlq, except iniq :) Although toml is very similar to ini files, unfortunately, an ini file can't be reliably parsed by a toml parser due to toml being stricter, for example:

  • toml keys can't have colons, but ini sections can
  • ini string values can be bare, but toml values requires strings to be quoted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant