Searched +full:grpcio +full:- +full:sys +full:- (Results 1 – 24 of 24) sorted by relevance
| /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.9", default-features = false } 36 "tests-and-examples", 39 # rust-protobuf. [all …]
|
| D | Cargo.toml | 9 # issue against the rust-lang/cargo repository. If you're 15 name = "grpcio" 20 homepage = "https://github.com/tikv/grpc-rs" 21 documentation = "https://docs.rs/grpcio" 24 categories = ["asynchronous", "network-programming"] 25 license = "Apache-2.0" 26 repository = "https://github.com/tikv/grpc-rs" 28 all-features = true 36 [dependencies.grpcio-sys] 38 default-features = false [all …]
|
| D | CHANGELOG.md | 1 # 0.9.1 - 2021-09-18 3 - Make boringssl-src optional (#537) 4 - codec: avoid overflowing error (#495) 6 # 0.9.0 - 2021-05-24 8 - Support rich error (#514) 9 - Provide default service implementations (#521) 10 - Support abstract UDS (#523) 11 - Use default-features=false on libz-sys to allow for zlib-ng (#525) 12 - Update grpc to 1.38.0 (#526) 14 # 0.8.2 - 2021-03-10 [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 | 1 name: "grpcio-sys" 6 value: "https://crates.io/crates/grpcio-sys" 10 value: "https://static.crates.io/crates/grpcio-sys/grpcio-sys-0.9.1+1.38.0.crate"
|
| D | Cargo.toml.orig | 2 name = "grpcio-sys" 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/*", 39 "grpc/third_party/envoy-api/*", [all …]
|
| D | Cargo.toml | 9 # issue against the rust-lang/cargo repository. If you're 15 name = "grpcio-sys" 19 …-c/*", "grpc/src/php/*", "grpc/src/python/*", "grpc/src/ruby/*", "grpc/test/core/end2end/*", "grpc… 21 homepage = "https://github.com/tikv/grpc-rs" 22 documentation = "https://docs.rs/grpcio-sys" 24 categories = ["external-ffi-bindings", "network-programming"] 25 license = "Apache-2.0" 26 repository = "https://github.com/tikv/grpc-rs" 30 [dependencies.libz-sys] 33 default-features = false [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/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/rust/crates/grpcio-sys/grpc/tools/release/ |
| D | verify_python_release.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 34 import sys 37 "grpcio", 38 "grpcio-tools", 39 "grpcio-status", 40 "grpcio-health-checking", 41 "grpcio-reflection", 42 "grpcio-channelz", 43 "grpcio-testing", 91 local_but_not_remote = local_artifacts - remote_artifacts [all …]
|
| /external/grpc-grpc/src/python/grpcio_tests/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 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-tools>={version}'.format(version=grpc_version.VERSION), 43 'grpcio-health-checking>={version}'.format(version=grpc_version.VERSION), 44 'oauth2client>=1.4.7', 'protobuf>=3.6.0', 'six>=1.10', 'google-auth>=1.0.0', 96 name='grpcio-tests',
|
| /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 PIP=${PIP:-pip} 23 export AUDITWHEEL=${AUDITWHEEL:-auditwheel} 25 mkdir -p "${ARTIFACTS_OUT}" 34 # https://bitbucket.org/pypa/wheel/issues/99/cannot-exclude-directory 37 GRPCIO_STRIP_TEMPDIR=$(mktemp -d) 38 GRPCIO_TAR_GZ_LIST=( dist/grpcio-*.tar.gz ) 40 GRPCIO_STRIPPED_TAR_GZ=$(mktemp -t "XXXXXXXXXX.tar.gz") [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 PIP=${PIP:-pip} 23 export AUDITWHEEL=${AUDITWHEEL:-auditwheel} 30 # already have a new-enough version of cython pre-installed. 32 # so we are trying to perform as few download-and-install operations 34 "${PIP}" install --upgrade cython 40 export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS=${GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS:-2} 42 mkdir -p "${ARTIFACTS_OUT}" [all …]
|
| D | artifact_targets.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 20 import sys 22 sys.path.insert(0, os.path.abspath('..')) 42 docker_args += ['-e', '%s=%s' % (k, v)] 94 _MACOS_COMPAT_FLAG = '-mmacosx-version-min=10.10' 96 _ARCH_FLAG_MAP = {'x86': '-m32', 'x64': '-m64'} 160 # only build the packages that depend on grpcio-tools 162 # - they require protoc to run on current architecture 163 # - they only have sdist packages anyway, so it's useless to build them again 178 # seed. We create a random temp-dir here [all …]
|
| /external/grpc-grpc/src/python/grpcio_reflection/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 import sys 24 # Break import-style to ensure we can actually find our local modules. 29 """No-op command.""" 45 'Development Status :: 5 - Production/Stable', 62 'grpcio>={version}'.format(version=grpc_version.VERSION), 69 'grpcio-tools=={version}'.format(version=grpc_version.VERSION),) 78 # wire up commands to no-op not to break the external dependencies 84 name='grpcio-reflection', 89 author_email='grpc-io@googlegroups.com',
|
| /external/grpc-grpc/src/python/grpcio/ |
| D | commands.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 import sys 60 A key-value pair included in the HTTP header. It is a 61 2-tuple where the first entry is the key and the 65 the key must end with '-bin', i.e. 66 ``('binary-metadata-bin', b'\\x00\\xFF')`` 78 # https://bitbucket.org/pypa/pypi/issues/120/binary-wheels-for-linux-are-not-supported 82 If we can retrieve a pre-compiled bdist from online, uses it. Else, emits a 107 raise CommandError('{}\n\nCould not write grpcio bdist: {}'.format( 131 sys.path.append(src_dir) [all …]
|
| /external/grpc-grpc/src/python/grpcio_testing/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 import sys 24 # Break import style to ensure that we can find same-directory modules. 33 'grpcio>={version}'.format(version=grpc_version.VERSION), 37 name='grpcio-testing', 42 author_email='grpc-io@googlegroups.com',
|
| /external/grpc-grpc/tools/distrib/python/grpcio_tools/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 import sys 35 sys.path.insert(0, os.path.abspath('.')) 41 'Development Status :: 5 - Production/Stable', 52 PY3 = sys.version_info.major == 3 63 # We can also use these variables as a way to inject environment-specific 64 # compiler/linker flags. We assume GCC-like compilers and/or MinGW as a 69 EXTRA_ENV_COMPILE_ARGS = '-std=c++11' 70 if 'win32' in sys.platform: 71 if sys.version_info < (3, 5): [all …]
|
| /external/rust/crates/grpcio/.github/workflows/ |
| D | ci.yml | 7 - master 9 - cron: '0 22 * * *' 13 …# Some of the bindgen tests generate "deref-nullptr" warnings, see https://github.com/rust-lang/ru… 14 RUSTFLAGS: "--deny=warnings --allow deref-nullptr" 18 Linux-Format: 19 name: Linux-Format 20 runs-on: ubuntu-latest 22 - uses: actions/checkout@v2 23 - run: sudo apt-get install -y clang-tidy-9 24 … - run: sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-9 100 [all …]
|
| /external/rust/crates/grpcio-sys/grpc/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 36 import sys 44 # Redirect the manifest template from MANIFEST.in to PYTHON-MANIFEST.in. 45 egg_info.manifest_maker.template = 'PYTHON-MANIFEST.in' 47 PY3 = sys.version_info.major == 3 48 PYTHON_STEM = os.path.join('src', 'python', 'grpcio') 53 ABSL_INCLUDE = (os.path.join('third_party', 'abseil-cpp'),) 60 if 'darwin' in sys.platform: 62 if 'freebsd' in sys.platform: 64 if 'linux' in sys.platform: [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 import sys 41 sys.path.insert(0, os.path.abspath('.')) 48 if sys.version_info[0] == 2: 56 'Development Status :: 5 - Production/Stable', 67 PY3 = sys.version_info.major == 3 81 # At least on linux, this is normally not needed as we can build manylinux-compatible wheels on lin… 84 # it's difficult to ensure that the crosscompilation toolchain has a high-enough version 85 # of GCC (we require >4.9) but still uses old-enough libstdc++ symbols. 96 cpp_test = subprocess.Popen([cxx, '-x', 'c++', '-std=c++11', '-'], [all …]
|
| /external/grpc-grpc/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 import sys 32 # Redirect the manifest template from MANIFEST.in to PYTHON-MANIFEST.in. 33 egg_info.manifest_maker.template = 'PYTHON-MANIFEST.in' 35 PY3 = sys.version_info.major == 3 36 PYTHON_STEM = os.path.join('src', 'python', 'grpcio') 44 if 'darwin' in sys.platform: 46 if 'freebsd' in sys.platform: 48 if 'linux' in sys.platform: 50 if 'openbsd' in sys.platform: [all …]
|
| /external/tensorflow/tensorflow/tools/pip_package/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 34 import sys 44 # For pip, we will remove all '-' characters from this string, and use the 55 if '--project_name' in sys.argv: 56 project_name_idx = sys.argv.index('--project_name') 57 project_name = sys.argv[project_name_idx + 1] 58 sys.argv.remove('--project_name') 59 sys.argv.pop(project_name_idx) 61 # Returns standard if a tensorflow-* package is being built, and nightly if a 62 # tf_nightly-* package is being built. [all …]
|
| /external/autotest/utils/ |
| D | external_packages.py | 8 import logging, os, shutil, sys, tempfile, time 19 'chromeos-mirror/gentoo/distfiles/') 59 beneath our own autotest/site-packages directory. 63 re-install the package every time build_externals is invoked, as this 68 @attribute urls - A tuple of URLs to try fetching the package from. 69 @attribute local_filename - A local filename to use when saving the 71 @attribute dist_name - The name of the Python distribution. For example, 73 MySQL-python. This is generally the PyPI name. Defaults to the 75 @attribute hex_sum - The hex digest (currently SHA1) of this package 77 @attribute module_name - The installed python module name to be used for [all …]
|