Prerequisites

  • Python 3.5 or higher
  • pip version 9.0.1 or higher
  • Install gRPC
     python -m pip install grpcio
     python -m pip install grpcio-status
    

Python Library

  1. Download the latest version of Python library from github.
  2. Unzip the archive file.
  3. Add the installation and biostar/service directory to PYTHONPATH.

Examples

You can see the examples in the example directory. Refer to the quick start guide.

Updated: