v0.0.27
bigcat88
released this
05 Aug 13:34
·
297 commits
to refs/heads/main
since this release
Added
Notifications API
options
now independent in eachNextcloud
class. They can be specified in kwargs, environment or.env
files.
Changed
- Switched to
hatching
as a build system, now correct install optional dependencies. - Renamed methods, attributes that was
shadowing a Python builtins
. Enabled additionalRuff
linters checks. - Regroup APIs, now Users related stuff starts with
user
, file related stuff withfile
, UI stuff withgui
.