Registry / serialization / spounge-proto-py

spounge-proto-py

JSON →
library0.2.9pypypiunverified

Generated protobuf Python packages for Spounge AI ecosystem microservices. Current version is 0.2.9. Released as needed, follows TypeScript proto versioning (2.2.0).

pip install spounge-proto-py
INSTALL
IMPORT
SIG · SPOUNGE-PROTO-PY
S
spounge-proto-py
serializationpythonv0.2.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

api
import spounge_proto_py.api
import spounge_proto
auth
import spounge_proto_py.auth
import spounge_proto
common
import spounge_proto_py.common
import spounge_proto

Minimal example creating a User protobuf message.

import spounge_proto.user.v1.user_pb2 as user_pb2 user = user_pb2.User(id='123', name='Alice') print(user)
Debug
Known issues
breakingThe Python package version is 0.2.x while the TypeScript package is 2.x. Breaking changes in Python may be introduced with minor bumps. Always check release notes.
fix
Pin dependency to exact minor version: spounge-proto-py==0.2.9
affects: all 0.2.x
gotchaImport paths are generated from proto file structure. Proto packages like 'user.v1' become 'spounge_proto/user/v1/'. Messing up the path leads to ImportError.
fix
Always use the package name exactly as in the proto declaration, converted to underscores. Example: 'import spounge_proto.user.v1.user_pb2'.
affects: all
deprecatedOlder releases used 'spounge-proto-py' with hyphens; import statements require underscores. Do not use hyphens in import.
fix
Use underscores: 'import spounge_proto' not 'import spounge-proto'.
affects: all
Upgrade
Version history
0.2.9latest on PyPI · released Aug 23, 2025
Audit
Dependencies
protobufrequiredRequired to use generated protobuf classes
grpciooptionalRequired for gRPC stubs if used
Agent activity
6 hits · last 30 days
node
6
Resources
spounge-proto-py — pip install spounge-proto-py · libregistry