Metadata-Version: 2.1
Name: common-pygrpc
Version: 0.0.2
Summary: common python grpc service
Home-page: https://github.com/reggiepy/common_pygrpc
Author: reggiepy
Author-email: reggiepy@foxmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: grpcio (==1.50.0)
Requires-Dist: protobuf (==3.20.3)

# python-grpc An Common Service RPC library
Based on grpcio，we define the common grpc service and function. By reflection & syntactic sugar，server side can provide rpc service easily, also client can declare rpc interface easily.

##Project HomePage
https://github.com/reggiepy/common_pygrpc
