Jestor client library for python.
Documentation with all available functions can be found here
Install from PyPi using pip, a package manager for Python.
pip install jestor
If pip install fails on Windows, check the path length of the directory. If it is greater 260 characters then enable Long Paths or choose other shorter location.
Don't have pip installed? Try installing it, by running this from the command line:
$ curl https://bootstrap.pypa.io/get-pip.py | python
Getting started with the Jestor API couldn't be easier. Create a
Jestor instance and you're ready to go.
from jestor.Jestor import Jestor
jestor_client = Jestor('<api token>', '<account>')
result = jestor_client.table('sample_tab').get(limit=3) # result will be a python array with values