Lines Matching +full:python +full:- +full:version
1 Nanopb - Protocol Buffers for Embedded Systems
7 Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is
15 * **Stable version downloads:** https://jpa.kapsi.fi/nanopb/download/
16 * **Pre-release binary packages:** https://github.com/nanopb/nanopb/actions/workflows/binary_packag…
20 ------------------------
33 ----------------------
38 python generator/nanopb_generator.py myprotocol.proto # For source checkout
39 generator-bin/nanopb_generator myprotocol.proto # For binary package
41 (Note: For instructions for nanopb-0.3.9.x and older, see the documentation
42 of that particular version [here](https://github.com/nanopb/nanopb/blob/maintenance_0.3/README.md))
45 dependencies, including Python, python-protobuf library and protoc. If you are
47 Python separately. Once you have Python, you can install the other dependencies
48 with `pip install --upgrade protobuf grpcio-tools`.
51 See [documentation](https://jpa.kapsi.fi/nanopb/docs/concepts.html#modifying-generator-behaviour) f…
55 -----------------
80 -----------------------------
98 * **Arduino**: http://platformio.org/lib/show/1385/nanopb-arduino