Skip to main content

vention-grpc-py-sdk

Generated Python gRPC clients for vention-protos.

Install

pip install vention-grpc-py-sdk

Usage

import grpc
from vention.robots.v1 import robot_service_pb2_grpc
from vention import PROTOS_SHA

channel = grpc.insecure_channel("localhost:50550")
stub = robot_service_pb2_grpc.RobotServiceStub(channel)
print(f"built from vention-protos@{PROTOS_SHA}")

PROTOS_SHA is the vention-protos commit this wheel was generated from.

Vision service backends

The vention/vision/v1 services also ship generated backend interfaces, so calling code can be written against an ABC and swapped between gRPC and a local implementation.

from vention.vision.v1 import image_pb2
from vention.vision.v1.vision_service_abc import (
    ImageServiceBackend,
    create_image_service_backend,
    register_image_service_backend,
)

backend = create_image_service_backend("grpc", target="localhost:41051")
response = backend.capture_image(image_pb2.CaptureImageRequest())


class InProcessImageService(ImageServiceBackend):
    def capture_image(self, request): ...
    def upload_image(self, requests): ...
    def download_image(self, request): ...


register_image_service_backend("in_process", InProcessImageService)
backend = create_image_service_backend("in_process")

There is one <Service>Backend ABC, one <Service>GrpcBackend, and one register_/create_ pair per service in vision_service.proto.

Release files for vention-grpc-py-sdk 0.0.70

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for vention-grpc-py-sdk 0.0.70
File Size Uploaded
vention_grpc_py_sdk-0.0.70.tar.gz 50.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for vention-grpc-py-sdk 0.0.70
File Interpreter ABI Platform
vention_grpc_py_sdk-0.0.70-py3-none-any.whl Python 3 none any Details

Total release size: 172.4 kB

Release files / vention_grpc_py_sdk-0.0.70.tar.gz

Download URL vention_grpc_py_sdk-0.0.70.tar.gz
Size 50.8 kB
Tags Source
SHA-256 checksum
How to use checksums
cba22d1f9e6ae9d470c60f8db3cff609e070e73a303c1dde06717c9f8959bf2a
BLAKE2b-256 checksum
How to use checksums
a06fec49b250ee96f3630ec16aaf1a5180296f844caa2d401391e18ed1041ee2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.12

Release files / vention_grpc_py_sdk-0.0.70-py3-none-any.whl

Download URL vention_grpc_py_sdk-0.0.70-py3-none-any.whl
Size 121.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
f9a5a1145a719d5cbcb2c03d39132e2835679caa2280be5a10c265e1532c8745
BLAKE2b-256 checksum
How to use checksums
8111c27e35f47478ae1aff6400ce4737713b1d6a9862c3d4dbde518f23d7541f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.12
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page