Skip to content

Jestor-Tecnologia/python-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jestor SDK for Python - Version Beta

PyPI PyPI

Jestor client library for python.

Documentation

Documentation with all available functions can be found here

Installation

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

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

About

No description, website, or topics provided.

Resources

License

Stars

3 stars

Watchers

5 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors