https://github.com/kamikaze/webdav
WebDAV client library for Python 3
https://github.com/kamikaze/webdav
client python webdav
Last synced: 5 months ago
JSON representation
WebDAV client library for Python 3
- Host: GitHub
- URL: https://github.com/kamikaze/webdav
- Owner: kamikaze
- License: gpl-3.0
- Created: 2018-06-05T23:59:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T16:19:05.000Z (over 7 years ago)
- Last Synced: 2025-09-25T06:33:04.842Z (9 months ago)
- Topics: client, python, webdav
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
webdav
=============
.. image:: https://travis-ci.org/kamikaze/webdav.svg?branch=master
:target: https://travis-ci.org/kamikaze/webdav
Release Notes
=============
**Version 1.1.5 - 05.10.2018**
* Use connection pool by https://github.com/kamikaze
**Version 1.1.4 - 05.10.2018**
* Handle HTTP 405 response code for MKCOL by https://github.com/kamikaze
**Version 1.1.2 - 07.06.2018**
* Check for is_dir after confirmed that resource exists by https://github.com/kamikaze
* Download remote file for open() only if it exists by https://github.com/kamikaze
* Create directories recursively if file is being opened in write mode by https://github.com/kamikaze
**Version 1.1.1 - 07.06.2018**
* Bug fixes by https://github.com/kamikaze
**Version 1.1.0 - 07.06.2018**
* Added open() support for transparent file manipulations by https://github.com/kamikaze
**Version 1.0.0 - 06.06.2018**
* Added support for custom authentication like NTLM by https://github.com/kamikaze