Skip to main content

Python Client for the iDigBio Search API

Project description

A python client for the idigbio v2 API

Two Forms

Returning JSON from the API as an iterator.

import idigbio
api = idigbio.json()
json_output = api.search_records()

Returning a Pandas Data Frame from the JSON API.

import idigbio
api = idigbio.pandas()
pandas_output = api.search_records()

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

idigbio-0.2.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

idigbio-0.2.1-py2.py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 2 Python 3

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