{"cursor":0,"next_cursor":111,"count":100,"docs":[{"library":"Adyen","type":"library","categories":["payments","http-networking"],"description":"Official Python API library for Adyen payment processing. Auto-generated from OpenAPI spec. PyPI package name is 'Adyen' (capital A). Uses X-API-Key auth, not OAuth. Each major version pins updated API versions and may contain breaking changes from codegen corrections.","language":"python","status":"active","version":"14.0.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/Adyen"},{"library":"anthropic","type":"library","categories":["llm-agents","ai-ml"],"description":"Official Python SDK for the Anthropic API providing access to Claude models. Current version is 0.84.0 (Feb 2026). Releases approximately weekly. Two separate packages exist: anthropic (core SDK) and claude-agent-sdk-python (agent workflows).","language":"python","status":"active","version":"0.84.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/anthropic"},{"library":"arize-phoenix","type":"library","categories":["llm-agents","ai-ml","observability","devops"],"description":"Open-source AI observability and evaluation platform from Arize AI. Phoenix provides tracing, evaluation, prompt management, datasets, and experiments for LLM applications. Built on OpenTelemetry and OpenInference. Can be run locally, self-hosted (Docker/K8s), or accessed via cloud at app.phoenix.arize.com. CRITICAL: Phoenix is a separate product from Arize AX (the enterprise cloud platform). They share the Arize brand but use different packages, credentials, and endpoints: Phoenix uses phoenix.otel + PHOENIX_API_KEY; Arize AX uses arize.otel + ARIZE_SPACE_ID + ARIZE_API_KEY. arize-phoenix is the full-platform bundle. For production deployments, the modular sub-packages (arize-phoenix-otel, arize-phoenix-client, arize-phoenix-evals) are preferred. LICENSE: Elastic License 2.0 (ELv2) — NOT MIT/Apache. Restrictions apply to providing Phoenix as a managed service to third parties.","language":"python","status":"active","version":"13.3.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/arize-phoenix"},{"library":"arize","type":"library","categories":["observability","llm-agents","ai-ml"],"description":"Python SDK for interacting with Arize AX — Arize's enterprise AI engineering platform. IMPORTANT: The 'arize' package covers two separate product tracks with distinct APIs that coexist in the same package. (1) arize.api.Client / arize.ml — the v7 legacy ML monitoring SDK for logging predictions, actuals, embeddings, and drift data to the Arize ML platform. (2) arize.ArizeClient — the v8 LLM/agent observability API for tracing spans, evaluations, and datasets. v7 and v8 are NOT interchangeable. v7 support ends June 1, 2026. Also note: 'arize-phoenix' is a SEPARATE package — Phoenix is Arize's open-source observability tool. Do not conflate arize (enterprise cloud) with arize-phoenix (OSS self-hosted).","language":"python","status":"active","version":"8.2.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/arize"},{"library":"autogen-agentchat","type":"library","categories":["llm-agents","ai-ml"],"description":"Microsoft's framework for building multi-agent AI applications. As of v0.4+, AutoGen is a layered system: autogen-core (event-driven actor runtime), autogen-agentchat (high-level conversational agents), and autogen-ext (extensions for OpenAI, Azure, MCP, etc.). Completely async. The 0.2 API is a separate, deprecated architecture. NOT the same as AG2.","language":"python","status":"active","version":"0.7.5","install_tag":"reviewed","verified_status":"install_fail","url":"https://checklist.day/v1/registry/autogen-agentchat"},{"library":"autogenstudio","type":"library","categories":["llm-agents","web-framework","database"],"description":"Microsoft's no-code/low-code web UI for prototyping AutoGen multi-agent workflows. Built on FastAPI (backend) and Gatsby/React (frontend). Stores agent configs, sessions, and workflows in a local SQLite or PostgreSQL database. Explicitly NOT production-ready — intended for rapid prototyping only.","language":"python","status":"maintenance","version":"0.4.x (last stable PyPI release: May 2025)","install_tag":"stale","verified_status":"skip","url":"https://checklist.day/v1/registry/autogenstudio"},{"library":"azure-identity","type":"library","categories":["azure","auth-security"],"description":"Microsoft's Azure authentication library for Python. Provides credential classes for authenticating against Azure services. Primary interface is DefaultAzureCredential which chains multiple credential sources. Current version is 1.23.1 (Mar 2026).","language":"python","status":"active","version":"1.23.1","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/azure-identity"},{"library":"banana-dev","type":"library","categories":["ai-ml","llm-agents"],"description":"Python client for Banana's serverless GPU inference platform. Platform permanently shut down March 31, 2024. Package is abandoned. All API calls fail — the backend no longer exists. Do not use.","language":"python","status":"abandoned","version":"6.3.0","install_tag":"verified","verified_status":"skip","url":"https://checklist.day/v1/registry/banana-dev"},{"library":"boto3","type":"sdk","categories":["aws","http-networking"],"description":"Official AWS SDK for Python. Extremely stable API — no breaking changes since v1.0. Two client styles: low-level client (boto3.client()) and high-level resource (boto3.resource()). Credential resolution follows a fixed chain. Region must be specified or set in environment — no global default. Released daily with new AWS service additions.","language":"python","status":"active","version":"1.42.59","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/boto3"},{"library":"browserbase","type":"library","categories":["http-networking","devops"],"description":"Python SDK for Browserbase, a serverless headless browser platform. Provides remote browser sessions accessible via Playwright/Selenium CDP connections. Has undergone a complete SDK rewrite at v1.0.0 (October 2024) — the old high-level API (browserbase.load(), browserbase.screenshot()) is gone. Current SDK is a low-level Stainless-generated client focused on session lifecycle management.","language":"python","status":"active","version":"1.4.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/browserbase"},{"library":"chromadb","type":"library","categories":["vector-search","database","ai-ml","llm-agents"],"description":"Open-source embedded vector database for AI applications. Runs in-process (EphemeralClient, PersistentClient) or client-server mode (HttpClient). Handles embedding storage, metadata filtering, and similarity search. Supports pluggable embedding functions. Core backend rewritten in Rust in 1.x; also ships a lightweight HTTP-only client as the separate chromadb-client package.","language":"python","status":"active","version":"1.5.5","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/chromadb"},{"library":"cohere","type":"library","categories":["llm-agents","ai-ml","http-networking"],"description":"Official Python SDK for Cohere API. Has two coexisting client classes: Client (v1, legacy) and ClientV2 (v2, current). Most LLM-generated code uses v1 patterns. The Generate endpoint is deprecated. model is now required in all v2 calls.","language":"python","status":"active","version":"5.20.4","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/cohere"},{"library":"composio","type":"library","categories":["llm-agents","http-networking","devops","communication"],"description":"Tool integration platform for AI agents. Provides 250+ pre-built tool integrations (GitHub, Gmail, Slack, Notion, etc.) with managed OAuth across frameworks including OpenAI, Anthropic, LangChain, CrewAI, and AutoGen. Has undergone a major v1→v3 SDK rewrite with significant breaking changes — the majority of tutorials and LLM-generated code targets the old v1 API.","language":"python","status":"active","version":"composio: latest (new SDK); composio-openai: 0.11.1 (legacy framework packages)","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/composio"},{"library":"crewai","type":"library","categories":["llm-agents","ai-ml","workflow"],"description":"Python framework for orchestrating role-playing, autonomous AI agents. Agents collaborate via sequential or hierarchical processes to complete complex tasks. Built from scratch — independent of LangChain. Two core primitives: Crews (autonomous multi-agent collaboration) and Flows (event-driven, precise orchestration).","language":"python","status":"active","version":"1.10.0","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/crewai"},{"library":"datasets","type":"library","categories":["ai-ml","data"],"description":"HuggingFace library for loading, processing, and sharing datasets for ML. Provides load_dataset() for one-line access to 100k+ public datasets on the Hub, plus local file loading (CSV, JSON, Parquet, Arrow, audio, image, etc.). Built on Apache Arrow for memory-efficient, zero-copy data access. Package name on PyPI is 'datasets' (not 'huggingface-datasets'). Import name is also 'datasets'. CRITICAL: datasets 4.0 (July 2025) removed dataset loading scripts and trust_remote_code entirely. Many older community datasets relying on .py loading scripts now fail with datasets>=4.","language":"python","status":"active","version":"4.6.0","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/datasets"},{"library":"openai","type":"library","categories":["llm-agents","ai-ml","http-networking"],"description":"The official TypeScript and Node.js SDK for the OpenAI API, providing convenient access to frontier models like GPT-5.4, GPT-5.4-mini, and Sora 2. Currently at version 6.34.0, it features auto-retries, native streaming, structured data handling, and robust typing. It is the recommended standard to interact with OpenAI from server-side JavaScript runtimes (Node.js, Deno, Bun, Cloudflare Workers), abstracting away raw HTTP calls and providing seamless integration with advanced capabilities like Computer Use, Tool Search, and WebSocket-based Realtime streams.","language":"javascript","status":"active","version":"6.34.0","install_tag":"verified","verified_status":null,"url":"https://checklist.day/v1/registry/openai"},{"library":"dspy-ai","type":"library","categories":["llm-agents","ai-ml"],"description":"DSPy is a framework for algorithmically optimizing Language Model (LM) prompts and weights, especially within complex workflows. It enables developers to express multi-step reasoning as modular, self-improving programs, abstracting away the specifics of prompting and fine-tuning. The current version is 3.1.3, with a very active development schedule and frequent updates, often involving significant API changes between major versions.","language":"python","status":"active","version":"3.1.3","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/dspy-ai"},{"library":"e2b-code-interpreter","type":"library","categories":["devops","llm-agents"],"description":"Secure cloud sandboxes for executing AI-generated code. Two packages: e2b-code-interpreter (Jupyter/stateful code execution) and e2b (core sandbox SDK). v0.x is fully deprecated — all versions below 1.0 show deprecation warnings and the API is incompatible with v1.x.","language":"python","status":"active","version":"2.4.1","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/e2b-code-interpreter"},{"library":"faiss-cpu","type":"library","categories":["vector-search","ai-ml"],"description":"Facebook AI Research Similarity Search. C++ library with Python bindings for efficient similarity search and clustering of dense vectors. Supports flat (exact), IVF (approximate), HNSW, PQ, and many other index types. CPU-only via PyPI (faiss-cpu); GPU support requires conda or building from source. Officially maintained by Meta/Facebook AI Research; PyPI wheel builds maintained by the community (faiss-wheels project). Import is always 'import faiss' regardless of which package is installed.","language":"python","status":"active","version":"1.13.2","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/faiss-cpu"},{"library":"fastmcp","type":"library","categories":["web-framework","http-networking"],"description":"The dominant Python framework for building MCP servers and clients. FastMCP 1.0 was incorporated into the official mcp package in 2024, but the standalone project continued evolving independently. Now maintained by Prefect (PrefectHQ/fastmcp), v3.0 shipped February 2026 as a major breaking rewrite. ~1M daily downloads. Powers ~70% of MCP servers across all languages. Critical: minor versions may contain breaking changes — pin aggressively.","language":"python","status":"active","version":"3.0.2","install_tag":"verified","verified_status":"timeout","url":"https://checklist.day/v1/registry/fastmcp"},{"library":"fireworks-ai","type":"library","categories":["llm-agents","ai-ml"],"description":"Python SDK and OpenAI-compatible API for running open-source and proprietary LLMs on Fireworks AI infrastructure.","language":"python","status":"active","version":"0.19.20","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/fireworks-ai"},{"library":"flyctl","type":"library","categories":["devops"],"description":"Fly.io is a compute platform for deploying containerized apps globally. There is no official Fly.io Python SDK — interaction is via the flyctl CLI, fly.toml config file, and the Machines REST API. The unofficial fly-python-sdk on PyPI (pip install fly-python-sdk) is a third-party project last updated October 2023 and should not be relied upon.","language":"python","status":"active","version":"flyctl — see fly version update for current (auto-updates by default)","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/flyctl"},{"library":"google-cloud-storage","type":"library","categories":["gcp"],"description":"Google Cloud's Python client libraries are split into per-service packages — there is no single 'google-cloud-python' package. Install only what you need: google-cloud-storage, google-cloud-bigquery, google-cloud-aiplatform, etc. Auth uses Application Default Credentials (ADC). Service account JSON is the most common auth method outside GCP. All packages share google-auth as the credential layer.","language":"python","status":"active","version":"google-cloud-storage: 2.x / google-cloud-aiplatform: 1.139.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/google-cloud-storage"},{"library":"grabfood-api-sdk-python","type":"library","categories":["workflow","http-networking","communication","crm-productivity"],"description":"Official Python SDK for the GrabFood Partner API — enables food delivery merchants and platform partners in Southeast Asia to manage orders, store hours, menus, and campaigns programmatically. Auto-generated from Grab's OpenAPI spec using OpenAPITools PythonClientCodegen. IMPORTANT: This SDK covers GrabFood only (merchant/food delivery). Grab rides/mobility has no official Python SDK. The SDK is not published on PyPI — install via GitHub only.","language":"python","status":"active","version":"latest (no versioned releases — install from main branch)","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/grabfood-api-sdk-python"},{"library":"groq","type":"library","categories":["llm-agents","ai-ml"],"description":"Official Python SDK for GroqCloud API. OpenAI-compatible interface for ultra-low-latency LLM inference on Groq LPU hardware. Model IDs change frequently as models are deprecated and replaced with no versioned aliases.","language":"python","status":"active","version":"0.18.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/groq"},{"library":"guidance","type":"library","categories":["llm-agents","ai-ml"],"description":"Microsoft-backed constrained generation framework for LLMs. Programs interleave control flow with generation via lm += gen(...) syntax. Supports regex, CFGs, JSON schema, and select() constraints using a Rust-based llguidance engine. Backends: Transformers, llama.cpp, OpenAI, Azure AI. Model objects are immutable — each += produces a copy.","language":"python","status":"active","version":"0.3.1","install_tag":"draft","verified_status":"passing","url":"https://checklist.day/v1/registry/guidance"},{"library":"haystack-ai","type":"library","categories":["llm-agents","ai-ml","vector-search","workflow","web-framework"],"description":"Open-source AI orchestration framework by deepset for building production-ready LLM applications in Python. Core abstraction is the Pipeline — a computation graph of Components (embedders, retrievers, generators, rankers, etc.) connected via explicit typed edges. Supports RAG, agents, semantic search, and multimodal workflows. Integrates with OpenAI, Anthropic, Mistral, Hugging Face, Azure, Bedrock, and 70+ vector databases and document stores.","language":"python","status":"active","version":"2.24.x","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/haystack-ai"},{"library":"helicone","type":"library","categories":["llm-agents","observability"],"description":"Open-source LLM observability platform using a proxy-based architecture. Unlike LangSmith or Langfuse, Helicone requires NO Python SDK install for core tracing — it works by routing requests through its AI gateway (https://ai-gateway.helicone.ai) via a base_url override on the OpenAI/Anthropic client. All logging happens at the proxy layer. The 'helicone' PyPI package (helicone-helpers) is a thin optional helper with minimal functionality. Primary integration is via HTTP headers and base_url, not a Python library.","language":"python","status":"active","version":"helicone-helpers 1.0.3 (optional stub)","install_tag":"verified","verified_status":"skip","url":"https://checklist.day/v1/registry/helicone"},{"library":"huggingface-hub","type":"library","categories":["ai-ml","llm-agents","data","http-networking","devops"],"description":"Official Python client for the Hugging Face Hub. Handles model/dataset/Space downloading, uploading, caching, repo management, and Hub API interactions. Used as a dependency by transformers, datasets, sentence-transformers, and most HF ecosystem packages. The CLI was previously huggingface-cli; in v1.x it was rebranded as hf (also available as a standalone pip install hf package for CLI-only use). Import name: huggingface_hub (underscore). Package name: huggingface-hub (hyphen). These are different from the hf CLI package.","language":"python","status":"active","version":"1.5.0","install_tag":"draft","verified_status":"passing","url":"https://checklist.day/v1/registry/huggingface-hub"},{"library":"instructor","type":"library","categories":["llm-agents","ai-ml","serialization"],"description":"Structured data extraction from LLMs via Pydantic models. Patches or wraps provider clients (OpenAI, Anthropic, Gemini, Cohere, Mistral, Groq, Ollama, and 15+ others) to add response_model, automatic validation, and retry logic. Uses tool-calling or JSON mode depending on provider. Core interface: client.chat.completions.create(response_model=MyModel, ...) returns a validated Pydantic instance. Maintained by Jason Liu / jxnl.","language":"python","status":"active","version":"1.14.5","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/instructor"},{"library":"kakao","type":"library","categories":["communication","http-networking"],"description":"Kakao REST API provides access to Kakao Login, KakaoTalk messaging, friends list, maps, and AI features. Primary documentation is in Korean. English docs exist but are incomplete and lag behind Korean versions. No official Python/Node package — all integrations use REST API directly with app keys.","language":"python","status":"active","version":"2025-latest","install_tag":"stale","verified_status":"skip","url":"https://checklist.day/v1/registry/kakao"},{"library":"lancedb","type":"library","categories":["vector-search","database","data"],"description":"Embedded, serverless vector database built on the Lance columnar format (Apache Arrow-based). Runs in-process with no separate server required — data is stored on the local filesystem or object storage (S3, GCS, Azure). Supports vector similarity search, full-text search, SQL filtering, and automatic versioning. Also available as a managed cloud service (LanceDB Cloud). Python package is in 'Alpha' status on PyPI despite being production-used. Backed by pyarrow and pylance (the Lance Rust library, not Microsoft's Python language server).","language":"python","status":"active","version":"0.29.2","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/lancedb"},{"library":"langchain","type":"library","categories":["llm-agents","ai-ml"],"description":"LangChain is an orchestration framework for building LLM-powered applications and agents. It provides abstractions for chaining model calls, tool use, memory, and multi-agent coordination. As of v1.0, LangGraph is the foundational runtime for stateful agent execution.","language":"python","status":"active","version":"1.0.x","install_tag":"verified","verified_status":"install_fail","url":"https://checklist.day/v1/registry/langchain"},{"library":"langfuse","type":"library","categories":["observability","llm-agents","ai-ml","devops"],"description":"Open-source LLM observability and evaluation platform. Python SDK provides tracing via @observe decorator, OpenTelemetry integration, and a low-level client for manual trace/span management. Works with any LLM framework — not tied to LangChain. Self-hostable (Docker/Kubernetes) or cloud (EU/US regions). MAJOR VERSION NOTE: SDK was completely rewritten in v3 (released June 2025). v3 is OpenTelemetry-based with a new singleton client pattern. All v2 import paths, class names, and initialization patterns are broken in v3. pip install langfuse installs v3 as of Feb 2026.","language":"python","status":"active","version":"3.14.5","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/langfuse"},{"library":"langgraph","type":"library","categories":["llm-agents","ai-ml"],"description":"LangGraph is a low-level agent orchestration framework providing graph-based execution with durable state, built-in persistence, and human-in-the-loop patterns. As of v1.0 it is the foundational runtime for LangChain agents. Use LangChain for high-level agent abstractions, LangGraph for fine-grained control.","language":"python","status":"active","version":"1.0.x","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/langgraph"},{"library":"langsmith","type":"library","categories":["llm-agents","observability","ai-ml"],"description":"Official Python SDK for LangSmith — LangChain's observability, tracing, and evaluation platform. Instruments LLM calls, chains, agents, and arbitrary functions with the @traceable decorator or wrap_openai(). Traces are sent asynchronously to LangSmith cloud (or self-hosted). Also provides dataset management and evaluation (evaluate()) APIs. Usable standalone without LangChain. Releases multiple times per week. SECURITY NOTE: CVE-2026-25528 — SSRF via baggage header injection, fixed in 0.6.3. Any version 0.4.10–0.6.2 is vulnerable.","language":"python","status":"active","version":"0.7.7","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/langsmith"},{"library":"lemonsqueezy (no official Python SDK)","type":"library","categories":["payments"],"description":"Merchant of record platform for digital products. Acquired by Stripe in October 2024. Being absorbed into 'Stripe Managed Payments' (announced May 2025, private preview). No official Python SDK exists — only community-maintained libraries. REST API uses JSON:API spec with Bearer auth.","language":"python","status":"deprecated","version":"REST API v1 (no official Python SDK)","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/lemonsqueezy (no official Python SDK)"},{"library":"letta","type":"library","categories":["llm-agents","ai-ml"],"description":"Stateful agent framework formerly known as MemGPT. Renamed to Letta in September 2024. PyPI package moved from memgpt to letta. Two packages: letta (full server runtime) and letta-client (API client only). Agents are server-side persistent resources, not in-process Python objects.","language":"python","status":"renamed","version":"0.16.4","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/letta"},{"library":"line-pay","type":"library","categories":["payments","http-networking","auth-security"],"description":"LINE Pay is a mobile payment service by LY Corporation, integrated with the LINE messaging platform. Active in Taiwan and Thailand. Japan service terminated April 30, 2025 (merged into PayPay). No official Python SDK — integration requires raw HTTP with custom HMAC-SHA256 signature. The community SDK on PyPI (line-pay 0.2.0) is unmaintained since 2020.","language":"python","status":"active","version":"0.2.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/line-pay"},{"library":"line","type":"library","categories":["communication"],"description":"LINE Messaging API enables bot development for LINE, the dominant messaging platform in Japan, Thailand, and Taiwan with 196M+ monthly users. Official SDKs exist for Python and Node.js. Primary documentation is in Japanese — English docs are complete but may lag Japanese versions.","language":"python","status":"active","version":"3.21.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/line"},{"library":"linear-python","type":"library","categories":["crm-productivity","http-networking"],"description":"There is NO official Python SDK for Linear. Linear's official SDK is TypeScript only (@linear/sdk). For Python, three competing community packages exist: linear-py, linear-api, and linear-python — none are official. The recommended approach for production Python use is raw GraphQL over HTTP. Current best community package is linear-api 0.2.0.","language":"python","status":"active","version":"0.2.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/linear-python"},{"library":"litellm","type":"library","categories":["llm-agents","ai-ml","http-networking","web-framework","observability"],"description":"Unified Python SDK and proxy gateway for calling 100+ LLM APIs in OpenAI-compatible format. Single interface for OpenAI, Anthropic, Bedrock, VertexAI, Groq, Mistral, Cohere, HuggingFace, vLLM, and more. Supports /chat/completions, /embeddings, /images, /audio, /rerank, streaming, async, cost tracking, fallbacks, and load balancing. Also ships as a deployable proxy server (AI Gateway) with budget controls, virtual keys, and logging. Releases multiple times per week — version numbers are high (v1.81+) due to frequent patch releases. NOT related to the 'litellm' PyPI stub that existed before BerriAI claimed the name.","language":"python","status":"active","version":"1.81.15","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/litellm"},{"library":"llama-parse","type":"library","categories":["llm-agents","data","serialization"],"description":"GenAI-native cloud document parser by LlamaIndex for RAG-optimized output. Parses PDFs, PPTX, DOCX, XLSX, HTML and more into markdown, text, or structured JSON with accurate table extraction and multimodal support. Cloud API service — requires an API key from cloud.llamaindex.ai. NOT a local/offline tool. CRITICAL: The llama-parse package (and its successor llama-cloud-services) are DEPRECATED as of early 2026. The replacement is 'llama-cloud' (pip install llama-cloud), which targets LlamaParse API v2. The old packages are maintained until May 1, 2026 only.","language":"python","status":"deprecated","version":"0.6.94","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/llama-parse"},{"library":"llamaindex","type":"library","categories":["llm-agents","ai-ml"],"description":"LlamaIndex is a data framework for building LLM-powered agents over your data. Specializes in RAG pipelines, document parsing, and agent workflows. Core package is llama-index-core. Integrations are separate packages installed from LlamaHub.","language":"python","status":"active","version":"0.14.15","install_tag":"reviewed","verified_status":"passing","url":"https://checklist.day/v1/registry/llamaindex"},{"library":"mcp","type":"library","categories":["llm-agents","web-framework","ai-ml","serialization","communication"],"description":"Official Python SDK for the Model Context Protocol (MCP), maintained by Anthropic. Used to build MCP servers (exposing tools, resources, prompts to LLMs) and MCP clients. Two important ecosystem distinctions: (1) mcp package bundles FastMCP 1.0 via mcp.server.fastmcp; (2) standalone 'fastmcp' package on PyPI is a separate, more feature-rich framework that diverged from the bundled version. v2 of the mcp package is in pre-alpha on main branch — v1.x is stable.","language":"python","status":"active","version":"1.26.0","install_tag":"verified","verified_status":"timeout","url":"https://checklist.day/v1/registry/mcp"},{"library":"mem0ai","type":"library","categories":["llm-agents","ai-ml","database"],"description":"Memory layer for AI agents and assistants. PyPI package is mem0ai but imports as mem0. Two distinct usage modes: Memory class (OSS, self-hosted) and MemoryClient class (managed platform). v1.0.0 introduced breaking changes to response format.","language":"python","status":"active","version":"1.0.4","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/mem0ai"},{"library":"mistral","type":"library","categories":["llm-agents","ai-ml"],"description":"Official Python SDK for Mistral AI API. Has gone through two major breaking rewrites: v0 → v1 (MistralClient removed) and v1 → v2 (in pre-release on GitHub, not yet on PyPI). Most LLM-generated code references v0 patterns which no longer work.","language":"python","status":"active","version":"1.12.4","install_tag":"stale","verified_status":"import_fail","url":"https://checklist.day/v1/registry/mistral"},{"library":"modal","type":"library","categories":["devops","ai-ml","workflow"],"description":"Serverless cloud infrastructure for AI workloads. Run Python functions on GPUs with sub-second cold starts. v1.0 released May 2025 with multiple breaking API changes. Rapid release cadence — multiple versions per week.","language":"python","status":"active","version":"1.3.3","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/modal"},{"library":"naver-openapi","type":"library","categories":["http-networking","auth-security","ai-ml"],"description":"Naver's consumer-facing Open API suite — provides programmatic access to South Korea's dominant search engine (70%+ market share), Papago translation, Clova OCR/AI services, Naver Maps, and Naver Login (OAuth). No official Python SDK exists — integration is done via direct HTTP requests using the requests library. Auth uses Client ID and Client Secret passed as HTTP headers. All APIs are registered and managed via the Naver Cloud Platform console. IMPORTANT: Naver Open API is Korea-first — registration UI, documentation, and error messages are primarily in Korean. Daily quota resets at 00:00 KST (UTC+9), not UTC.","language":"python","status":"active","version":"N/A (REST API — no versioned Python package)","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/naver-openapi"},{"library":"ncloud-sdk-python","type":"library","categories":["gcp","aws"],"description":"Official Python SDK for Naver Cloud Platform (NCP) — South Korea's primary cloud provider, equivalent to AWS in the Korean market. Provides programmatic access to NCP infrastructure services: servers, VPC, CDN, DNS, Object Storage, and more. The SDK is split into service-specific packages (ncloud-server, ncloud-vserver, ncloud-vpc, ncloud-cdn, etc.) — install only the services you need. IMPORTANT: NCP has two distinct environments — Classic and VPC — with separate SDK modules, different API endpoints, and incompatible APIs. ncloud-server targets Classic, ncloud-vserver targets VPC. New accounts should use VPC.","language":"python","status":"active","version":"2.8.1 (ncloud meta-package)","install_tag":"verified","verified_status":"install_fail","url":"https://checklist.day/v1/registry/ncloud-sdk-python"},{"library":"notion-client","type":"library","categories":["crm-productivity","http-networking","communication"],"description":"Official Python client for the Notion API, maintained by the community (ramnes/notion-sdk-py). Current version is 2.7.0 (Oct 2025). Notion API itself is versioned separately — the SDK version and the API version are two different things. Multiple breaking API versions have shipped in 2024-2026.","language":"python","status":"active","version":"2.7.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/notion-client"},{"library":"ollama","type":"library","categories":["llm-agents","ai-ml","http-networking"],"description":"Official Python client for Ollama — the local LLM runtime. Wraps the Ollama REST API with native Python types. Requires Ollama to be installed and running locally (or pointed at https://ollama.com for cloud models). Not an inference provider — it's a runtime client.","language":"python","status":"active","version":"0.6.1","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/ollama"},{"library":"openai-agents","type":"library","categories":["llm-agents","ai-ml","workflow"],"description":"Lightweight multi-agent orchestration framework by OpenAI. Production successor to Swarm. Provider-agnostic.","language":"python","status":"active","version":"0.10.1","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/openai-agents"},{"library":"openllmetry","type":"library","categories":["observability","llm-agents","ai-ml"],"description":"OpenLLMetry is a project name, not a single installable PyPI package. It refers to two related but distinct things that must not be confused: (1) The traceloop-sdk — the high-level Traceloop SDK (already documented separately) that wraps OpenLLMetry auto-instrumentation behind Traceloop.init(). (2) Standalone opentelemetry-instrumentation-* packages — individual OTel instrumentors for specific LLM providers/frameworks, published from the traceloop/openllmetry GitHub monorepo. These can be used WITHOUT traceloop-sdk in any existing OpenTelemetry setup. ECOSYSTEM CONFUSION: There is a second, competing instrumentation ecosystem called OpenInference (from Arize-ai/openinference), which publishes openinference-instrumentation-* packages. Both OpenLLMetry and OpenInference instrumentors instrument the same providers (OpenAI, LangChain, etc.), use different span attribute schemas, and route to different preferred backends. They are NOT interchangeable.","language":"python","status":"active","version":"0.52.5 (versioned in sync with traceloop-sdk)","install_tag":"stale","verified_status":"import_fail","url":"https://checklist.day/v1/registry/openllmetry"},{"library":"openrouter","type":"library","categories":["llm-agents","http-networking","serialization"],"description":"Official Python SDK for the OpenRouter API — a unified gateway to 300+ LLM models across providers (OpenAI, Anthropic, Google, Meta, Mistral, etc.) via a single OpenAI-compatible endpoint. Auto-generated from OpenRouter's OpenAPI spec and updated on every API change. Fully typed with Pydantic. SDK is explicitly in beta — breaking changes can occur between minor versions without a major version bump. IMPORTANT: There are multiple competing 'openrouter' packages on PyPI (openrouter, openrouter-client, python-open-router). Only 'openrouter' (by OpenRouter) is the official SDK.","language":"python","status":"active","version":"0.7.11","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/openrouter"},{"library":"outlines","type":"library","categories":["llm-agents","ai-ml","serialization"],"description":"Structured generation library by .txt (dottxt-ai). Guarantees schema-valid outputs at generation time via FSM-based logits masking — no post-processing or retries. Supports regex, JSON schema (Pydantic or raw), CFG, and multiple-choice constraints. Backends: Transformers, vLLM, llama.cpp, MLX, Ollama, OpenAI, Mistral, Gemini. Core FSM engine split into separate outlines-core package (Rust). Two coexisting APIs: legacy outlines.models + outlines.generate.* style, and new 1.x outlines.from_* + model(prompt, Schema) style.","language":"python","status":"active","version":"1.2.11","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/outlines"},{"library":"paddle-python-sdk","type":"library","categories":["payments"],"description":"Official Python SDK for Paddle Billing (the new Paddle platform). PyPI package is paddle-python-sdk, imports as paddle_billing. Requires Python >=3.11. Note: there are two Paddle platforms — Paddle Classic (legacy) and Paddle Billing (current). This SDK is Paddle Billing only.","language":"python","status":"active","version":"1.13.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/paddle-python-sdk"},{"library":"perplexityai","type":"library","categories":["llm-agents","ai-ml","http-networking"],"description":"Official Python SDK for the Perplexity API — web-grounded chat completions with real-time search, citations, and reasoning.","language":"python","status":"active","version":"0.30.1","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/perplexityai"},{"library":"pgvector","type":"library","categories":["vector-search","database","data"],"description":"Open-source PostgreSQL extension for vector similarity search. Two components: (1) the server-side Postgres extension (C, compiled and installed into Postgres), and (2) the Python client package 'pgvector' on PyPI which provides ORM/adapter integrations for psycopg2, psycopg3, asyncpg, SQLAlchemy, Django, SQLModel, and Peewee. The extension name in SQL is 'vector' (CREATE EXTENSION vector), not 'pgvector'. Maintained by Andrew Kane. Current extension version: 0.8.2 (CVE security fix). Python client: 0.4.2.","language":"python","status":"active","version":"0.8.2","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/pgvector"},{"library":"pinecone","type":"library","categories":["vector-search","database","aws","http-networking"],"description":"Official Python SDK for the Pinecone managed vector database service. Supports serverless and pod-based indexes, vector upsert/query/delete, metadata filtering, namespaces, and integrated inference (embedding + reranking). REST client by default; optional gRPC transport for performance. Async support via PineconeAsyncio. Package was renamed from pinecone-client to pinecone in v5.1.0.","language":"python","status":"active","version":"8.1.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/pinecone"},{"library":"plaid-python","type":"library","categories":["payments","http-networking","auth-security"],"description":"Official Python client for the Plaid API (bank account linking, transactions, identity, income verification). Auto-generated from OpenAPI spec. Updated monthly, major versions contain breaking changes. Only supports the 2020-09-14 API version (no version selection in client — API version is fixed per SDK release).","language":"python","status":"active","version":"38.3.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/plaid-python"},{"library":"postmarker","type":"library","categories":["communication"],"description":"Python client for the Postmark transactional email API. No official Python SDK exists — postmarker is the primary community library (listed by Postmark on their developer docs). Maintained by Dmitry Dygalo. v1.0 released but project marked inactive on Snyk (no new PyPI releases in 12+ months as of mid-2025). Django email backend included.","language":"python","status":"maintenance","version":"1.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/postmarker"},{"library":"pyairtable","type":"library","categories":["crm-productivity","http-networking","database"],"description":"Official community Python client for the Airtable API. Formerly known as airtable-python-wrapper. Current version is 3.3.0 (Nov 2025). Has gone through major rewrites at 1.0, 2.0, and 3.0 — each with breaking changes. Many tutorials still reference the old airtable-python-wrapper package which is abandoned.","language":"python","status":"active","version":"3.3.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/pyairtable"},{"library":"pymilvus","type":"library","categories":["vector-search","database"],"description":"Official Python SDK for Milvus, the open-source vector database. Has two coexisting APIs: the modern MilvusClient (recommended, introduced in 2.3) and the legacy ORM API (connections.connect + Collection class). Both currently work but LLM-generated and tutorial code overwhelmingly uses the old ORM patterns. Milvus Lite (embedded SQLite-based local mode) is available via the milvus-lite extra on Linux/macOS only. Server version must be kept in sync with client minor version.","language":"python","status":"active","version":"2.6.8","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/pymilvus"},{"library":"qdrant-client","type":"library","categories":["vector-search","database","http-networking","ai-ml","llm-agents"],"description":"Official Python client for the Qdrant vector search engine. Supports both remote server (gRPC or REST) and local in-memory/on-disk mode without a running server. All data operations use query_points() as the unified interface as of 1.10+. Prior search/recommend/discover methods removed in 1.14.0. Bundles FastEmbed for optional local embedding generation. Async support via AsyncQdrantClient.","language":"python","status":"active","version":"1.17.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/qdrant-client"},{"library":"redisvl","type":"library","categories":["vector-search","database","ai-ml","llm-agents"],"description":"The official AI-native Python client for vector search on Redis. Wraps redis-py with a high-level interface for defining vector schemas, building HNSW/FLAT indexes, running hybrid search, semantic routing, LLM caching, and session memory. Requires Redis 7.2+ with Search & Query module, or Redis Stack (self-hosted), or Redis Cloud. The underlying redis-py client is a separate package ('redis') — redisvl depends on it. Import root is 'redisvl'. Maintained by Redis Inc.","language":"python","status":"active","version":"0.14.1","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/redisvl"},{"library":"replicate","type":"library","categories":["ai-ml","llm-agents","http-networking"],"description":"Python client for running ML models on Replicate's cloud API. v0.x stable client is at 1.x on PyPI. A v2.0 beta (replicate-python-beta) exists as a separate package with a redesigned API. replicate.stream() is deprecated in v2. Billing changed to prepaid credit for new accounts in July 2025.","language":"python","status":"active","version":"1.0.4","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/replicate"},{"library":"resend","type":"library","categories":["communication"],"description":"Official Python SDK for the Resend transactional email API. Active, frequently updated. v2.0 (May 2024) added TypedDict-based type hinting. Module-level api_key pattern is the primary auth method. No class instantiation — all methods are called as class methods on resend.Emails, resend.Contacts, etc.","language":"python","status":"active","version":"2.23.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/resend"},{"library":"runpod","type":"library","categories":["llm-agents","ai-ml","aws"],"description":"Official Python SDK and serverless worker framework for the RunPod cloud GPU platform. Provides tools for creating serverless endpoint workers, managing pods, and interacting with the RunPod API. Used both as a client library and as the runtime framework inside serverless containers.","language":"python","status":"active","version":"1.7.9","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/runpod"},{"library":"semantic-kernel","type":"library","categories":["llm-agents","ai-ml","vector-search","aws","azure","gcp"],"description":"Microsoft's open-source SDK for integrating LLMs into applications. Model-agnostic (OpenAI, Azure OpenAI, Google, Hugging Face, Mistral, etc.), supports Python, C#, and Java. Provides plugins (tools), prompt templating, multi-agent orchestration (AgentChat framework), and vector store integrations for RAG. Production-stable as of v1.x. Currently the primary Microsoft-maintained AI framework (AutoGen is maintenance-only; Microsoft Agent Framework is the future successor).","language":"python","status":"active","version":"1.39.4","install_tag":"reviewed","verified_status":"install_fail","url":"https://checklist.day/v1/registry/semantic-kernel"},{"library":"sendgrid","type":"sdk","categories":["communication"],"description":"Official Python SDK for the Twilio SendGrid Email API v3. Owned by Twilio. Two send patterns exist: Mail helper class and raw dict. v6.x is a breaking change from v5.x. Free plan retired May 2025. SDK last meaningfully updated Sep 2025 — in maintenance mode.","language":"python","status":"maintenance","version":"6.12.5","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/sendgrid"},{"library":"sentence-transformers","type":"library","categories":["ai-ml","llm-agents","vector-search"],"description":"Framework for computing dense sentence/text/image embeddings using transformer models. Primary use cases: semantic search, semantic similarity, clustering, and reranking. Wraps transformers and provides SentenceTransformer (embedding), CrossEncoder (reranker), and SparseEncoder (sparse embedding) classes. 15,000+ pretrained models on HF Hub. Now officially maintained by Hugging Face (Tom Aarsen) after transfer from UKP Lab/TU Darmstadt. Package name: sentence-transformers (hyphen). Import name: sentence_transformers (underscore).","language":"python","status":"active","version":"5.3.0","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/sentence-transformers"},{"library":"stripe","type":"sdk","categories":["payments","http-networking"],"description":"Official Python SDK for the Stripe Payments API. Actively maintained by Stripe. Versioned on a date-based API release cycle (e.g. 2026-02-25.clover). SDK major versions track breaking Python API changes separately from API version pinning. Current API version: 2026-02-25.clover.","language":"python","status":"active","version":"14.2.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/stripe"},{"library":"tiktoken","type":"library","categories":["llm-agents","ai-ml"],"description":"Fast BPE tokenizer from OpenAI, written in Rust. Used to count tokens and encode/decode text for OpenAI models. 3-6x faster than comparable Python tokenizers. Does NOT call any API — purely local computation. Requires a Rust compiler at build time on platforms without pre-built wheels. Package name and import name are both 'tiktoken'.","language":"python","status":"active","version":"0.12.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/tiktoken"},{"library":"together-ai","type":"library","categories":["llm-agents","ai-ml"],"description":"Official Python SDK for Together AI platform. OpenAI-compatible API for running 100+ open-source models. Has gone through two full rewrites: pre-v1 (2023) → v1.0 (April 2024) → v2.0 RC (2025, not yet GA on PyPI). Can also be used via OpenAI client with base_url override.","language":"python","status":"active","version":"1.4.1","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/together-ai"},{"library":"traceloop-sdk","type":"library","categories":["observability","llm-agents","ai-ml"],"description":"Python SDK for OpenLLMetry — an open-source, OpenTelemetry-based observability library for LLM applications built and maintained by Traceloop. Provides auto-instrumentation for 20+ LLM providers (OpenAI, Anthropic, Gemini, Bedrock, Ollama) and frameworks (LangChain, LlamaIndex, CrewAI), plus manual @workflow/@task/@agent decorators. KEY RELATIONSHIP: traceloop-sdk is the convenience wrapper around OpenLLMetry instrumentation packages. 'openllmetry' is NOT a separate installable package — it's the umbrella project name for the GitHub monorepo. The installable SDK is 'traceloop-sdk'. By default, traces are exported to Traceloop cloud, but the SDK is fully vendor-agnostic via TRACELOOP_BASE_URL — it can export to any OTLP backend (Datadog, Grafana, Jaeger, Honeycomb, etc.) without using Traceloop's platform at all.","language":"python","status":"active","version":"0.52.5","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/traceloop-sdk"},{"library":"transformers","type":"library","categories":["ai-ml","llm-agents","data"],"description":"The central model-definition framework for state-of-the-art ML models across text, vision, audio, video, and multimodal tasks. Provides pretrained model weights, tokenizers, pipelines, and training APIs. Interfaces with PyTorch (primary), with 400+ model architectures and 750k+ checkpoints on the Hub. MAJOR VERSION NOTE: v5 released late 2025 — first major release in 5 years. v5 is PyTorch-only (TensorFlow/Flax/JAX removed). pip install transformers installs v5 as of Feb 2026. v4 was the last stable version before this; v4.57.x is the last v4 release. Requires Python 3.10+ in v5.","language":"python","status":"active","version":"5.2.0","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/transformers"},{"library":"twilio","type":"sdk","categories":["communication"],"description":"Official Python helper library for the Twilio REST API (SMS, voice, WhatsApp, email, video). v9.0 (2024) was a full OpenAPI-generated rewrite. v6.0 removed TwilioRestClient. All pre-v6 import patterns are broken. Actively maintained.","language":"python","status":"active","version":"9.10.2","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/twilio"},{"library":"vonage","type":"library","categories":["communication"],"description":"The `vonage` Python SDK (currently v4.x.x) provides a streamlined interface to interact with various Vonage APIs, including the Application API. Vonage Applications are a core concept for configuring security and capabilities (like Voice, Messages, RTC) for your Vonage services. This SDK is actively maintained with a regular release cadence, with version 4.x.x being a significant rewrite of previous major versions. While a `vonage-application` PyPI package exists (v2.0.1), the recommended and actively supported way to manage Vonage Applications programmatically in Python is through the main `vonage` SDK.","language":"python","status":"active","version":"4.7.2","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/vonage"},{"library":"weaviate-client","type":"library","categories":["vector-search","database","http-networking","llm-agents"],"description":"Official Python client for the Weaviate vector database. v4 is a complete rewrite from v3 — uses gRPC for data operations (significantly faster), strong typing, collection-centric API, and context manager connection lifecycle. v3 API (weaviate.Client class) removed from the v4 package as of late 2024. Compatible with Weaviate server >= 1.23.7. Supports local, cloud (Weaviate Cloud), and custom deployments.","language":"python","status":"active","version":"4.20.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/weaviate-client"},{"library":"wechatpayv3","type":"library","categories":["payments","auth-security","communication","http-networking"],"description":"Community Python SDK for WeChat Pay API v3 — the de-facto standard for WeChat Pay v3 integration in Python. Covers direct merchant mode and service provider (partner) mode. Handles RSA signature generation, platform certificate auto-download and rotation, sensitive field encryption, and callback verification/decryption automatically. IMPORTANT: Multiple competing packages exist on PyPI (wechat_pay, pywechatpay, wechatpy, pywe-pay). Only 'wechatpayv3' targets the v3 API and is actively maintained. NOTE: This is a community SDK — WeChat Pay has no official Python SDK.","language":"python","status":"active","version":"2.0.1","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/wechatpayv3"},{"library":"wechatpy","type":"library","categories":["http-networking","auth-security","communication","aws"],"description":"Server-side Python SDK for WeChat (Weixin) Mini Programs. Handles the backend half of Mini Program interactions: login verification (jscode2session), access token management, template messages, and encrypted data decryption. The dominant community SDK is wechatpy — no official Tencent Python SDK exists. Mini Program frontend runs in WeChat's JavaScript runtime (WXML/WXSS); Python handles server-side API calls only.","language":"python","status":"active","version":"1.8.18","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/wechatpy"},{"library":"xai-sdk","type":"library","categories":["llm-agents","ai-ml"],"description":"Official Python SDK for xAI's Grok models — gRPC-based client for chat, image generation, and agentic tool use. Also supports OpenAI-compatible REST API.","language":"python","status":"active","version":"1.7.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/xai-sdk"},{"library":"zep-cloud","type":"library","categories":["llm-agents","database"],"description":"Long-term memory and context platform for AI assistants. Two separate PyPI packages: zep-cloud (managed platform) and zep-python (OSS/Community Edition). Not interchangeable. zep-python v2.x main branch now ships the Cloud SDK — OSS users need the oss branch build.","language":"python","status":"active","version":"3.16.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/zep-cloud"},{"library":"PyGithub","type":"library","categories":["http-networking","devops","crm-productivity"],"description":"Community-maintained Python library for GitHub REST API v3. Current version is 2.8.1 (Feb 2026). Note: package name on PyPI is 'PyGithub' (capital P and G) but imports as 'github' (lowercase). Not an official GitHub SDK.","language":"python","status":"active","version":"2.8.1","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/PyGithub"},{"library":"jira","type":"library","categories":["http-networking","crm-productivity","communication","web-framework"],"description":"Two separate community-maintained Python libraries exist for Jira: 'jira' (pip install jira, v3.10.5) and 'atlassian-python-api' (pip install atlassian-python-api, v4.0.7). Neither is an official Atlassian SDK. They have different APIs, auth patterns, and JQL methods. Agents frequently mix them up.","language":"python","status":"active","version":"3.10.5 (jira) / 4.0.7 (atlassian-python-api)","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/jira"},{"library":"slack-sdk","type":"library","categories":["communication"],"description":"Official Slack SDK for Python. Current version is 3.41.0 (Mar 2026). PyPI package is 'slack-sdk', imports as 'slack_sdk'. The predecessor 'slackclient' is in maintenance mode — vast amounts of tutorial code still references it. This is the official replacement.","language":"python","status":"active","version":"3.41.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/slack-sdk"},{"library":"discord.py","type":"library","categories":["communication","http-networking","web-framework"],"description":"discord.py is a modern, easy-to-use, feature-rich, and async-ready API wrapper for Discord written in Python. It simplifies interaction with the Discord API, enabling developers to create bots with various functionalities, from simple message responders to complex moderation tools. The library is actively maintained, with new releases typically following Discord API updates, and currently requires Python 3.8 or higher. [1, 2, 7]","language":"python","status":"active","version":"2.3.2","install_tag":"verified","verified_status":"install_fail","url":"https://checklist.day/v1/registry/discord.py"},{"library":"auth0-python","type":"library","categories":["auth-security","http-networking","communication"],"description":"Official Auth0 SDK for Python. Current version is 5.0.0 (Feb 2026). Three separate API generations exist (v3, v4, v5) with incompatible import paths and response types. The 'auth0.v3' namespace was removed in v4. v5 rewrites the Management API responses from dicts to Pydantic models. Enormous tutorial and LLM corpus still references auth0.v3 imports.","language":"python","status":"active","version":"5.0.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/auth0-python"},{"library":"clerk-backend-api","type":"library","categories":["auth-security","http-networking","crm-productivity"],"description":"Official Clerk backend SDK for Python. Current version is 5.0.2 (Feb 2026). PyPI package is 'clerk-backend-api', imports as 'clerk_backend_api'. SDK was only released in beta Oct 2024 — most tutorials predate it and use manual JWT verification with PyJWT. Three confusable PyPI packages: 'clerk-backend-api' (official), 'clerk-sdk' (unrelated third-party), 'clerk-sdk-python' (single-release stub). Package was previously also distributed as 'clerk' during alpha.","language":"python","status":"active","version":"5.0.2","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/clerk-backend-api"},{"library":"supabase","type":"library","categories":["aws"],"description":"Official Supabase Python client. Current version is 2.28.2 (Mar 2026). Auth is accessed via supabase.auth — not a separate install. The underlying auth library was renamed twice: gotrue-py → auth-py → supabase-auth. The standalone package is 'supabase-auth' (imports as 'supabase_auth'). Most auth is used through the main 'supabase' package via create_client(). Massive tutorial corpus uses the old sign_in() method removed in favor of sign_in_with_password().","language":"python","status":"active","version":"2.28.2","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/supabase"},{"library":"vercel","type":"library","categories":["devops","http-networking"],"description":"Official Vercel Python SDK. Current version is 0.4.0 (Feb 2026), released as beta Oct 2025. PyPI package is 'vercel', imports as 'vercel'. SDK only covers Blob, Sandbox, Runtime Cache, and OIDC — it does NOT wrap the Vercel REST API (deployments, projects, domains). Five competing PyPI packages exist for Vercel-related Python work: vercel (official), vercel-sdk (official alias), vercel_blob (community), vercel_storage (community), vercelpy (community). Most tutorials predate the official SDK and use community packages.","language":"python","status":"active","version":"0.4.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/vercel"},{"library":"pygithub","type":"library","categories":["http-networking","devops","crm-productivity"],"description":"Python library to access the GitHub REST API v3. Provides typed Python objects for repositories, issues, pull requests, users, organizations, and more. Built on top of requests. Current version is 2.6.0 (2025). Supports Python 3.8+.","language":"python","status":"active","version":"2.6.0","install_tag":"verified","verified_status":"passing","url":"https://checklist.day/v1/registry/pygithub"},{"library":"cloudflare-workers","type":"library","categories":["aws"],"description":"Python SDK for building Cloudflare Workers. Allows writing serverless functions in Python that run on the Cloudflare edge network using Pyodide (CPython compiled to WebAssembly). This is distinct from the 'cloudflare' package which is the API client for managing Cloudflare resources.","language":"python","status":"active","version":"0.0.8","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/cloudflare-workers"},{"library":"upstash","type":"library","categories":["database","vector-search","workflow","devops"],"description":"Unified Python SDK for Upstash cloud services including Redis, Vector, QStash, and Workflow. Provides serverless-friendly clients optimized for edge and serverless environments with HTTP-based connections. Replaces the older individual packages (upstash-redis, upstash-vector, upstash-qstash).","language":"python","status":"active","version":"1.2.0","install_tag":"verified","verified_status":"install_fail","url":"https://checklist.day/v1/registry/upstash"},{"library":"libsql-experimental","type":"library","categories":["database"],"description":"Python SDK for Turso, a distributed SQLite database built on libSQL. Provides a dbapi2-compatible interface for connecting to local SQLite files, libSQL servers, and Turso hosted databases. The package name on PyPI is libsql-experimental (not 'turso').","language":"python","status":"active","version":"0.0.49","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/libsql-experimental"},{"library":"fdic-api","type":"library","categories":["data","http-networking"],"description":"Python wrapper for the FDIC BankFind Suite API, providing access to FDIC banking data including institution details, financial reports, history, failures, and summary statistics. Simplifies querying the public FDIC REST API with Pythonic interfaces.","language":"python","status":"active","version":"N/A","install_tag":"stale","verified_status":"import_fail","url":"https://checklist.day/v1/registry/fdic-api"},{"library":"sec-edgar-api","type":"library","categories":["http-networking"],"description":"Python wrapper for the SEC EDGAR REST API providing access to company filings, submissions, and financial data from the U.S. Securities and Exchange Commission. Supports querying company facts, submissions, and XBRL companion data without requiring API keys.","language":"python","status":"active","version":"0.1.7","install_tag":"stale","verified_status":"import_fail","url":"https://checklist.day/v1/registry/sec-edgar-api"},{"library":"irs-api","type":"library","categories":["http-networking"],"description":"Unofficial Python wrapper for accessing IRS (Internal Revenue Service) public data and tax-related information programmatically. Provides convenience methods for retrieving tax forms, instructions, and other IRS public resources.","language":"python","status":"maintenance","version":"N/A","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/irs-api"},{"library":"sam-gov-api","type":"library","categories":["http-networking","data","devops"],"description":"Python wrapper for the SAM.gov (System for Award Management) public API. Provides access to entity registration data, opportunities, exclusions, and other federal procurement data from SAM.gov. Simplifies authentication and pagination when querying the SAM.gov API endpoints.","language":"python","status":"active","version":"N/A","install_tag":"stale","verified_status":"passing","url":"https://checklist.day/v1/registry/sam-gov-api"}]}