latonaio / grpc-io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grpc-io

grpc-ioは、主にエッジコンピューティング環境において、gRPCをセットアップするためのレポジトリです。

動作環境

  • OS: Linux OS
  • CPU: ARM / AMD / Intel

How to Install

python-base-imagesのsetup.pyに必要に応じてバージョンを指定して、使用してください。

setup(
    name="aion",
    version="0.0.1",
    author="XXXXXXXXXXXXXXXX",
    author_email="XXXXXXXXXXXXXXX",
    packages=find_packages(),
    install_requires=[
        "python-dateutil",
        "protobuf>=3.11.3",
        "grpcio",
        "mysqlclient",
        "pymongo",
        "retry",
    ],
)

go.mod に組み込む方法

grpc-golang を参照してください。

About

License:MIT License