Mati Python3.6+ client library
pip install mati
make venv
source venv/bin/activate
make test
from mati import Client
client = Client()
georg = client.identities.create(
name='Georg Wilhelm Friedrich Hegel',
occupation='Philosopher',
dob='1770-08-27'
)