Python wrapper for the Complice API.
🚧 The Complice API is in early alpha mode. Use at your own risk.
pip install complice-api
from complice import CompliceAPI
# replace with your auth token, found at https://complice.co/apiclient/docs
complice = CompliceAPI('<AUTH_TOKEN>')
complice.get_goals()
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.