Idiomatic access to the eXist-db XML Database using XPath and XQuery
copied from cf-staging / eulexistdbconda install conda-forge::eulexistdb
conda install conda-forge/label/cf201901::eulexistdb
conda install conda-forge/label/cf202003::eulexistdb
conda install conda-forge/label/gcc7::eulexistdb
EULexistdb is a library for accessing, querying, and updating an eXist-db XML database using idiomatic Python. ExistDB provides basic read-write access. EULexistdb doesn’t require Django, but when they’re used together, developers can define XmlModel subclasses to automate XQuery searching of the eXist database based on the model’s XPath fields. Even without Django configuration, developers can utilize this automatic XQuery generation by constructing a QuerySet referencing an XmlObject subclass and a database.