A client for the SABI api (www.sabi.ai)
Project description
Sabi
To set up the repo:
pip install wheel
pip install twine
API Serenity at sabi.ai.
To Deploy:
- Make the changes
- Increment the version (setup.py)
make deploy
Example usage:
pip install sabi
from sabi import Sync
api_key = <your api key>
sabi_sync_api = Sync(api_key)
sabi_sync_api.get_missing_individuals()
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
sabi-0.0.16.tar.gz
(4.4 kB
view hashes)
Built Distribution
sabi-0.0.16-py3-none-any.whl
(5.0 kB
view hashes)