FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · astanin/python-tabulate · GitHub
astanin
/
python-tabulate
Public
Notifications
You must be signed in to change notification settings
Fork
197
Star
2.6k
Code
Issues
65
Pull requests
15
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Mar 11, 2026
Merge pull request #422 from DimitriPapadopoulos/B
Show description for 268615a
astanin
authored
268615a
View commit details
Copy full SHA for 268615a
Browse repository at this point
Merge pull request #419 from dev/jsonl
Show description for 52dc17b
astanin
authored
52dc17b
View commit details
Copy full SHA for 52dc17b
Browse repository at this point
Enforce ruff/flake8-bugbear rules (B)
DimitriPapadopoulos
committed
3681fa5
View commit details
Copy full SHA for 3681fa5
Browse repository at this point
Commits on Mar 10, 2026
Merge branch 'master' into dev/jsonl
astanin
authored
5313627
View commit details
Copy full SHA for 5313627
Browse repository at this point
Enforce ruff/pyupgrade rules (UP)
DimitriPapadopoulos
authored and
astanin
committed
2070736
View commit details
Copy full SHA for 2070736
Browse repository at this point
Apply ruff/pyupgrade rule UP035
Show description for 5f87774
DimitriPapadopoulos
authored and
astanin
committed
5f87774
View commit details
Copy full SHA for 5f87774
Browse repository at this point
Apply ruff/pyupgrade rule UP031
Show description for 4c39df9
DimitriPapadopoulos
authored and
astanin
committed
4c39df9
View commit details
Copy full SHA for 4c39df9
Browse repository at this point
Apply ruff/pyupgrade rule UP018
Show description for 63c74ac
DimitriPapadopoulos
authored and
astanin
committed
63c74ac
View commit details
Copy full SHA for 63c74ac
Browse repository at this point
Apply ruff/pyupgrade rule UP007
Show description for 2f7f69d
DimitriPapadopoulos
authored and
astanin
committed
2f7f69d
View commit details
Copy full SHA for 2f7f69d
Browse repository at this point
ruff format & ruff check
astanin
committed
cf15727
View commit details
Copy full SHA for cf15727
Browse repository at this point
run all CLI tests also in-process for coverage report
Show description for 17bf1cf
astanin
committed
17bf1cf
View commit details
Copy full SHA for 17bf1cf
Browse repository at this point
add tests for the new CLI utility options
astanin
committed
791c4bf
View commit details
Copy full SHA for 791c4bf
Browse repository at this point
Commits on Mar 9, 2026
move implementation of the CLI utility to tabulate/cli.py
astanin
committed
b47acc1
View commit details
Copy full SHA for b47acc1
Browse repository at this point
update README.md and CHANGELOG with new CLI usage (JSONL format, --headers option)
astanin
committed
696c5eb
View commit details
Copy full SHA for 696c5eb
Browse repository at this point
implement support of JSONL and CSV input formats in command line utility
Show description for c327d6c
astanin
committed
c327d6c
View commit details
Copy full SHA for c327d6c
Browse repository at this point
fix GH103 and GH103 of sp-repo-review recommendations
Show description for 164b367
astanin
committed
164b367
View commit details
Copy full SHA for 164b367
Browse repository at this point
Stop testing unsupported Python 3.8 and 3.9 (again)
Show description for 94b7491
DimitriPapadopoulos
authored and
astanin
committed
94b7491
View commit details
Copy full SHA for 94b7491
Browse repository at this point
Commits on Mar 6, 2026
Use enumerate
Show description for 200b784
DimitriPapadopoulos
authored and
astanin
committed
200b784
View commit details
Copy full SHA for 200b784
Browse repository at this point
Simplify version and imports
DimitriPapadopoulos
authored and
astanin
committed
382a933
View commit details
Copy full SHA for 382a933
Browse repository at this point
Stop testing unsupported Python 3.8 and 3.9
Show description for 7e3925e
DimitriPapadopoulos
authored and
astanin
committed
7e3925e
View commit details
Copy full SHA for 7e3925e
Browse repository at this point
Commits on Mar 5, 2026
One last fix for flit builds
Show description for 315f6c1
DimitriPapadopoulos
authored and
astanin
committed
315f6c1
View commit details
Copy full SHA for 315f6c1
Browse repository at this point
A few fixes for flit builds
Show description for 4552d6e
DimitriPapadopoulos
authored and
astanin
committed
4552d6e
View commit details
Copy full SHA for 4552d6e
Browse repository at this point
fix #241 - escape pipe character in github and pipe formats
astanin
committed
e6a24aa
View commit details
Copy full SHA for e6a24aa
Browse repository at this point
replace DataRow namedtuple with a dataclass with the same name and an optional escape_map
Show description for 46c9fe3
astanin
committed
46c9fe3
View commit details
Copy full SHA for 46c9fe3
Browse repository at this point
ignore _version.py
astanin
committed
8abc5c9
View commit details
Copy full SHA for 8abc5c9
Browse repository at this point
add regression test for unescaped pipe character in github output (issue #241)
astanin
committed
a783de2
View commit details
Copy full SHA for a783de2
Browse repository at this point
add [too.pytest.ini_options] to pyproject.toml
astanin
committed
86112e6
View commit details
Copy full SHA for 86112e6
Browse repository at this point
Enforce ruff/flake8-comprehensions rules (C4)
DimitriPapadopoulos
authored and
astanin
committed
527d31e
View commit details
Copy full SHA for 527d31e
Browse repository at this point
Apply ruff/flake8-comprehensions rule C420
Show description for 26269e6
DimitriPapadopoulos
authored and
astanin
committed
26269e6
View commit details
Copy full SHA for 26269e6
Browse repository at this point
Apply ruff/flake8-comprehensions rule C419
Show description for 57e39b1
DimitriPapadopoulos
authored and
astanin
committed
57e39b1
View commit details
Copy full SHA for 57e39b1
Browse repository at this point
Apply ruff/flake8-comprehensions rule C417
Show description for e9a56a6
DimitriPapadopoulos
authored and
astanin
committed
e9a56a6
View commit details
Copy full SHA for e9a56a6
Browse repository at this point
Apply ruff/flake8-comprehensions C416
Show description for ce67960
DimitriPapadopoulos
authored and
astanin
committed
ce67960
View commit details
Copy full SHA for ce67960
Browse repository at this point
Fix alignments in `github` tables
Show description for 8014ec6
kdeldycke
authored and
astanin
committed
8014ec6
View commit details
Copy full SHA for 8014ec6
Browse repository at this point
update CHANGELOG
astanin
committed
7c70bf4
View commit details
Copy full SHA for 7c70bf4
Browse repository at this point
fix #408 - remove trailing whitespace from asciidoc output
astanin
committed
3aa568c
View commit details
Copy full SHA for 3aa568c
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL