Skip to main content

Jestor Python Client

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jestor-1.0.5.tar.gz (6.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page