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
-----
.. code:: python
> 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
----------
- https://github.com/PyFilesystem/webdavfs
Issue tracker
-------------
- https://github.com/PyFilesystem/webdavfs/issues
License
-------
This module is published under the BSD license.
Author
-----
| Andreas Jung/ZOPYX
| Hundskapfklinge 33
| D-72074 Tübingen
| info@zopyx.com
| www.zopyx.com
===========
``fs.webdavfs`` is a WebDAV driver for PyFileSystem2.
Supported Python versions
-------------------------
- Python 2.7
- Python 3.4
- Python 3.5
- Python 3.6
Usage
-----
.. code:: python
> 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
----------
- https://github.com/PyFilesystem/webdavfs
Issue tracker
-------------
- https://github.com/PyFilesystem/webdavfs/issues
License
-------
This module is published under the BSD license.
Author
-----
| Andreas Jung/ZOPYX
| Hundskapfklinge 33
| D-72074 Tübingen
| info@zopyx.com
| www.zopyx.com
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.zip
(8.6 kB
view details)
File details
Details for the file fs.webdavfs-0.1.zip
.
File metadata
- Download URL: fs.webdavfs-0.1.zip
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f71b2e4824802dfdb696717a6f9c1e8ebcff94abb720a47aaa2cf157e028837 |
|
MD5 | 8da5706438f0122a351c1a9b440db9b5 |
|
BLAKE2b-256 | bd1df45b2b0e15a46ca8d89f84bafd76bd700dabc36a02465888ee55aa5b9083 |