Registry / serialization / aliyun-log-fastpb

aliyun-log-fastpb

JSON →
library0.3.0pypypi✓ verified 80d ago

Fast protobuf serialization for Aliyun Log Service using PyO3 and quick-protobuf. Version 0.3.0. Released occasionally.

pip install aliyun-log-fastpb
INSTALL
IMPORT
SIG · ALIYUN-LOG-FASTPB
A
aliyun-log-fastpb
serializationpythonv0.3.0
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.

aliyun_log_fastpb
import aliyun_log_fastpb
from aliyun_log_fastpb import FastProtobuf
deserialize_log_group_list
from aliyun_log_fastpb import deserialize_log_group_list
serialize_log_group
from aliyun_log_fastpb import serialize_log_group

Create a FastProtobuf instance and serialize a dict.

from aliyun_log_fastpb import FastProtobuf pb = FastProtobuf() data = pb.serialize({'key': 'value'}) print(data)
Debug
Known issues
deprecatedThe old import path 'aliyun_log_fastpb.fastpb' is deprecated. Use 'aliyun_log_fastpb' directly.
fix
Change import to 'from aliyun_log_fastpb import FastProtobuf'
affects: <=0.2.0
gotchaOnly supports Python 3.7+ due to PyO3 and binary wheels. On older Python versions, installation will fail.
fix
Upgrade Python to 3.7 or later.
affects: >=0.3.0
gotchaThe serialization expects a dict with specific field types. Passing incorrect types may cause runtime errors without clear messages.
fix
Ensure all values in the dict are of the expected protobuf types (e.g., strings, ints, floats).
affects: all
Upgrade
Version history
0.3.0latest on PyPI · released Apr 28, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
60 hits · last 30 days
node
50
Perplexity
1
OpenAI (training)
1
Resources
aliyun-log-fastpb — pip install aliyun-log-fastpb · libregistry