A Python library for general research functions using NMDC APIs
Project description
nmdc_api_utilities
A library designed to simplify various research tasks for users looking to leverage the NMDC (National Microbiome Data Collaborative) APIs. The library provides a collection of general-purpose functions that facilitate easy access, manipulation, and analysis of microbiome data.
Usage
Example use of the Biosample class:
from nmdc_api_utilities.biosample_search import BiosampleSearch
# Create an instance of the module
biosample_client = BiosampleSearch()
# Use the variable to call the available functions
biosample_client.get_record_by_id(collection_id="nmdc:bsm-13-amrnys72")
For real use case examples, see the nmdc_notebooks repository. Each of the Python Jupyter notebooks use this package.
Logging - Debug Mode
To see debugging information, include these two lines where ever you are running the functions:
import logging
logging.basicConfig(level=logging.DEBUG)
# when this is run, you will see debug information in the console.
biosample_client.get_record_by_id(collection_id="nmdc:bsm-13-amrnys72")
Installation
To install, run:
python3 -m pip install nmdc_api_utilities
Peridodically run
python3 -m pip install --upgrade nmdc_api_utilities
to ensure you have the latest updates from this package.
Documentation
Documentation about available functions and helpful usage notes can be found at https://microbiomedata.github.io/nmdc_api_utilities/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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 nmdc_api_utilities-0.3.7.tar.gz.
File metadata
- Download URL: nmdc_api_utilities-0.3.7.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75aea190edb2dfb99030b5b51b31b0a80f84daaf1e149587bd3bfac9653c4b93
|
|
| MD5 |
7df0c3ff31c59246cc4629775651c1c4
|
|
| BLAKE2b-256 |
3f98bfb69adc51465bd53ca92d8894de3c4363c955bf22bd6c0bf0622e8d0b83
|
File details
Details for the file nmdc_api_utilities-0.3.7-py3-none-any.whl.
File metadata
- Download URL: nmdc_api_utilities-0.3.7-py3-none-any.whl
- Upload date:
- Size: 31.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
524ce0494c2455b08b01aad09ff74eb1e92d7acd289cf3c8fec21754811092d2
|
|
| MD5 |
362738a61dc0102727e32a429ff81dd1
|
|
| BLAKE2b-256 |
edc9ddde974d7bdff895f744a3dfdbe0d734ddecb53ddf27d0870adf689cb3c5
|