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./src --python_out=./src --grpc_python_out=./src ./src/edagames_grpc/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

Package

  • Command to install the package:

pip install edagames-grpc

  • Steps for running a new version package with changes:
  1. Change the version in the setup.py
  2. run: python setup.py bdist_wheel sdist to update the package locally
  3. run: twine upload dist/* to upload the new package version to pypi

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

edagames_grpc-1.1.0.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

edagames_grpc-1.1.0-py3-none-any.whl (12.0 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