Zero-dependency, single-file Python implementations of popular libraries — benchmarked for performance parity | 零依赖单文件 Python 常用库实现,性能对标主流库
-
Updated
May 26, 2026 - Python
Zero-dependency, single-file Python implementations of popular libraries — benchmarked for performance parity | 零依赖单文件 Python 常用库实现,性能对标主流库
A zero dependency lightweight static analyzer designed for adversarial-shape code in python to detect supply chain attacks before they reach your interpreter.
HUMMBL MCP Server
Plumego is a standard-library-first Go HTTP toolkit for explicit, maintainable, agent-friendly services, with zero external dependencies. It is designed to be simple, elegant, and efficient, making it ideal for small to large projects.
LLM-neutral skill that fetches a URL to a temp file so agents can pipe the path through rg / jq / awk instead of dumping the whole page into context. Same shape as pi-webfetch / opencode webfetch. Single-file Python 3 stdlib. Works on macOS, Linux, Windows.
Repository for agentic orchestration with HUMMBL - Highly Useful Mental Model Base Language
Headless Chromium on ARM without Playwright, X11, or API keys. Termux, Raspberry Pi, embedded Linux. Public domain.
OpenRouter model validator CLI — verify API keys, list valid model IDs by family, smoke-test specific models before you build them into your stack. Save yourself the 400-invalid-model-ID rabbit hole.
FlowState is a dynamic L7 Reverse Proxy built in Go using only the stdlib.
Cross-platform CLI for the Linode API plus a Claude skill that drives it under explicit AI-safety constraints. Token never enters AI context.
A BusyBox-style multi-call binary in Python — 73 Unix utilities, one ~5–7 MB executable, native on Linux, Windows, and macOS.
Check what scopes your GitHub PAT actually has + what API calls it can/can't make. Stop guessing why 200 OK quietly does nothing.
Diagnose agent-memory framework usage and surface known pitfalls. mem0, mempalace, LangChain, llama-index, Hermes-Agent.
Hermes Agent plugin that adds the improve_bug_report tool: rewrites unstructured bug reports into a structured form with title, repro steps, expected/actual behavior, severity, and missing evidence. Uses the agent's own LLM via ctx.llm — no API keys, stdlib only.
Single-file Python disk cache for LLM API calls. Wrap any provider client. Stop paying for the same call twice during dev/eval/demo.
Persistent LRU cache with atomic writes, portable file locking, zero dependencies. Drop-in replacement for functools.lru_cache that survives restarts.
Plan Mode orchestration tool — wraps Claude Code with structured Plan → Decompose → Execute workflow
PulseLog is an immutable, append-only message streaming platform engineered in Go with the stdlib.
Hermes Agent plugin that runs weekly static analysis on Python test suites, flagging 7 types of test debt: skipped tests, commented asserts, TODOs, missing assertions, fixed sleeps, abusive retries, and duplicates. Produces prioritised Markdown reports and notifies the QA channel. Stdlib only.
Hermes Agent plugin that indexes JUnit XML reports into a local SQLite + FTS5 database and exposes two tools so the agent can reason about historical test failures by test ID or module path. Fully local, stdlib-only, hardened XML parsing.
Add a description, image, and links to the stdlib-only topic page so that developers can more easily learn about it.
To associate your repository with the stdlib-only topic, visit your repo's landing page and select "manage topics."