[ 源代码: python-avro ]
软件包:python3-avro(1.10.1+dfsg-1)
python3-avro 的相关链接
Debian 的资源:
下载源码包 python-avro:
- [python-avro_1.10.1+dfsg-1.dsc]
- [python-avro_1.10.1+dfsg.orig.tar.xz]
- [python-avro_1.10.1+dfsg-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [avro.apache.org]
相似软件包:
Apache Avro serialization system (Python 3 library)
Apache Avro is a data serialization system providing
* Rich data structures. * A compact, fast, binary data format. * A container file, to store persistent data. * Remote procedure call (RPC). * Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.
This package installs the implementation as a Python 3 library.