/molgenis-py-client

A Python client for the MOLGENIS REST API

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

Quality Status

molgenis-py-client

A Python client for the MOLGENIS REST API

How to install

In a terminal, run:

pip install molgenis-py-client

Development

Want to help out? Fork and clone this repository, go to the root of the project and create a virtual environment (requires Python 3.7 or higher):

python -m virtualenv env

Now activate the environment. How to do this depends on your operating system, read the virtualenv docs for more info. The following example assumes MacOS:

source env/bin/activate

Then install the project in development mode:

pip install -e .

If you want to leave the environment, use deactivate.