Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CodingFeng101
/
python-tabulate
Public
forked from
astanin/python-tabulate
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
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
You can’t perform that action at this time.