14 lines
517 B
Plaintext
14 lines
517 B
Plaintext
|
config BR2_PACKAGE_PYTHON_PYTABLEWRITER
|
||
|
bool "python-pytablewriter"
|
||
|
select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime
|
||
|
select BR2_PACKAGE_PYTHON_DOMINATE # runtime
|
||
|
select BR2_PACKAGE_PYTHON_PATHVALIDATE # runtime
|
||
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||
|
select BR2_PACKAGE_PYTHON_XLSXWRITER # 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
|