Metadata-Version: 1.1
Name: webdav
Version: 1.1.2
Summary: WebDAV client library
Home-page: https://github.com/kamikaze/webdav
Author: Oleg Korsak
Author-email: kamikaze.is.waiting.you@gmail.com
License: GPLv3
Description: webdav
        =============
        
        .. image:: https://travis-ci.org/kamikaze/webdav.svg?branch=master
            :target: https://travis-ci.org/kamikaze/webdav
        
        
        Release Notes
        =============
        
        **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
        
Keywords: webdav,client,python,module,library
Platform: UNKNOWN
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)
