Connect to nextcloud server with python

Is there any python library that allows to manage a nextcloud server like there is for dropbox and gdrive?
I have found webdavclient3 which does work but has limited support for files/folders attributes and basically anything else
I have also found pyocclient which is targeted to owncloud, I have not tested it but I doubt it will work with nextcloud 21
I would like to avoid using requests or similar libraries manually

It was working in the past. The basic functions should still work (file transfer, sharing), the new features are probably not integrated (new apps, tagging?). The maintainer (@PVince81) moved to Nextcloud, so perhaps the occasion to revive this package.