Skip to content

Latest commit

 

History

History
 
 

python

Svix

The Svix client API documentation

Please refer to the documentation for usage instructions.

Development

Install Deps

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

Run Tests

pytest