Metadata-Version: 2.1
Name: svix
Version: 0.20.1
Summary: Svix
Home-page: https://www.svix.com
Author: Svix
Author-email: development@svix.com
License: MIT
Description: # Svix
        The Svix client API documentation
        
        Please refer to [the documentation](https://docs.svix.com/) for usage instructions.
        
        
        ## Development
        
        ### Install Deps
        
        ```sh
        python -m venv .venv
        pip install -r requirements.txt && pip install -r requirements-dev.txt
        ```
        
        ### Run Tests
        
        ```sh
        pytest
        ```
Keywords: svix,diahook,webhooks
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
