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-section | Ecosystem |
|---|---|
| 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 modules | Go modules — cobra, viper, gin, gorm, … |
Sections#
- Pip (Python) — PyPI packages and their usage patterns.
- npm (Node) — Node.js modules from the npm registry.
- Cargo (Rust) — Rust crates from crates.io.
- Go modules — Go modules from pkg.go.dev.
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.