Skip to main content

BioModels RESTful API - Web Services

Project description

BioModels RESTful Web Services

Introduction

This package implements the RESTful API exposed in BioModels repository. All API endpoints can be followed up at BioModels' RESTful Web Services.

Installation

pip install biomodels-restful-api-client

Examples

Fetch model metadata

>>> from biomodels_restful_api_client import services as bmservices
>>> bmservices.get_model_info("BIOMD0000000900")
{'name': 'Bianca2013 - Persistence analysis in a Kolmogorov-type model for cancer-immune system competition', ..., 
'submissionId': 'MODEL1912180002', 'publicationId': 'BIOMD0000000900'}

Fetch model identifiers

>>> bmservices.get_model_identifiers()
{'hits': 2874, 'models': ['BIOMD0000000001', 'BIOMD0000000002', 'BIOMD0000000003', 'BIOMD0000000004', ...,
'MODEL9808533471', 'MODEL9810152478', 'MODEL9811206584']}

Developers

Contact

Licence

Please read LICENSE for information on the software availability and distribution.

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

biomodels_restful_api_client-0.1.1.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

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