1config BR2_PACKAGE_PYTHON_AVRO
2	bool "python-avro"
3	help
4	  Select this option to install the Avro Python3 language
5	  bindings, and the `avro` command line tool
6
7	  Apache Avro is a data serialization system.
8	  Avro provides:
9	  - Rich data structures.
10	  - A compact, fast, binary data format.
11	  - A container file, to store persistent data.
12	  - Remote procedure call (RPC).
13	  - Simple integration with dynamic languages.
14	  - Code generation is not required to read or write data
15	    files nor to use or implement RPC protocols.
16	  - Code generation as an optional optimization,
17	    only worth implementing for statically typed languages.
18
19	  http://avro.apache.org/
20