WebDAV support for pyfilesystem2
Project description
fs.webdavfs is a WebDAV driver for PyFileSystem2.
Supported Python versions
Python 2.7
Python 3.4
Python 3.5
Python 3.6
Usage
> from webdavfs.webdavfs import WebDAVFS
> url = 'http://zopyx.com:22082'
> creds = dict(login='admin', password='admin')
> root = '/exist/webdav/db'
> handle = WebDAVFS(url, cred, root)
> handle.makedir('foo')
> print(handle.listdir('.'))
....
Repository
Issue tracker
License
This module is published under the BSD license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fs.webdavfs-0.1.1.zip
(8.7 kB
view hashes)