xref: /OK3568_Linux_fs/buildroot/package/python-configobj/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_CONFIGOBJ
2	bool "python-configobj"
3	depends on BR2_PACKAGE_PYTHON
4	help
5	  ConfigObj is a simple but powerful config file reader and
6	  writer: an ini file round tripper. Its main feature is that
7	  it is very easy to use, with a straightforward programmer's
8	  interface and a simple syntax for config files.
9
10	  http://www.voidspace.org.uk/python/configobj.html
11