python-seafile icon indicating copy to clipboard operation
python-seafile copied to clipboard

python client for seafile web api

Results 12 python-seafile issues
Sort by recently updated
recently updated
newest added

When the file is opened in text mode we get a UnicodeDecodeError. With this change all works fine.

Forked from https://github.com/tgal/python-seafile.git, which fixes the issue that uploading binary files also doesn't work. Has additional requierement requests-toolbelt because that seems to be the only way to fix the issue...

Hello, I did some changes in _SeafDirentBase class I think we dont need self.client attribute cause it exists already in self.repo path of return object could be defined by adding...

It would be nice to support python 3 as python 2 is out of support, now.

```python def utf8lize(obj): if isinstance(obj, dict): return {k: to_utf8(v) for k, v in obj.items()} if isinstance(obj, list): return [to_utf8(x) for x in ob] if instance(obj, str): return obj.encode('utf-8') return obj...

Hello,is there anyone know why I can't upload the zip file and picture through python into the seafile?but the empty zip file can be uploaded! ![20200107181020](https://user-images.githubusercontent.com/38817711/71887415-03a26680-3179-11ea-9713-2875387e8c05.png) ![20200107180721](https://user-images.githubusercontent.com/38817711/71887246-ad352800-3178-11ea-8b38-26c67553713d.png)

Hope you will find my addition useful.

Hello, This is an update to make it work with python 3. Regards, Alexandre

Is this repository still maintained? Is there any documentation?

Repos seemed to have a description element, which is not there anymore in version 6.x (and possibly before). The following PR fixes this: https://github.com/haiwen/python-seafile/pull/5