PyOMA is a python library that enables access to the hdf5 database of the OMA project. Report problems to the github issue tracker.
pip install pyoma
for support to build oma hdf5 files from either oma standalone runs or production files use
pip install pyoma[create_db]
import pyoma.browser.db
db = pyoma.browser.db.Database("OmaServer.h5")
db.get_release_name()
The documentation is available on https://zoo.cs.ucl.ac.uk/doc/pyoma