xref: /OK3568_Linux_fs/buildroot/package/python-iniparse/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_INIPARSE
2*4882a593Smuzhiyun	bool "python-iniparse"
3*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_SIX # runtime
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  iniparse is an INI parser for Python which is API compatible
6*4882a593Smuzhiyun	  with the standard library's ConfigParser, preserves
7*4882a593Smuzhiyun	  structure of INI files (order of sections & options,
8*4882a593Smuzhiyun	  indentation, comments, and blank lines are preserved when
9*4882a593Smuzhiyun	  data is updated), and is more convenient to use.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  https://pypi.python.org/pypi/iniparse
12