An opinionated list of Python frameworks, libraries, tools, and resources.
COMMITS
/ website/fetch_github_stars.py May 3, 2026
V
style(website): apply ruff format
Vinta Chen committed
April 19, 2026
V
refactor: replace manual total_seconds()/3600 with timedelta comparison
Vinta Chen committed
V
refactor(fetch_github_stars): replace manual slice loop with itertools.batched
Vinta Chen committed
V
refactor(fetch_github_stars): drop unnecessary keyword-only marker on fetch_batch
Vinta Chen committed
V
refactor: use datetime.UTC alias instead of timezone.utc
Vinta Chen committed
V
March 30, 2026
V
refactor(fetch_github_stars): drop underscore prefix from regex constants
Vinta Chen committed
V
fix: stricter GitHub owner/repo regexes and injection tests
Vinta Chen committed
O
fix: use subprocess instead of os.system in fetch_github_stars.py
orbisai0security committed
March 22, 2026
V
feat(website): add social proof line to hero with star count and build date
Vinta Chen committed
March 21, 2026
V
refactor(website): hoist loop-invariant variables outside the fetch loop
Vinta Chen committed
March 18, 2026
V
feat: skip fetching repos whose cache entry is still fresh
Vinta Chen committed
V
refactor: rename fetch_stats target and remove cache age gating
Vinta Chen committed
V
feat: migrate README parser to markdown-it-py and refresh website
Vinta Chen committed
V
refactor: consolidate load_cache into build.load_stars
Vinta Chen committed
V
add custom website build system
Vinta Chen committed