buildroot/package/python-pytablewriter/Config.in
Yegor Yefremov ff596afccf python-pytablewriter: bump to version 0.17.1
Add new dependencies: python-toml and python-pytablereader.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-01-24 22:57:16 +13:00

17 lines
652 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
select BR2_PACKAGE_PYTHON_XLWT # runtime
select BR2_PACKAGE_PYTHON_TOML # runtime
select BR2_PACKAGE_PYTHON_PYTABLEREADER # 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