1config BR2_PACKAGE_PYTHON_PYTABLEREADER 2 bool "python-pytablereader" 3 depends on BR2_PACKAGE_PYTHON3 # python-mbstrdecoder, python-pathpy, python-beautifulsoup4, python-pathvalidate 4 select BR2_PACKAGE_PYTHON_BEAUTIFULSOUP4 # runtime 5 select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime 6 select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime 7 select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime 8 select BR2_PACKAGE_PYTHON_PATHPY # runtime 9 select BR2_PACKAGE_PYTHON_PATHVALIDATE # runtime 10 select BR2_PACKAGE_PYTHON_SIX # runtime 11 select BR2_PACKAGE_PYTHON_TABLEDATA # runtime 12 select BR2_PACKAGE_PYTHON_TYPEPY # runtime 13 help 14 A python library to load structured table data from 15 files/URL with various data formats: 16 CSV/Excel/HTML/JSON/LTSV/Markdown/TSV. 17 18 https://github.com/thombashi/pytablereader 19