Metadata-Version: 2.4
Name: webdav
Version: 1.1.6
Summary: WebDAV client library
Home-page: https://github.com/kamikaze/webdav
Author: Oleg Korsak
Author-email: kamikaze.is.waiting.you@gmail.com
License: GPLv3
Keywords: webdav,client,python,module,library
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: python (>= 3.6)
License-File: LICENSE
Requires-Dist: lxml
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires
Dynamic: requires-dist
Dynamic: summary

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
