Python API
Dependencies
The Python SDK depends on the following library.
You can install it using pip as described in the installation.
Language mapping
As for mapping messages into Python classes, see the reference.
There are two types of generated files. All the gRPC messages are converted into XXX_pb2.py, while the functions of services are into XXX_pb2_grpc.py. These files will be in biostar/service. For their usage, refer to the tutorials.
Resources
In addition to the G-SDK API and tutorials, you can also refer to the following documentation.