WebDAV support for pyfilesystem2
Project description
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
License
This module is published under the BSD license.
Release notes
0.2.0 (2017/05/04)
new testing infrastructure on Travis using Docker images for testing against Python 2.7-3.6
0.1.0 (2017/04/10)
initial release
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.2.0.zip
(9.2 kB
view details)
File details
Details for the file fs.webdavfs-0.2.0.zip
.
File metadata
- Download URL: fs.webdavfs-0.2.0.zip
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8d2b258cb0b83a51b88d263c7012b53572ff94a41ec32ff4d90301659675c13 |
|
MD5 | e7cece7d05c630bcc227ad6c9baff4bc |
|
BLAKE2b-256 | 06eaab3494027662f43e044a81b56d9fa4a47ce0efc029a7595ab0c3aad70d57 |