Python client to the gypsum REST API¶
The gypsum_client
package provides the Python client to any instance of the gypsum REST API. This allows client (both in R and Python) packages to easily store and retrieve resources from the gypsum backend.
It also provides mechanisms to allow package maintainers to easily manage upload authorizations and third-party contributions.
Readers are referred to API’s documentation for a description of the concepts; this guide will strictly focus on the usage of the gypsum_client
package.
Note: check out the R/Bioconductor package for the gypsum REST API here.
Installation¶
Package is published to PyPI,
pip install gypsum_client
Check out the documentation for more information.
Note¶
This project has been set up using PyScaffold 4.5. For details and usage information on PyScaffold see https://pyscaffold.org/.