Metadata-Version: 2.1
Name: svix
Version: 0.25.0
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
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
