2016-06-20 10:07:02 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_PYTABLEWRITER
|
|
|
|
bool "python-pytablewriter"
|
2020-04-22 18:24:18 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3 # python-dataproperty, python-mbstrdecoder
|
2016-06-20 10:07:02 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime
|
2017-09-04 08:21:26 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
|
2019-10-19 20:21:27 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_MSGFY # runtime
|
2016-06-20 10:07:02 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_PATHVALIDATE # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
2017-12-07 09:20:21 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_TABLEDATA # runtime
|
2017-09-04 08:21:26 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_TYPEPY # runtime
|
2016-06-20 10:07:02 +02:00
|
|
|
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
|