/gdc-client

GDC Data Transfer Tool

Primary LanguagePythonApache License 2.0Apache-2.0

GDC Data Transfer Tool (gdc-client)

Overview of the GDC Data Transfer Tool

The gdc-client provides several convenience functions over the GDC API which provides general download/upload via HTTPS.

Badges:

Codacy Badge Python 3 Updates

Tests

In order to run tests:

  • pip install -r requirements.txt
  • pip install -r dev-requirements.txt
  • python setup.py install

Run tests

  • python -m pytest tests/ Run tests with coverage:
  • python -m pytest --cov=gdc_client --cov-branch --cov-report term tests/

Contributing

Read how to contribute here