blob: 65c1064927ebd5451d27eeaa3d4ef5d3b9a1eeb8 [file] [log] [blame]
Zoltan Gyarmati699a9922016-01-30 23:46:09 +01001config BR2_PACKAGE_PYTHON_INIPARSE
2 bool "python-iniparse"
3 depends on BR2_PACKAGE_PYTHON
4 help
5 iniparse is an INI parser for Python which is API compatible
6 with the standard library's ConfigParser, preserves
7 structure of INI files (order of sections & options,
8 indentation, comments, and blank lines are preserved when
9 data is updated), and is more convenient to use.
10
11 https://pypi.python.org/pypi/iniparse