{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/7"}],"enrichment":{"capability":"Provides a typed Python client for the Prelude REST API with both synchronous and asynchronous interfaces, generated with Stainless.","skillfed_tags":["api-client","async-support","type-safe"],"use_cases":["Integrate phone number or email verification into a Python application using Prelude's verification API.","Build async-first services that call Prelude endpoints concurrently without blocking.","Develop type-safe API integrations with IDE autocomplete and static type checking for Prelude requests and responses.","Handle API errors gracefully by catching specific exception types (RateLimitError, AuthenticationError, etc.) and implementing retry logic.","Configure per-request timeouts and retry policies for different verification workflows."],"what_it_does":"This is the official Python client library for the Prelude REST API, generated using Stainless. It wraps the Prelude service's endpoints in a typed, object-oriented interface that works with modern Python versions. The library provides both synchronous (Prelude) and asynchronous (AsyncPrelude) clients, both powered by httpx under the hood, with full type hints for request parameters and response objects via Pydantic models and TypedDicts.\n\nTypical usage involves instantiating a client with your API token, then calling methods like verification.create() to interact with the Prelude service. The library handles connection errors, rate limiting, timeouts, and retries automatically. It supports optional aiohttp as an HTTP backend for improved async concurrency. All responses are Pydantic models with helper methods for JSON serialization and dictionary conversion, and the library includes detailed error types for different HTTP status codes.","worth_installing":"Yes. This is a well-maintained, actively developed official SDK with no known vulnerabilities, low install friction, and permissive licensing. It supports current Python versions and provides both sync and async interfaces with full type safety. Install it if you need to integrate Prelude's verification service into a Python application."},"id":"prelude-python-sdk","links":{"html":"https://skillfed.io/packages/prelude-python-sdk","md":"https://skillfed.io/packages/prelude-python-sdk.md","pypi":"https://pypi.org/project/prelude-python-sdk/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-12","license_spdx":null,"license_treatment":"permissive","name":"prelude-python-sdk","python_support":"supports_current","summary":"The official Python library for the Prelude API"},"popularity":{"monthly_downloads":1044204,"position":4454,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.13.0"}
