Generated protobuf Python packages for Spounge AI ecosystem microservices
Project description
spounge-proto-py
Generated protobuf Python packages for Spounge AI ecosystem microservices.
Installation
pip install spounge-proto-py
Usage
# Import your generated protobuf modules
from api.v2 import auth_gateway_service_pb2
from auth.v2 import auth_service_pb2
from common.v1 import common_pb2
# Create requests
auth_request = auth_service_pb2.LoginRequest(
email="user@example.com",
password="password"
)
# Use with gRPC
import grpc
from api.v2 import auth_gateway_service_pb2_grpc
channel = grpc.insecure_channel('localhost:8080')
client = auth_gateway_service_pb2_grpc.AuthGatewayServiceStub(channel)
Package Structure
Your protobuf modules are organized by domain and version:
api.v*- API Gateway interfacesauth.v*- Authentication servicescommon.v*- Shared definitionsworkflow.v*- Workflow orchestrationdashboard.v*- Analytics
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
spounge_proto_py-0.2.5.tar.gz
(68.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spounge_proto_py-0.2.5.tar.gz.
File metadata
- Download URL: spounge_proto_py-0.2.5.tar.gz
- Upload date:
- Size: 68.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bc75db281650a4e7f3d7c0fefd15cb4271d693623f6bca4114e332cc1fcaa78
|
|
| MD5 |
bcd12ef8608eb9373452ee872d353a13
|
|
| BLAKE2b-256 |
1de2aa8cc4c82b09f9c4cef6073d5eca76ea501285559cf29136dcd62aa2e5d3
|
File details
Details for the file spounge_proto_py-0.2.5-py3-none-any.whl.
File metadata
- Download URL: spounge_proto_py-0.2.5-py3-none-any.whl
- Upload date:
- Size: 168.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7484609aabe57ed4ded087d68af570fb55d79166a23c52d46345877e1a75df81
|
|
| MD5 |
01c79dc933c2cd7d6d9e94c6210b5ece
|
|
| BLAKE2b-256 |
5c5b95e6da0d9efe23e2d0ce283daeb7b68d2a72812a2319084f6263f74b4f00
|