Searched +full:grpcio +full:- +full:sys +full:- (Results 1 – 25 of 38) sorted by relevance
12
| /external/rust/crates/grpcio/ |
| D | Cargo.toml.orig | 2 name = "grpcio" 6 license = "Apache-2.0" 8 repository = "https://github.com/tikv/grpc-rs" 10 homepage = "https://github.com/tikv/grpc-rs" 11 documentation = "https://docs.rs/grpcio" 13 categories = ["asynchronous", "network-programming"] 17 all-features = true 20 grpcio-sys = { path = "grpc-sys", version = "0.13.0", default-features = false } 22 futures-executor = "0.3" 23 futures-util = { version = "0.3", default-features = false, features = ["std", "sink"] } [all …]
|
| D | Cargo.toml | 14 name = "grpcio" 19 homepage = "https://github.com/tikv/grpc-rs" 20 documentation = "https://docs.rs/grpcio" 31 "network-programming", 33 license = "Apache-2.0" 34 repository = "https://github.com/tikv/grpc-rs" 37 all-features = true 43 [dependencies.futures-executor] 46 [dependencies.futures-util] 52 default-features = false [all …]
|
| D | CHANGELOG.md | 1 # 0.13.0 - 2023-08-17 3 - Publicize prost service generator (#612) 4 - Update grpc to 1.56.2 (#621) (#624) (#629) 5 - Fix unknown log file and module in slog (#623) 6 - gate auth context under _secure feature (#622) 7 - rust-protobuf 3 support (#615) 9 # 0.12.1 - 2023-02-14 11 - Provide more debug info for RpcStatus (#603) 12 - Compile on latest stable (#605) 13 - Allow accessing grpcio client and channel (#597) [all …]
|
| D | README.md | 1 # gRPC-rs 3 `gRPC-rs` is a Rust wrapper of [gRPC Core](https://github.com/grpc/grpc). [gRPC](http://www.grpc.io… 5 [](https://crates.io/crates/… 6 [](https://docs.rs/grpcio) 7 [](https://github.com/tikv/g… 8 [](https://travis-ci.org/tikv/grpc-rs) 14 - [x] Basic asynchronous unary/steaming call 15 - [x] SSL 16 - [x] Generic call 17 - [x] Connection level compression [all …]
|
| /external/rust/crates/grpcio-sys/ |
| D | METADATA | 2 # Usage: tools/external_updater/updater.sh update rust/crates/grpcio-sys 5 name: "grpcio-sys" 14 homepage: "https://crates.io/crates/grpcio-sys" 17 value: "https://static.crates.io/crates/grpcio-sys/grpcio-sys-0.13.0+1.56.2-patched.crate" 18 version: "0.13.0+1.56.2-patched"
|
| D | Cargo.toml.orig | 2 name = "grpcio-sys" 3 version = "0.13.0+1.56.2-patched" 5 license = "Apache-2.0" 7 repository = "https://github.com/tikv/grpc-rs" 8 homepage = "https://github.com/tikv/grpc-rs" 9 documentation = "https://docs.rs/grpcio-sys" 11 categories = ["external-ffi-bindings", "network-programming"] 23 "grpc/src/objective-c/*", 29 "grpc/third_party/abseil-cpp/absl/time/internal/cctz/testdata", 32 "grpc/third_party/boringssl-with-bazel/*", [all …]
|
| D | Cargo.toml | 14 name = "grpcio-sys" 15 version = "0.13.0+1.56.2-patched" 27 "grpc/src/objective-c/*", 33 "grpc/third_party/abseil-cpp/absl/time/internal/cctz/testdata", 36 "grpc/third_party/boringssl-with-bazel/*", 43 "grpc/third_party/envoy-api/*", 45 "grpc/third_party/protoc-gen-validate/*", 53 "!grpc/third_party/envoy-api/README.md", 57 homepage = "https://github.com/tikv/grpc-rs" 58 documentation = "https://docs.rs/grpcio-sys" [all …]
|
| D | README.android | 1 This package is imported to Android and uses Android's external/grpc-grpc 12 is necessary, but building the grpcio crate fails without it. 15 If features are changed for the grpcio-sys crate, please ensure those
|
| /external/grpc-grpc/doc/python/sphinx/ |
| D | conf.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # -- Path setup -------------------------------------------------------------- 18 import sys 21 sys.path.insert(0, os.path.join(PYTHON_FOLDER, 'grpcio')) 22 sys.path.insert(0, os.path.join(PYTHON_FOLDER, 'grpcio_channelz')) 23 sys.path.insert(0, os.path.join(PYTHON_FOLDER, 'grpcio_health_checking')) 24 sys.path.insert(0, os.path.join(PYTHON_FOLDER, 'grpcio_reflection')) 25 sys.path.insert(0, os.path.join(PYTHON_FOLDER, 'grpcio_status')) 26 sys.path.insert(0, os.path.join(PYTHON_FOLDER, 'grpcio_testing')) 28 # -- Project information ----------------------------------------------------- [all …]
|
| /external/grpc-grpc/tools/release/ |
| D | verify_python_release.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 33 import sys 38 "grpcio", 39 "grpcio-tools", 40 "grpcio-status", 41 "grpcio-health-checking", 42 "grpcio-reflection", 43 "grpcio-channelz", 44 "grpcio-testing", 45 "grpcio-admin", [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/release/ |
| D | verify_python_release.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 33 import sys 38 "grpcio", 39 "grpcio-tools", 40 "grpcio-status", 41 "grpcio-health-checking", 42 "grpcio-reflection", 43 "grpcio-channelz", 44 "grpcio-testing", 45 "grpcio-admin", [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpc_prefixed/ |
| D | generate.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 14 """Generates grpc-prefixed packages using template renderer. 16 To use this script, please use 3.7+ interpreter. This script is work-directory 28 import sys 46 """Meta-info of a PyPI package.""" 53 def clean() -> None: 65 def generate_package(meta: PackageMeta) -> None: 83 sys.executable, 84 os.path.join(package_path, 'setup.py'), 'sdist', '--dist-dir', DIST_PATH 105 destination_package='grpcio')) [all …]
|
| /external/grpc-grpc/tools/distrib/python/grpc_prefixed/ |
| D | generate.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 14 """Generates grpc-prefixed packages using template renderer. 16 To use this script, please use 3.7+ interpreter. This script is work-directory 28 import sys 47 """Meta-info of a PyPI package.""" 55 def clean() -> None: 67 def generate_package(meta: PackageMeta) -> None: 87 sys.executable, 90 "--dist-dir", 112 name="grpc", name_long="gRPC Python", destination_package="grpcio" [all …]
|
| /external/grpc-grpc/src/python/grpcio_tests/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 19 import sys 24 PY3 = sys.version_info.major == 3 29 # Break import-style to ensure we can actually find our in-repo dependencies. 41 "grpcio>={version}".format(version=grpc_version.VERSION), 42 "grpcio-channelz>={version}".format(version=grpc_version.VERSION), 43 "grpcio-status>={version}".format(version=grpc_version.VERSION), 44 "grpcio-tools>={version}".format(version=grpc_version.VERSION), 45 "grpcio-health-checking>={version}".format(version=grpc_version.VERSION), 46 "grpcio-observability>={version}".format(version=grpc_version.VERSION), [all …]
|
| /external/grpc-grpc/src/python/grpcio/ |
| D | commands.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 25 import sys 45 # https://bitbucket.org/pypa/pypi/issues/120/binary-wheels-for-linux-are-not-supported 49 If we can retrieve a pre-compiled bdist from online, uses it. Else, emits a 79 "{}\n\nCould not write grpcio bdist: {}".format( 106 ["-b", "html", "-W", "--keep-going", source_dir, target_dir] 117 description = "build grpcio project metadata files" 175 sys.stderr.write("Cython-generated files are missing...\n") 180 sys.stderr.write("Found cython-generated files...\n") 190 mandatory: Whether or not having Cython-generated files is mandatory. If it [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/ |
| D | build_artifact_python.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 export PYTHON=${PYTHON:-python} 22 export AUDITWHEEL=${AUDITWHEEL:-auditwheel} 28 # Needed for building binary distribution wheels -- bdist_wheel 29 "${PYTHON}" -m pip install --upgrade wheel 36 # already have a new-enough version of cython pre-installed. 38 # so we are trying to perform as few download-and-install operations 40 "${PYTHON}" -m pip install --upgrade cython 46 export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS=${GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS:-2} [all …]
|
| /external/grpc-grpc/tools/run_tests/artifacts/ |
| D | build_artifact_python.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 export PYTHON=${PYTHON:-python} 22 export AUDITWHEEL=${AUDITWHEEL:-auditwheel} 28 # Needed for building binary distribution wheels -- bdist_wheel 29 "${PYTHON}" -m pip install --upgrade pip wheel setuptools 36 # already have a new-enough version of cython pre-installed. 38 # so we are trying to perform as few download-and-install operations 40 "${PYTHON}" -m pip install --upgrade 'cython<3.0.0rc1' 46 export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS=${GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS:-2} [all …]
|
| /external/grpc-grpc/src/python/grpcio_admin/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 import sys 27 # Break import-style to ensure we can actually find our local modules. 31 "Development Status :: 5 - Production/Stable", 42 "grpcio-channelz>={version}".format(version=grpc_version.VERSION), 43 "grpcio-csds>={version}".format(version=grpc_version.VERSION), 48 name="grpcio-admin", 54 author_email="grpc-io@googlegroups.com",
|
| /external/grpc-grpc/src/python/grpcio_reflection/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 import sys 27 # Break import-style to ensure we can actually find our local modules. 32 """No-op command.""" 48 "Development Status :: 5 - Production/Stable", 65 "grpcio>={version}".format(version=grpc_version.VERSION), 73 "grpcio-tools=={version}".format(version=grpc_version.VERSION), 83 # wire up commands to no-op not to break the external dependencies 89 name="grpcio-reflection", 95 author_email="grpc-io@googlegroups.com",
|
| /external/grpc-grpc/src/python/grpcio_channelz/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 import sys 27 # Break import-style to ensure we can actually find our local modules. 32 """No-op command.""" 48 "Development Status :: 5 - Production/Stable", 65 "grpcio>={version}".format(version=grpc_version.VERSION), 73 "grpcio-tools=={version}".format(version=grpc_version.VERSION), 83 # wire up commands to no-op not to break the external dependencies 89 name="grpcio-channelz", 95 author_email="grpc-io@googlegroups.com",
|
| /external/grpc-grpc/examples/python/cancellation/ |
| D | README.md | 20 ##### Cancelling a Server-Side Unary RPC from the Client 35 In the example, we use this interface to cancel our in-progress RPC when the 36 user interrupts the process with ctrl-c. 43 sys.exit(0) 50 We also call `sys.exit(0)` to terminate the process. If we do not do this, then 55 ##### Cancelling a Server-Side Streaming RPC from the Client 57 Cancelling a Server-side streaming RPC is even simpler from the perspective of 67 sys.exit(0) 73 We also call `sys.exit(0)` here to terminate the process. Alternatively, you may 80 when a client initiates a cancellation, otherwise long-running computations [all …]
|
| /external/grpc-grpc/src/python/grpcio_csds/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 import sys 27 # Break import-style to ensure we can actually find our local modules. 31 "Development Status :: 5 - Production/Stable", 43 f"xds-protos=={grpc_version.VERSION}", 44 f"grpcio>={grpc_version.VERSION}", 49 name="grpcio-csds", 55 author_email="grpc-io@googlegroups.com",
|
| /external/grpc-grpc/src/python/grpcio_testing/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 import sys 27 # Break import style to ensure that we can find same-directory modules. 32 """No-op command.""" 53 "grpcio>={version}".format(version=grpc_version.VERSION), 66 # wire up commands to no-op not to break the external dependencies 71 name="grpcio-testing", 77 author_email="grpc-io@googlegroups.com",
|
| /external/rust/crates/grpcio/.github/workflows/ |
| D | ci.yml | 7 - master 8 - v0.* 10 - cron: '0 22 * * *' 14 …# Some of the bindgen tests generate "deref-nullptr" warnings, see https://github.com/rust-lang/ru… 15 RUSTFLAGS: "--deny=warnings --allow deref-nullptr" 20 Linux-Format: 21 name: Linux-Format 22 runs-on: ubuntu-latest 24 - uses: actions/checkout@v2 25 …- run: which cargo && cargo version && clang --version && openssl version && which cmake && cmake … [all …]
|
| /external/grpc-grpc/src/python/grpcio_observability/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 import sys 33 sys.path.insert(0, os.path.abspath(".")) 43 "Development Status :: 4 - Beta", 68 with open("/etc/os-release", "r") as f: 82 # At least on linux, this is normally not needed as we can build manylinux-compatible wheels on lin… 85 # it's difficult to ensure that the crosscompilation toolchain has a high-enough version 86 # of GCC (we require >=5.1) but still uses old-enough libstdc++ symbols. 101 cxx + ["-x", "c++", "-std=c++14", "-"], 109 # Double-check to see if -latomic actually can solve the problem. [all …]
|
12