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).

serialization
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.

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

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 footguns
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.
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.
deprecatedOlder releases used 'spounge-proto-py' with hyphens; import statements require underscores. Do not use hyphens in import.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
15 hits · last 30 days
gptbot
3
ahrefsbot
3
amazonbot
3
bingbot
2
claudebot
2
Resources