@@ -11,9 +11,9 @@ Most code is autogenerated from xml specification using same code as the one tha
Using Python > 3.4 the server and client do not require any third party libraries. If using python 2.7 or pypy < 3 you need to install enum34, trollius(asyncio), and futures(concurrent.futures), with pip for example. Server and client can be run with pypy.
coveryage.py reports a test coverage of over 90% of code, most of the rest is autogenerate code that is not used yet.
coveryage.py reports a test coverage of over 90% of code, most of non-tested code is autogenerate code that is not used yet.
Soe documentation is available at http://python-opcua.readthedocs.org/en/latest/
Some documentation is available at http://python-opcua.readthedocs.org/en/latest/