Python client for the grand-challenge.org REST API
- Free software: Apache Software License 2.0
This client library is a handy way to interact with the REST API for grand-challenge.org from python, and provides some convenience methods. Documentation and examples can be found on Grand Challenge.
This client is tested using the tox
framework. This enables testing
the client in various python-version environments.
For example, running a specific your_test
for only the python 3.9
environment can be done as follows:
tox -e py39 -- -k your_test