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
Release files for spounge-proto-py 0.2.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| spounge_proto_py-0.2.9.tar.gz | 136.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| spounge_proto_py-0.2.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 463.4 kB
Release files / spounge_proto_py-0.2.9.tar.gz
| Download URL | spounge_proto_py-0.2.9.tar.gz |
|---|---|
| Size | 136.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
89165088eb7cbe73edfbd31a395072f96a39fcddc8a35e637666c318ff0d291f
|
|
BLAKE2b-256 checksum How to use checksums |
270d56f1cfae6b822e0f3a4d1ffacc5beea1f5480e30e0d145b26415969c6552
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.11
|
Release files / spounge_proto_py-0.2.9-py3-none-any.whl
| Download URL | spounge_proto_py-0.2.9-py3-none-any.whl |
|---|---|
| Size | 326.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cba7a85d25d5d73db3caab9b019439673b5f30a3fa4f96524f058e79f1bd84f5
|
|
BLAKE2b-256 checksum How to use checksums |
e01d5ce64a63d174b31ae2eabeeece0369b6de35f8e638de6ccbbc1bee229fa5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.11
|