willmcgugan / webdavfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fs.webdavfs

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

Tests

Author and contributors

  • Yuriy Homyakov
  • Semyon Gaivoronskiy
  • Andreas Jung

License

This module is published under the BSD license.

This module was sponsored and financed by Andreas Jung/ZOPYX

Contact

Andreas Jung/ZOPYX
Hundskapfklinge 33
D-72074 Tübingen

About


Languages

Language:Python 93.6%Language:Makefile 6.4%