thombashi / pytablewriter

pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
https://pytablewriter.rtfd.io/
MIT License
610 stars 43 forks source link

Add 'html' option #10

Closed hugovk closed 5 years ago

hugovk commented 5 years ago

Fixes #9.

The html option was missed from extras_require in https://github.com/thombashi/pytablewriter/commit/0f47cca7f609da4d38ee14dc9c3b70c68eee2964.

thombashi commented 5 years ago

Thank you for your pull request!