Skip to main content

Python Generated gRPC client and server interfaces from Digitalkin's service apis

Project description

digitalkin_proto

CI PyPI Python Version License

Python Generated gRPC client and server interfaces from Digitalkin's service APIs.

Installation

pip install digitalkin_proto

Overview

This package provides Python interfaces generated from Digitalkin's Protocol Buffer definitions, enabling seamless integration with Digitalkin services via gRPC.

Usage

Basic Import

import digitalkin_proto
from digitalkin_proto.digitalkin.module.v1 import module_pb2, module_service_pb2_grpc

Working with gRPC Services

Example for connecting to a gRPC service:

import grpc
from digitalkin_proto.digitalkin.module.v1 import module_service_pb2_grpc
from digitalkin_proto.digitalkin.module.v1 import module_pb2

# Create a gRPC channel and client stub
channel = grpc.insecure_channel('localhost:50051')
stub = module_service_pb2_grpc.ModuleServiceStub(channel)

# Create a request object
request = module_pb2.YourRequestType(
    field1="value1",
    field2="value2"
)

# Call the service
response = stub.YourServiceMethod(request)
print(response)

Development

Prerequisites

  • Python 3.10+
  • uv - Modern Python package management
  • buf - Protocol buffer toolkit
  • protoc - Protocol Buffers compiler
  • Task - Task runner

Setup Development Environment

# Clone the repository with submodules
git clone --recurse-submodules https://github.com/DigitalKin-ai/service-apis-py.git
cd service-apis-py

# Setup development environment and activate the venv
task setup-dev
source .venv/bin/activate

Common Development Tasks

# Generate Python code from protobuf definitions
task gen-proto

# Build the package
task build-package

# Run tests
task run-tests

# Format code
task format

# Lint code
task lint

# Clean build artifacts
task clean

# Bump version
task bump-version -- major
task bump-version -- minor
task bump-version -- patch

Publishing Process

  1. Update code and commit changes
  2. Use the GitHub "Create Release" workflow to bump version (patch, minor, major)
  3. The workflow will automatically create a new release and publish to PyPI

License

This project is licensed under the terms specified in the LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

digitalkin_proto-0.1.12.tar.gz (85.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

digitalkin_proto-0.1.12-py3-none-any.whl (150.8 kB view details)

Uploaded Python 3

File details

Details for the file digitalkin_proto-0.1.12.tar.gz.

File metadata

  • Download URL: digitalkin_proto-0.1.12.tar.gz
  • Upload date:
  • Size: 85.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for digitalkin_proto-0.1.12.tar.gz
Algorithm Hash digest
SHA256 f96dea87db0eb1626045a2c810b6fc0d04c82e15b1bf878387afdf26e2b9a642
MD5 c4ac99cec1eea20c69c7bb330ca6fd48
BLAKE2b-256 1605343552e01c757334b9a860f8cc500577d51a76a39998896c6a0448df410d

See more details on using hashes here.

Provenance

The following attestation bundles were made for digitalkin_proto-0.1.12.tar.gz:

Publisher: publish.yml on DigitalKin-ai/service-apis-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file digitalkin_proto-0.1.12-py3-none-any.whl.

File metadata

File hashes

Hashes for digitalkin_proto-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 b8fff6db12e2b9dc1da0bed0b39457d9ddb10c8d1c76c451ac0208b468954de2
MD5 eb87c8039611fb0315e42a010d30e10e
BLAKE2b-256 109d8ab7fd6483eefa8c21154f24b37ed2bb9ddaf7b1ff88fece17e05726ea1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for digitalkin_proto-0.1.12-py3-none-any.whl:

Publisher: publish.yml on DigitalKin-ai/service-apis-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page