Metadata-Version: 2.1
Name: vital
Version: 1.1.25
Summary: 
Home-page: https://github.com/adeptlabs/vital-python
License: GNU
Keywords: vital,tryvital,python
Author: maitham
Author-email: maitham@tryvital.io
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Console
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Documentation
Requires-Dist: PyJWT (>=2.0.1,<3.0.0)
Requires-Dist: arrow
Requires-Dist: auth0-python
Requires-Dist: importlib-metadata (>=3.7.3,<4.0.0)
Requires-Dist: requests
Requires-Dist: svix (>=0.41.2,<0.42.0)
Project-URL: Repository, https://github.com/adeptlabs/vital-python
Description-Content-Type: text/markdown

# vital-python

The official Python Library for [Vital API](https://docs.tryvital.io)

# Install

```
pip install vital
```

# Installing locally

```
poetry build --format sdist
tar -xvf dist/*-`poetry version -s`.tar.gz -O '*/setup.py' > setup.py
```

## Documentation

Please refer to the official [Vital docs](https://docs.tryvital.io) provide a full reference on using this library.

