No description
Find a file
2017-10-18 21:56:44 +03:00
tests Fixing and refactoring of clean/info resource methods 2017-10-18 18:31:42 +03:00
webdav3 Fixing and refactoring of clean/info resource methods 2017-10-18 18:31:42 +03:00
.gitignore add dist files to gitignore 2017-10-18 21:56:44 +03:00
LICENSE.md prepare to publish 2017-09-11 19:53:31 +03:00
publish.sh Script for publishing 2017-10-18 21:53:41 +03:00
README.rst prepare to publish 2017-10-18 21:38:38 +03:00
setup.py prepare to publish 2017-10-18 21:38:38 +03:00
wdc prepare to publish 2017-09-11 19:53:31 +03:00

webdavclient3
=============

Based on https://github.com/designerror/webdav-client-python
But uses `requests` instead of `PyCURL`


Release Notes
=============
Version 0.3 - 18.10.2017
* Refactoring of WebDAV client and making it works in following methods:
    - Getting of WebDAV resource property value
    - Setting of WebDAV resource property value
    - Coping of resource on WebDAV server
    - Moving of resource on WebDAV server
    - Deleting of resource on WebDAV server
    - Getting of information about WebDAV resource

Version 0.2 - 11.09.2017
* Refactoring of WebDAV client and making it works in following methods:
    - Constructor with connecting to WebDAV
    - Getting a list of resources on WebDAV
    - Getting an information about free space on WebDAV
    - Checking of existence of resource on WebDAV
    - Making a directory on WebDAV
    - Downloading of files and directories from WebDAV
    - Asynchronously downloading of files and directories from WebDAV
    - Uploading of files and directories to WebDAV
    - Asynchronously uploading of files and directories to WebDAV