| config BR2_PACKAGE_PYTHON_DATAPROPERTY | |
| bool "python-dataproperty" | |
| select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime | |
| select BR2_PACKAGE_PYTHON_FUTURES if BR2_PACKAGE_PYTHON # runtime | |
| select BR2_PACKAGE_PYTHON_IPADDRESS if BR2_PACKAGE_PYTHON # runtime | |
| select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime | |
| select BR2_PACKAGE_PYTHON_SIX # runtime | |
| select BR2_PACKAGE_PYTHON_TYPEPY # runtime | |
| help | |
| Python library for extract property from data. | |
| https://github.com/thombashi/DataProperty |