{"id":19056949,"url":"https://github.com/pyfilesystem/webdavfs","last_synced_at":"2026-03-17T09:41:08.383Z","repository":{"id":53981249,"uuid":"89693933","full_name":"PyFilesystem/webdavfs","owner":"PyFilesystem","description":"Pyfilesystem low-level driver for WebDAV storages","archived":false,"fork":false,"pushed_at":"2024-02-21T05:37:32.000Z","size":108,"stargazers_count":24,"open_issues_count":7,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T13:09:52.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyFilesystem.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-28T10:04:11.000Z","updated_at":"2024-12-09T10:35:34.000Z","dependencies_parsed_at":"2024-06-19T00:06:32.586Z","dependency_job_id":"4605eaba-33a7-40c0-b484-0ec77ce782d2","html_url":"https://github.com/PyFilesystem/webdavfs","commit_stats":{"total_commits":140,"total_committers":8,"mean_commits":17.5,"dds":0.2857142857142857,"last_synced_commit":"ab698904c8a4a07d63834f9ec5422819ed17d6e9"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyFilesystem%2Fwebdavfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyFilesystem%2Fwebdavfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyFilesystem%2Fwebdavfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyFilesystem%2Fwebdavfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyFilesystem","download_url":"https://codeload.github.com/PyFilesystem/webdavfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250567566,"owners_count":21451456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T23:52:49.825Z","updated_at":"2026-03-17T09:41:08.352Z","avatar_url":"https://github.com/PyFilesystem.png","language":"Python","readme":"fs.webdavfs\n===========\n\n``fs.webdavfs`` is a WebDAV driver for PyFileSystem2.\n\n\nSupported Python versions\n-------------------------\n\n- Python 2.7\n- Python 3.5\n- Python 3.6\n- Python 3.7\n\n\nUsage\n-----\n\nUse the ``fs.open_fs`` method with the ``webdav://`` protocol:\n\n.. code:: python\n\n    \u003e\u003e\u003e import fs\n    \u003e\u003e\u003e handle = fs.open_fs('webdav://admin:admin@zopyx.com:22082/exist/webdav/db')\n\nor use the public constructor of the ``WebDAVFS`` class:\n\n.. code:: python\n\n    \u003e\u003e\u003e from webdavfs.webdavfs import WebDAVFS\n    \u003e\u003e\u003e url = 'http://zopyx.com:22082'\n    \u003e\u003e\u003e root = '/exist/webdav/db'\n    \u003e\u003e\u003e handle = WebDAVFS(url, login='admin', password='admin', root)\n    \u003e\u003e\u003e handle.makedir('foo')\n    \u003e\u003e\u003e print(handle.listdir('.'))\n    ....\n\nFor WebDAV over HTTPS you can use either `webdav://` with port 443 \n\n.. code:: python\n\n    \u003e\u003e\u003e handle = fs.open_fs('webdav://admin:admin@zopyx.com:443/exist/webdav/db')\n\nor `webdavs://`: \n\n.. code:: python\n\n    \u003e\u003e\u003e handle = fs.open_fs('webdavs://admin:admin@zopyx.com/exist/webdav/db')\n\n\nRepository\n----------\n\n- https://github.com/PyFilesystem/webdavfs\n\nIssue tracker\n-------------\n\n- https://github.com/PyFilesystem/webdavfs/issues\n\nTests\n-----\n\n- https://travis-ci.org/PyFilesystem/webdavfs/builds\n\nAuthor and contributors\n-----------------------\n\n- Yuriy Homyakov\n- Semyon Gaivoronskiy\n- Andreas Jung\n- `Martin Larralde \u003chttps://github.com/althonos\u003e`_\n\n\nLicense\n-------\n\nThis module is published under the MIT license.\n\nThis module was sponsored and financed by Andreas Jung/ZOPYX\n\n\nContact\n-------\n\n| Andreas Jung/ZOPYX\n| Hundskapfklinge 33\n| D-72074 Tübingen\n| info@zopyx.com\n| www.zopyx.com\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyfilesystem%2Fwebdavfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyfilesystem%2Fwebdavfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyfilesystem%2Fwebdavfs/lists"}