Hi everyone,
I'm Luca and I work as a researcher and software developer at CRS4, a research center in Italy.
I started using BaseX in one of the projects I'm involved (project's name is pyEHR, an openEHR based clinical data management framework https://github.com/crs4/pyEHR), this framework is written in Python and I needed a client for BaseX.
In the beginning, I used the official Python libraries recommended on the wiki, but I recently started to develop a new library that can be used to interact with BaseX's REST interface.
The library can be found on GitHub https://github.com/lucalianas/pyBaseX and can be downloaded using pip, it is still a work in progress and it still misses some features and a proper documentation (right now unittests are the only "documentation" that can be used to understand how the library works, sorry).
I just wanted to inform the community :)

Thanks for your attention and if someone wants to collaborate to the project please feel free to add your contribution.

Cheers,

Luca Lianas