| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-09-24 | 643 Bytes | |
| v1.1.0 source code.tar.gz | 2023-09-24 | 592.9 kB | |
| v1.1.0 source code.zip | 2023-09-24 | 720.7 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
- Add color support for GFM to
MarkdownTableWriterclass - Add
FontStyle.TYPEWRITER - Add styles supported by Latex writers
Style.fg_colorStyle.decoration_line:DecorationLine.STRIKE,DecorationLine.LINE_THROUGHStyle.decoration_line:DecorationLine.UNDERLINE- Add warnings for when invalid style attributes are passed to the Style class
- Modify the output format of Latex table writers
- Improve type annotations
- Fix Excel worksheet name generation
- Bump minimum required version of
DataPropertyto 1.0.1
Full Changelog: https://github.com/thombashi/pytablewriter/compare/v1.0.0...v1.1.0