Skip to content

molgenis-jenkins/molgenis-py-client

 
 

Repository files navigation

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.

About

A Python client for the MOLGENIS REST API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%