Skip to main content

Interface for gRPC communication

Project description

edagames-grp

gRPC interface for edagames platform-game communication

## Compiling

To compile protobuf definition into Python files install grpcio-tools and execute

python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. ./eda_games.proto

## Examples

Examples for simple client and server are located in the examples folder

To run them each example use:

  • Client: python -m examples.client
  • Server: python -m examples.server

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eda5grpc-0.3.1.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

eda5grpc-0.3.1-py3-none-any.whl (11.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page