Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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.68.dev35135329077

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.68.dev35135329077
File Size Uploaded
vention_grpc_py_sdk-0.0.68.dev35135329077.tar.gz 58.0 kB Details

Built distribution (wheel)

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

Total release size: 190.0 kB

Release files / vention_grpc_py_sdk-0.0.68.dev35135329077.tar.gz

Download URL vention_grpc_py_sdk-0.0.68.dev35135329077.tar.gz
Size 58.0 kB
Tags Source
SHA-256 checksum
How to use checksums
381fd5e79a368085f282ba92d55be1c4a0c4084ab0463bff802a1ccf29655a15
BLAKE2b-256 checksum
How to use checksums
d2f7ac1de160572efa9caabe7794ff052460432ecf81afc163c2358aff90d007
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.68.dev35135329077-py3-none-any.whl

Download URL vention_grpc_py_sdk-0.0.68.dev35135329077-py3-none-any.whl
Size 132.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
b185ec68e24fde5e4286885620f89d97970e2b28b8219dda628c839496b89d02
BLAKE2b-256 checksum
How to use checksums
8280ba3a0f65d953ffd0e08f89a88b8e02710be86e8942e7f12eab7f6ada31d4
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