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.1.tar.gz
(70.4 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.1.tar.gz.
File metadata
- Download URL: spounge_proto_py-0.2.1.tar.gz
- Upload date:
- Size: 70.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
363214697a32aa587b54abfbe8d17f636e521c968f1fa3237566c13028a9aafa
|
|
| MD5 |
7e04b1efa9799c7993736b864c7f1067
|
|
| BLAKE2b-256 |
e50ca8a8ce750da8af20238d59c774b3982231ca093557eb3512fced344d18f0
|
File details
Details for the file spounge_proto_py-0.2.1-py3-none-any.whl.
File metadata
- Download URL: spounge_proto_py-0.2.1-py3-none-any.whl
- Upload date:
- Size: 167.0 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 |
4c63340e803cdfcd839e1a7e002eca59692cc0454127d33e3b1c1bf41bcdcc5e
|
|
| MD5 |
6887bad9909ae9d501b58772acedb9e1
|
|
| BLAKE2b-256 |
0a65851aaae311d1d4161b45588d8851904d196dbb2a75c500b50615607b52d4
|