Skip to content

A Python client for the National Microbiome Data Collaborative

Notifications You must be signed in to change notification settings

jeffbaumes/nmdc-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nmdc-client

This module provides functions to interact with the NMDC API, including retrieving metadata into dataframes and linking across schema objects.

Getting started

To install:

pip install git+https://github.com/jeffbaumes/nmdc-client.git

To use:

from nmdc_client import NmdcClient
from nmdc_schema import nmdc

client = NmdcClient()
studies = client.find(nmdc.Study)

About

A Python client for the National Microbiome Data Collaborative

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages