Python API#
An overview of the Hub API to get you going with Hub
Hub classes#
|
Provides access to communicate with an instance of a running Cegal Hub Server. |
|
A context or handle to a Cegal Hub Agent or Agents. |
|
A context or handle to a Cegal Hub Petrel Connector(s). |
|
The connection parameters for communicating with a Cegal Hub Server. |
|
A filter to target a particular instance of a Connector that is joined to Cegal Hub Server. |
Global configuration for the Python client communicating with a running Cegal Hub Server. |
|
The global Hub Server configuration for communicating with a Cegal Hub Server. |
|
|
A Base Context typically extended by another class which will contain some utility methods to communicate with a specific Connector type |
|
A convenience utility class for making GRPC unary, client and server streaming requests to Cegal Hub Connectors via a running Cegal Hub Server. |
|
A Cegal Hub configured GRPC channel for use with a Cegal Hub Server. |