Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Sort:Used by Most Apps
grpc-gateway
A protoc plugin that generates a reverse-proxy server, turning RESTful HTTP/JSON requests into gRPC calls from the same service definitions.
lipgloss
Lipgloss brings a CSS-like, declarative styling API to Go terminal apps, covering colors, borders, layout, and compositing for building polished TUIs.
go-cache
A thread-safe, in-memory key-value cache for Go with per-item expiration, atomic counters, and optional disk persistence.
dns
A low-level, spec-complete DNS library for Go covering client, server, DNSSEC, and zone-file parsing.
bcrypt (Python)
A Python library for secure password hashing using the bcrypt algorithm with an adjustable work factor
Django
The high-level Python web framework that turns database models into secure, working web applications in record time.
moby/moby/api
The independently-versioned Go module of shared request/response types for the Docker Engine API, used by both the daemon and third-party Go clients.
django-rest-framework
The most widely-used toolkit for building Web APIs on top of Django, with serializers, viewsets, and a built-in browsable API.
migrate
Database schema migrations for Go, usable as a CLI tool or an importable library with pluggable source and database drivers.
got
Human-friendly and powerful HTTP request library for Node.js, with retries, streams, pagination, and RFC 7234 caching built in.
Azure Identity (Python)
Microsoft Entra ID token authentication for Azure SDK clients in Python
Sprig
Over 100 template functions for Go's text/template and html/template, covering strings, lists, dicts, dates, math, crypto, and semver comparisons.
itsdangerous
A small Python toolkit for cryptographically signing data so you can trust it hasn't been tampered with when it comes back from an untrusted client.
minio-go
The official Go client SDK for MinIO and any Amazon S3 compatible object storage service.
aiosqlite
Async/await-friendly wrapper around Python's built-in sqlite3 module for asyncio applications.
@octokit/core
Extendable client for GitHub's REST and GraphQL APIs
croniter
Parses cron schedule strings and iterates the matching datetime values, with DST, second/year fields, and last-weekday support.
FastMCP
The fast, Pythonic framework for building Model Context Protocol servers, clients, and apps
jsoniter
A high-performance, 100% compatible drop-in replacement for Go's encoding/json.
structlog
Structured, typed logging for Python built on plain functions and dictionaries instead of a bespoke logging DSL.
sentry-go
The official Go SDK for capturing errors, panics, and performance traces and sending them to Sentry.
docker/docker
The legacy Go client library for the Docker Engine API, used to build and manage containers, images, and daemons programmatically.
Bubble Tea
A Go framework based on The Elm Architecture for building terminal UIs, from simple prompts to full-window, high-performance TUI applications.
Echo
A minimalist, high-performance Go web framework with a radix-tree router, built-in middleware chain, and first-class HTTP/2 support.