siilo
siilo copied to clipboard
File storage abstraction layer for Python
siilo.readthedocs.org does not exist anymore.
The following changes add support for CMIS. There is a particular case which doesn't work with the current version of cmislib 0.5.1 unless patched, see: https://issues.apache.org/jira/browse/CMIS-799 The case consists of...
Since I'm lazy I'd like the most used classes to be available as ``` python from siilo import FileSystemStorage ``` instead of typing ``` python from siilo.storages.filesystem import FileSystemStorage ```
Hello, I just wanted to let you know that I implemented a storage class for CMIS support, need to write the unit tests and then I will do a Pull-Request....