1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: python-avro
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-isort
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/python-avro
Vcs-Git: https://salsa.debian.org/med-team/python-avro.git
Homepage: https://avro.apache.org
Rules-Requires-Root: no
Package: python3-avro
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: 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.
|