astanin / python-tabulate

Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate.
https://pypi.org/project/tabulate/
MIT License
2.1k stars 163 forks source link

It seems the 0.9.0 version in PyPI is not the same as the current one in this repo #276

Closed flcong closed 1 year ago

flcong commented 1 year ago

For example, in the one downloaded from PyPI, tabulate() does not have arguments headersglobalalign or headersalign.

eliegoudout commented 1 year ago

The doc from github is ahead of PyPi's release. If you install from PyPi, you should refer to its own doc. See #274.

Cheers!

flcong commented 1 year ago

Thanks!