tabulate 0.9.0
0
Pretty-print tabular data
Contents
Pretty-print tabular data
Stars: 2137, Watchers: 2137, Forks: 164, Open Issues: 110The astanin/python-tabulate
repo was created 5 years ago and the last code push was 3 days ago.
The project is very popular with an impressive 2137 github stars!
How to Install tabulate
You can install tabulate using pip
pip install tabulate
or add it to a project with poetry
poetry add tabulate
Package Details
- Author
- License
- MIT
- Homepage
- PyPi:
- https://pypi.org/project/tabulate/
- GitHub Repo:
- https://github.com/astanin/python-tabulate
Classifiers
- Software Development/Libraries
Related Packages
Errors
A list of common tabulate errors.
Code Examples
Here are some tabulate
code examples and snippets.
GitHub Issues
The tabulate package has 110 open issues on GitHub
- ANSI escape detection doesn't work in byte strings
- New Feature Suggestion: Allow to add a separating line in the list of rows #160
- Add Markdown formatting for readability
- Drop support for EOL Python <= 3.6
- New Feature Suggestion: Allow to add a separating line in the list of rows
- html encoding
- Feature request: Highlight specific rows
- [html format] Convert newline characters in cells into line breaks