hc
2024-11-01 7e970c18f85f99acc678d90128b6e01dce1bf273
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_PYTHON_PYTABLEWRITER
   bool "python-pytablewriter"
   depends on BR2_PACKAGE_PYTHON3 # python-dataproperty, python-mbstrdecoder, python-pathvalidate
   select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime
   select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
   select BR2_PACKAGE_PYTHON_MSGFY # runtime
   select BR2_PACKAGE_PYTHON_PATHVALIDATE # runtime
   select BR2_PACKAGE_PYTHON_SIX # runtime
   select BR2_PACKAGE_PYTHON_TABLEDATA # runtime
   select BR2_PACKAGE_PYTHON_TYPEPY # runtime
   help
     pytablewriter is a python library to write a table in various
     formats: CSV, HTML, JavaScript, JSON, Markdown, Excel, Pandas,
     Python, reStructuredText.
 
     https://github.com/thombashi/pytablewriter