
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Turn an interable into a printable grid with dynamically controlled column sizes to shrink grid width to your terminal size.
Turn tabular data into a printable grid.
Wraps the tabulate to streamline usage as well as
automatically reduce column widths to fit the grid to the current terminal width.
Install with:
pip install griddle
>>> from griddle import griddy >>> data = [{"a": i, "b": i+1, "c": i+2} for i in range(10)] >>> print(griddy(data, "keys")) ╭─────┬─────┬─────╮ │ a │ b │ c │ ├─────┼─────┼─────┤ │ 0 │ 1 │ 2 │ ├─────┼─────┼─────┤ │ 1 │ 2 │ 3 │ ├─────┼─────┼─────┤ │ 2 │ 3 │ 4 │ ├─────┼─────┼─────┤ │ 3 │ 4 │ 5 │ ├─────┼─────┼─────┤ │ 4 │ 5 │ 6 │ ├─────┼─────┼─────┤ │ 5 │ 6 │ 7 │ ├─────┼─────┼─────┤ │ 6 │ 7 │ 8 │ ├─────┼─────┼─────┤ │ 7 │ 8 │ 9 │ ├─────┼─────┼─────┤ │ 8 │ 9 │ 10 │ ├─────┼─────┼─────┤ │ 9 │ 10 │ 11 │ ╰─────┴─────┴─────╯
FAQs
Turn an interable into a printable grid with dynamically controlled column sizes to shrink grid width to your terminal size.
We found that griddle demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.