Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 752 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 752 Bytes

mati-python

Build Status Coverage Status PyPI

Mati Python3.6+ client library

Install

pip install mati

Testing

make venv
source venv/bin/activate
make test

Create Identity

from mati import Client

client = Client()
georg = client.identities.create(
    name='Georg Wilhelm Friedrich Hegel',
    occupation='Philosopher',
    dob='1770-08-27'
)