This is a Python port of the Ruby REST API Bindings for Syncthing
Install from PyPi
pip install pysyncthing
Install from Githib
git clone https://github.com/akissa/pysyncthing.git
cd pysyncthing
python setup.py install
Documentation is available in the distribution as well as on readthedocs.org
- Fork it (https://github.com/akissa/pysyncthing/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
All code is licensed under the MPLv2 License.