[ ソース: python-avro ]
パッケージ: python3-avro (1.8.2+dfsg-2)
python3-avro に関するリンク
Debian の資源:
python-avro ソースパッケージをダウンロード:
- [python-avro_1.8.2+dfsg-2.dsc]
- [python-avro_1.8.2+dfsg.orig.tar.gz]
- [python-avro_1.8.2+dfsg-2.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.