另一个PythonProtobuf库Pyrobuf.zip
Pyrobuf 是谷歌Python版 Protobuf 库的替代品,使用 Cython 编写,提供更好的性能(大概快 1.5-2 倍),支持 Python 3;提供简单的 JSON 序列化/反序列化和原生 Python 词典。Pyrobuf 仅要求 Cython, Jinja2 和 setuptools,而且比 Google 库容易安装。Pyrobuf 解析跟 Google 库相同的.proto规范和生成同样的 Python 模块 (in.soform)。 Pyrobuf 跟 Protobuf 不同的地方是还未实现MergeFrom和MergeFromString方法。
文件列表
pyrobuf-master.zip
(预估有个83文件)
pyrobuf-master
MANIFEST.in
285B
pytest.ini
69B
tests
test_message.py
2KB
test_merge_from.py
4KB
test_deprecated_field.py
482B
test_message_init_kwargs.py
2KB
test_custom_options.py
381B
test_repeated_enum.py
707B
暂无评论