--- id: protobuf-py-ext version: "0.3.0" license: unclear license_treatment: unclear maintenance: active --- # protobuf-py-ext — Native extension for protobuf-py License: unclear · Maintenance: active · Downloads: 346.4K/mo ## What it is and what it does protobuf-py-ext is a compiled native extension that provides high-speed Protocol Buffer message encoding and decoding. It wraps performance-critical serialization logic in Rust and is distributed as pre-built wheels for Python 3.10 through 3.14 on Linux, macOS, and Windows platforms, including ARM64 architectures. The package has zero runtime dependencies and is designed to accelerate binary serialization operations. This extension supports current Python versions and free-threaded CPython builds, making it suitable for high-throughput applications that need fast message serialization. The package is actively maintained, with the latest release 7 days ago. Use it for: - Accelerate message serialization in high-throughput services and data pipelines - Speed up batch processing of Protocol Buffer messages in distributed systems - Improve performance of applications that frequently encode and decode binary data - Enable efficient message handling in real-time systems with strict latency requirements ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Native Rust-based encoder/decoder extension that accelerates serialization and deserialization of Protocol Buffer messages. Yes, if you need faster Protocol Buffer serialization. The extension is actively maintained, has no runtime dependencies, and offers broad platform and Python version coverage. Install friction is moderate due to compilation, but pre-built wheels are available for all major platforms. License status is unclear, so verify the project's license terms before use. ## Install pip install protobuf-py-ext uv add protobuf-py-ext poetry add protobuf-py-ext ## Installing protobuf-py-ext Before you install: Medium install friction due to compiled wheels, but well-supported across modern Python versions (3.10–3.14) and major platforms (Linux, macOS, Windows, including ARM64). Active maintenance with a release 7 days ago. Quickstart: pip install protobuf-py-ext # The extension accelerates serialization automatically when imported data = message.to_binary() # Uses native Rust encoder message = MessageType.from_binary(data) # Uses native Rust decoder Requires Python 3.10 or later. Pre-built wheels are available for Linux (x86_64, aarch64), macOS (arm64), and Windows (amd64, arm64); other platforms may require compilation. Verify before relying: - Whether this extension is automatically used or requires explicit configuration - Performance improvement magnitude compared to pure-Python alternatives - Compatibility guarantees with specific versions of dependent packages - License terms for use in proprietary code ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 346.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags protobuf serialization acceleration, rust protobuf encoder decoder, protobuf extension, high-performance binary encoding, message serialization speedup, protobuf, rust-extension, serialization [View on SkillFed](https://skillfed.io/packages/protobuf-py-ext) · [View on PyPI](https://pypi.org/project/protobuf-py-ext/)