Metadata-Version: 2.1
Name: ga4gh-drs-client
Version: 0.1.5
Summary: Retrieve omics data from Data Repository Service (DRS) web services
Home-page: https://github.com/ga4gh/ga4gh-drs-client
Author: Jeremy Adams
Author-email: jeremy.adams@ga4gh.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
Requires-Dist: click (>=7.0)
Requires-Dist: crc32c (>=1.7)
Requires-Dist: PyYAML (>=5.1.2)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: tqdm (>=4.35.0)

[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://mit-license.org/)
![Travis (.org)](https://img.shields.io/travis/ga4gh/ga4gh-drs-client?style=flat-square)
[![Read the Docs](https://img.shields.io/readthedocs/ga4gh-drs-client.svg?style=flat-square)](https://ga4gh-drs-client.readthedocs.io/en/latest/)
![Coveralls github](https://img.shields.io/coveralls/github/ga4gh/ga4gh-drs-client?style=flat-square)
![PyPI](https://img.shields.io/pypi/v/ga4gh-drs-client?style=flat-square)
[![Python 3.6](https://img.shields.io/badge/python-3.6%20|%203.7-blue.svg?style=flat-square)](https://www.python.org)

# ga4gh-drs-client

The GA4GH DRS Client is a Python-based command-line application for requesting
omics data and metadata from web services that are compliant with the [Data Repository Service (DRS) API Specification](https://github.com/ga4gh/data-repository-service-schemas). The DRS API specification, developed
by the [Global Alliance for Genomics and Health](https://www.ga4gh.org/), serves to provide a standardized
API framework to allow for interoperability of datasets hosted at different
institutions.

## Installation and Usage

Please review the [GA4GH DRS Client Documentation](https://ga4gh-drs-client.readthedocs.io/en/latest/) for instructions on how to install and use the command-line application.

## Additional Resources

1. [PyPI](https://pypi.org/project/ga4gh-drs-client/) - The DRS Client is 
available on the Python Package Index (PyPI)
2. [Docker](https://hub.docker.com/r/ga4gh/ga4gh-drs-client) - The DRS Client
can be run through a preconfigured image


