
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
speedtable is an ultra-fast, C-based terminal table renderer for Python.
Designed for large datasets and low-latency rendering β with beautiful Rich-style Unicode output.
π‘ Perfect for CLI tools, dataset previews, or any place you need fast + styled tables.
HEAVY_HEAD
)pip install speedtable
import speedtable
table_data = {
"columns": [
{"name": "ID", "type": "int"},
{"name": "Name", "type": "str"},
{"name": "Age", "type": "int"}
],
"rows": [
{"ID": 1, "Name": "Luke", "Age": 21},
{"ID": 2, "Name": "Joe", "Age": 45},
{"ID": 3, "Name": "Alice", "Age": 56}
]
}
print(speedtable.render_table(
table_data,
header_color="green",
border_color="magenta",
body_color="white",
type_color="red",
title_text="Test Table",
title_color="cyan"
))
Name | Description |
---|---|
black | Standard black |
red | Standard red |
green | Standard green |
yellow | Standard yellow |
blue | Standard blue |
magenta | Standard magenta |
cyan | Standard cyan |
white | Standard white |
β¨ Headers are always bold, and titles are always italicized.
The Python rich
library is beautiful, but may be too slow for rendering large tables in CLI environments.
speedtable
gives you the same polished aesthetic β at native speed.
MIT Β© Luke Canada
FAQs
Ultra-fast terminal table renderer written in C
We found that speedtable 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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.