Svix - Webhooks as a service
Website | Documentation | Community Slack
Python library for interacting with the Svix API and verifying webhook signatures
Usage Documentation
You can find general usage documentation at https://docs.svix.com. For complete API documentation with code examples for each endpoint in all of our official client libraries head over to our API documentation site at https://api.svix.com.
Language Support
| ⚡️ Features ⚡️ | |
|---|---|
| Officially Supported | ✅ |
| API Support | ✅ |
| Signature Verification | ✅ |
| Caveats | None! 🚀 |
Installation
pip install svix
Usage
Please refer to the documentation or the API reference for more usage instructions.
Async
from svix.api import SvixAsync, ApplicationIn
svix = SvixAsync("AUTH_TOKEN")
app = await svix.application.create(ApplicationIn(name="Application name"))
Sync
from svix.api import Svix, ApplicationIn
svix = Svix("AUTH_TOKEN")
app = svix.application.create(ApplicationIn(name="Application name"))
Development
First checkout the core README for details on how to generate our API bindings, then follow the steps below.
Requirements
Installing dependencies
uv sync --frozen --all-groups
Contributing
Before opening a PR be sure to format your code!
uv run ./scripts/format.sh
uv run ./scripts/lint.sh
Running Tests
Simply run:
uv run pytest
Note that this will run integration tests that require a running Docker/Podman/etc server and working docker-compose
Release files for svix 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| svix-2.0.0.tar.gz | 53.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| svix-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 202.5 kB
Release files / svix-2.0.0.tar.gz
| Download URL | svix-2.0.0.tar.gz |
|---|---|
| Size | 53.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cbf11db12f8fad0b3cd2770ea441d96efc4e679d98c6c1d02a9943984f40d54b
|
|
BLAKE2b-256 checksum How to use checksums |
65c639de40d8d808dc5945d81f8cda7c50e7208fbb50b21e51f0d4693ec0dfdb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 19, 2026.
Transparency logRelease files / svix-2.0.0-py3-none-any.whl
| Download URL | svix-2.0.0-py3-none-any.whl |
|---|---|
| Size | 148.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d926f4e23654ad2efae2b388df81b213dcb34d3213134d5ec8a254e5177cfdcf
|
|
BLAKE2b-256 checksum How to use checksums |
9f7d32e210883c2c9b590fa98a19fd452ef502b252ff3658308f4d297ee1ab2d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 19, 2026.
Transparency log