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.
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/
Read how to contribute here