Jestor Python Client
Project description
Jestor SDK for Python - Version Beta
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 Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jestor-1.0.1-py3-none-any.whl.
File metadata
- Download URL: jestor-1.0.1-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfc833be1ad6b85a222f6422a00c2b4bada5f8a0f8035b1d422874f35406229f
|
|
| MD5 |
fcaec1bc57a76220e6229f499d430325
|
|
| BLAKE2b-256 |
9d87e66790622519a42e38ddaba0f252aef266af00ec90027830066c9fd20ba8
|
File details
Details for the file jestor-1.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: jestor-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cc729b5148cafc4d9847963deabd62d8f46f0f359142f1848fae660099aad88
|
|
| MD5 |
e4c89f40b1f0bb0efef8713412c23bce
|
|
| BLAKE2b-256 |
a32f64b36a7b2e3e5fe9acc8405123600ac61058186e7695d25c7de0d7fca7b3
|