{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/14"}],"enrichment":{"capability":"Provides a typed Python client for the PostGrid REST API, supporting both synchronous and asynchronous access to print mail, address verification, and bulk verification services.","skillfed_tags":["rest-api-client","async-support","typed-bindings"],"use_cases":["Integrate print mail services into a Python application to create and manage postal contacts and letters programmatically.","Verify postal addresses in bulk or individually before sending physical mail to reduce delivery failures.","Build async-first applications that need to batch address verification requests without blocking.","Automate postal mail workflows with typed, IDE-assisted API calls and built-in pagination handling.","Handle API errors gracefully with specific exception types for rate limits, authentication, and connection issues."],"what_it_does":"PostGrid Python is the official client library for accessing PostGrid's REST API from Python applications. It wraps the PostGrid print mail, address verification, and bulk verification services behind a typed, developer-friendly interface. The library provides both synchronous and asynchronous clients powered by httpx, with full type hints for request parameters and response objects using Pydantic models and TypedDicts.\n\nThe package is designed to handle common API patterns automatically: paginated list responses are wrapped in auto-iterating objects so you can loop through results without manually fetching pages, file uploads accept bytes or path-like objects, and errors are categorized into specific exception types (authentication, rate limit, connection, etc.) for granular error handling. It supports modern Python versions from 3.9 onward and includes optional aiohttp support for improved async concurrency.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, low install friction, and provides a well-typed interface to a specific service. Install it if you need to integrate PostGrid's print mail or address verification APIs into a Python application; skip it if you don't use PostGrid or prefer direct HTTP calls."},"id":"postgrid-python","links":{"html":"https://skillfed.io/packages/postgrid-python","md":"https://skillfed.io/packages/postgrid-python.md","pypi":"https://pypi.org/project/postgrid-python/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-15","license_spdx":null,"license_treatment":"permissive","name":"postgrid-python","python_support":"supports_current","summary":"The official Python library for the PostGrid API"},"popularity":{"monthly_downloads":249796,"position":8645,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.3.0"}
