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

Python bindings to the Syncthing REST interface.

Results 12 python-syncthing issues
Sort by recently updated
recently updated
newest added
trafficstars

Since the syncthing 2.4.2 cannot be installed directly, please release 2.4.3 version.

``` > pip3 install syncthing Collecting syncthing Downloading syncthing-2.4.2.tar.gz (12 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... error ERROR: Command...

As long as https://github.com/psf/requests/issues/5430 is open, the event stream needs to catch ConnectionError for read timeouts.

Hello, thank you for making `python syncthing`! I'm trying it out , but running into the following error with doing `poetry add syncthing`. You should be able to try it...

Python 2.7.13 syncthing 2.3.1 I have no idea why the interpreter is hitting line 41, but it is: ``` (syncthing) jason@host:~$ python Python 2.7.13 (default, Sep 26 2018, 18:42:22) [GCC...

This is the error I get when I try to install this: ``` (.venv) syncthing % pip install -r requirements.txt Collecting syncthing (from -r requirements.txt (line 1)) Using cached syncthing-2.4.2.tar.gz...

There is a `syncthing2` package on pypi referring to this repository. But this seems to be the `syncthing` package here? This is a bit confusing, please clarify.

Update sphinx document generation to utilize the latest version. Also add docs for endpoints added in #35

Add missing endpoints as of syncthing 1.22.0

Remove dependency upper bounds. These will break deployment of this package in future. Close #39