52 Star 166 Fork 1

Gitee 极速下载/grpc-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/grpc/grpc.git
克隆/下载
setup.cfg 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
# Setup settings for GRPC Python
[coverage:run]
plugins = Cython.Coverage
[build]
build_base=pyb
[build_ext]
inplace=1
[build_package_protos]
exclude=.*protoc_plugin/protoc_plugin_test\.proto$
[metadata]
license_files = LICENSE
# NOTE(lidiz) Adding examples one by one due to pytype aggressive errer:
# ninja: error: build.ninja:178: multiple rules generate helloworld_pb2.pyi [-w dupbuild=err]
# TODO(xuanwn): include all files in src/python/grpcio/grpc
[pytype]
inputs =
src/python/grpcio/grpc/experimental
src/python/grpcio/grpc
src/python/grpcio_tests/tests_aio
src/python/grpcio_observability/grpc_observability
examples/python/auth
examples/python/helloworld
exclude =
**/*_pb2.py
src/python/grpcio/grpc/framework
src/python/grpcio/grpc/aio
src/python/grpcio/grpc/beta
src/python/grpcio/grpc/__init__.py
src/python/grpcio/grpc/_simple_stubs.py
# NOTE(lidiz)
# import-error: C extension triggers import-error.
# module-attr: pytype cannot understand the namespace packages by Google.
# attribute-error: Data classes in grpc module doesn't specify attributes.
disable = "import-error,module-attr,attribute-error"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/grpc-framework.git
git@gitee.com:mirrors/grpc-framework.git
mirrors
grpc-framework
grpc-framework
master

搜索帮助