pyDOID
pyDOID.RdpyDOID is a python package
developed with the same intent as DO.utils, to provide methods for
updating, maintaining, organizing, and analyzing the Human Disease Ontology.
DO.utils, powered by reticulate,
wraps pyDOID for functionality that is currently unavailable in R.
pyDOID provides two primary classes: the DOrepo class and the owl.xml
class. Classes and their methods are accessible via $ notation.
DOrepo class
The DOrepo class inherits the methods & subclasses of the
GitPython.repo.Repo
class and adds a few additional classes & methods, see DOrepo() for
details.