Skip to main content

Svix webhooks API client and webhook verification library

Project description

Svix - Webhooks as a service

Website | Documentation | Community Slack

Python library for interacting with the Svix API and verifying webhook signatures

GitHub tag PyPI

Join our slack

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

  • python 3

Installing dependencies

python -m venv .venv
pip install -r requirements.txt && pip install -r requirements-dev.txt

Contributing

Before opening a PR be sure to format your code!

./scripts/format.sh

Running Tests

Simply run:

pytest

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

svix-1.69.0.tar.gz (46.1 kB view details)

Uploaded Source

Built Distribution

svix-1.69.0-py3-none-any.whl (95.1 kB view details)

Uploaded Python 3

File details

Details for the file svix-1.69.0.tar.gz.

File metadata

  • Download URL: svix-1.69.0.tar.gz
  • Upload date:
  • Size: 46.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for svix-1.69.0.tar.gz
Algorithm Hash digest
SHA256 5d8a800410ee0ad199437f401a41e70c71071a6625506f2a28541ab04298a7b8
MD5 ad4cd734d8df717e189dba517fb35b5c
BLAKE2b-256 91dac670d5cc9e49bc589daf379dcc742504ff8533c058424d90f172c8b616ba

See more details on using hashes here.

File details

Details for the file svix-1.69.0-py3-none-any.whl.

File metadata

  • Download URL: svix-1.69.0-py3-none-any.whl
  • Upload date:
  • Size: 95.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for svix-1.69.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bb34c71a0c9682be6047c7e61a9ca30d7389bec1516238f8cc39bc18c8c0a2b3
MD5 9f10dae47b9fcdc7f0ebe84fe89ab7d5
BLAKE2b-256 f227397c22d4341b06e39c92ca174cfb34648993e8fa5203c105fe40a90fa079

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page