Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

CSIS-iLab/fieldbook-python

Repository files navigation

Fieldbook API Client

A Fieldbook python3.x client. Currently a read-only client.

  • Free software: ISC license
Build Status

Installation

pip install git+https://github.com/CSIS-iLab/fieldbook-python.git

Usage

A basic example:

from fieldbook import Fieldbook

book = Fieldbook(fieldbook_id, key='yourkey', secret='yoursecret')

# list sheets in book
print(book.sheets())

# Request data from a sheet, with filters
data = book.get('people', params={'first_name': 'John', 'include': 'first_name,last_name,alias'})

See the Fieldbook API docs for more information.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published