Skip to content

v1.0.0

Choose a tag to compare

@cgenuity cgenuity released this 26 Feb 18:23
· 2 commits to main since this release

posthook-python v1.0.0

The official Python SDK for Posthook — schedule webhooks and deliver them reliably.

Features

  • Sync and async clients (Posthook and AsyncPosthook)
  • Schedule hooks with relative delay, absolute UTC time, or local time with timezone
  • Manage hooks: get, list, delete with auto-paginating list_all iterator
  • Bulk operations: retry, replay, cancel (by IDs or by filter)
  • Webhook signature verification for Flask, Django, and FastAPI
  • Typed errors with PosthookError hierarchy
  • Quota tracking on schedule responses
  • Only dependency: httpx

Install

pip install posthook-python

Requires Python 3.9+. See the README for full documentation.