1config BR2_PACKAGE_CRUDINI
2 bool "crudini"
3 depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
4 select BR2_PACKAGE_PYTHON_INIPARSE # runtime
5 help
6 A utility for handling ini files from the command line and
7 shell scripts
8
9 https://pypi.python.org/pypi/crudini
10