Lines Matching +full:protocol +full:- +full:tests
1 Protocol Buffers - Google's data interchange format
6 This directory contains the Python Protocol Buffers runtime library.
11 https://developers.google.com/protocol-buffers/
14 Protocol Compiler (protoc). If you downloaded this package from PyPI
15 or some other Python-specific source, you may have received only the
17 Protocol Compiler from some other source before you can use this
31 $ python -V
36 … [this page](https://packaging.python.org/en/latest/installing.html#setup-for-installing-packages).
42 $ protoc --version
44 4) Build and run the tests:
56 If you are running a Homebrew-provided Python, you must make sure another
83 $ python setup.py build --cpp_implementation
85 Then run the tests like so:
87 $ python setup.py test --cpp_implementation
89 If some tests fail, this library may not work correctly on your
93 Python on Cygwin which causes the tests to fail after printing the
96 Python](http://www.cygwin.com/ml/cygwin/2005-07/msg01378.html).
108 $ python setup.py install --cpp_implementation
118 The complete documentation for Protocol Buffers is available via the
121 https://developers.google.com/protocol-buffers/