pyuaf

pyuaf currently contains two modules:

It also contains these attributes:

pyuaf.__version__

Version of the UAF/PyUAF.

pyuaf.initialized

A bool, telling you if the stack is initialized.

The underlying OPC UA stack needs to be initialized before you use it. When you do:

import pyuaf

then the stack is automatically initialized, and this attribute will be True. If some error happens instead, the attribute will be False.