The official Figure SDK for Python.
The intention of this module is to provide developers a nice API to integrate their Python applications with Figure.
Install the Figure SDK:
From Source:
https://github.com/postcard/figure-sdk-python
From git:
pip install git+https://github.com/postcard/figure-sdk-python.git
Please see https://figuredevices.com/docs/api/?python for the most up to date documentation.
We also support NodeJS SDK.
>>> import figure
>>> figure.token = "yourtoken"
>>> figure.Portrait.get_all_public()
...If you're having any problem, please raise an issue.
The project is licensed under the MIT license.