The constants.py module#
Summary#
Default host used by Speos RPC server and client |
|
Default port used by Speos RPC server and client |
|
Latest supported Speos version of the current PySpeos Package |
|
Maximum message length value accepted by the Speos RPC server, |
|
Maximum message Size accepted by grpc channel, |
|
Global Origin |
Description#
Collection of all constants used in pySpeos.
Module detail#
- constants.DEFAULT_VERSION: str = '252'#
Latest supported Speos version of the current PySpeos Package
- constants.MAX_SERVER_MESSAGE_LENGTH: int#
Maximum message length value accepted by the Speos RPC server, By default, value stored in environment variable SPEOS_MAX_MESSAGE_LENGTH or 268 435 456.
- constants.MAX_CLIENT_MESSAGE_SIZE: int = 4194304#
Maximum message Size accepted by grpc channel, By default, 4194304.
- constants.ORIGIN = [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1]#
Global Origin