sentry-protos
Generated python code for sentry-protos
What it is and what it does
Sentry-protos is a schema registry and code-generation tool for protocol buffers and gRPC definitions used in cross-process communication. It holds canonical proto files organized by service domain and version, with tooling to generate Python and Rust client bindings from those schemas. When you install it, you get the compiled message and service definitions ready to use in your application.
The package enforces backwards compatibility through buf lint validation on stable proto packages, while allowing alpha and beta versions to break compatibility during development. Proto packages are versioned and organized by domain, and the build system automatically excludes unstable versions from released packages. It requires Python 3.11 or later and depends on protobuf, grpcio, and grpc-stubs.
Use it for:
- Define and version protocol buffer schemas for microservices needing cross-process communication.
- Generate Python client bindings from proto definitions to consume gRPC services.
- Maintain backwards compatibility in evolving proto schemas using buf lint validation for stable packages.
- Develop unstable proto packages (alpha/beta versions) during feature development without breaking production consumers.
- Generate Rust bindings from the same proto definitions for polyglot service communication.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides protocol buffer and gRPC schema definitions for cross-process communication, with generated Python and Rust client bindings.
Yes, if you need the gRPC schema definitions this package provides for cross-process communication. The license (FSL-1.1-Apache-2.0) permits internal use and professional services, but restricts commercial offerings that compete with the licensor. Active maintenance and low install friction make it straightforward to adopt. Not relevant for applications outside its intended use.
Install
sentry-protos on PyPI
pip
pip install sentry-protosuv
uv add sentry-protospoetry
poetry add sentry-protosInstalling sentry-protos
Before you install
Low install friction with a pure-Python wheel. Actively maintained with a release 2 days ago. Requires Python 3.11 or later and depends on protobuf, grpcio, and grpc-stubs.
License in practice
Licensed under FSL-1.1-Apache-2.0 (Functional Source License with Apache 2.0 future license). Restricts commercial use that competes with the licensor's offerings until the Apache 2.0 grant takes effect on the second anniversary of release. Internal use and professional services are permitted.
Quickstart
pip install sentry-protos
from sentry_protos import sentry
import grpcio
Requires Python 3.11 or later. Proto files must define a package matching their filesystem path and end in a version specifier.
Package facts
| License | # Functional Source License, Version 1.1, Apache 2.0 Future License ## Abbreviation FSL-1.1-Apache-2.0 ## Notice Copyright 2020-2024 Functional Software, Inc. dba Sentry ## Terms and Conditions ###… (full text in the JSON record) (unclear) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — protobuf, grpcio, grpc-stubs |
| Maintenance | actively maintained — 2 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 366,021/month — #7,206 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: sentry_protos-0.62.1-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
isolate-protoProvides gRPC protocol buffer definitions for…
unclear · top 15,000 on PyPI
proto-google-cloud-datastore-v1Provides Protocol Buffer definitions and gRPC…
permissive · top 15,000 on PyPI
sentry-kafka-schemasProvides Kafka topic definitions and JSON…
unclear · top 15,000 on PyPI
opensearch-protobufsProvides pre-generated Python Protocol Buffer…
permissive · top 5,000 on PyPI
proto-schema-parserParses and generates Protobuf schema files…
permissive · top 15,000 on PyPI
smg-grpc-protoProvides pre-compiled Python gRPC stubs for…
permissive · top 5,000 on PyPI
protovalidateValidates Protocol Buffer messages against…
permissive · top 5,000 on PyPI
dbt-protosProvides Python Protocol Buffer bindings for…
permissive · top 1,000 on PyPI
hatch-protobufA Hatch build plugin that generates Python…
copyleft · top 15,000 on PyPI
sigstore-protobuf-specsProvides Python protobuf message definitions…
permissive · top 15,000 on PyPI