skip to content

Packages

4 sub-sections

Packages#

Per-package cheat sheets across language ecosystems. Each ecosystem has its own sub-section so the same package name in different ecosystems never collides — slugs are always <ecosystem>-<name> (e.g. pip-requests, npm-axios).

What’s in this section#

Sub-sectionEcosystem
Pip (Python)Third-party PyPI packages — requests, rich, pandas, pydantic, …
npm (Node)npm modules — axios, lodash, zod, commander, …
Cargo (Rust)Rust crates — serde, tokio, clap, reqwest, …
Go modulesGo modules — cobra, viper, gin, gorm, …

Sections#

Language tooling — pip, uv, npm, yarn, cargo itself, go itself — stays in its parent language section. The Packages sections are reserved for individual third-party libraries you install with those tools.