xref: /OK3568_Linux_fs/buildroot/package/python-iniparse/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_INIPARSE
2	bool "python-iniparse"
3	select BR2_PACKAGE_PYTHON_SIX # runtime
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
12