{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/9"},{"label":"Internet","url":"https://skillfed.io/packages/category/internet/3"}],"enrichment":{"capability":"Python WebDAV client library providing access to WebDAV servers with file operations including upload, download, copy, move, and directory management.","skillfed_tags":["webdav","cloud-storage","file-sync"],"use_cases":["Sync local directories with WebDAV-backed cloud storage by using pull() and push() methods","Automate file uploads and downloads to a WebDAV server in a Python application or script","Manage remote directories and files (create, delete, copy, move) without manual intervention","Integrate WebDAV storage access into a Python application with configurable timeouts and proxies","Batch download or upload multiple files asynchronously with callback progress tracking"],"what_it_does":"webdavclient3 is a Python WebDAV client library that provides a simple interface for interacting with WebDAV servers. It uses requests for HTTP transport instead of PyCURL, making installation straightforward. The package supports both synchronous and asynchronous operations, allowing you to check resource existence, list directories, upload and download files, create and delete directories, copy and move resources, and manage publish/unpublish states.\n\nThe library is designed for working with cloud storage services that expose WebDAV endpoints. It handles authentication, SSL certificate verification, proxy configuration, request timeouts, and speed limiting. You configure a Client with a hostname and credentials, then call methods like download_sync(), upload_sync(), list(), mkdir(), and clean() to perform operations on remote resources.","worth_installing":"Yes, if you need WebDAV client functionality and your server is compatible. The package has low install friction, permissive licensing, no known vulnerabilities, and works across Python versions 3.6 and later. Maintenance is aging but not abandoned\u2014consider it stable for basic operations. Verify compatibility with your specific WebDAV server and test asynchronous features before relying on them in production."},"id":"webdavclient3","links":{"html":"https://skillfed.io/packages/webdavclient3","md":"https://skillfed.io/packages/webdavclient3.md","pypi":"https://pypi.org/project/webdavclient3/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2026-02-06","license_spdx":null,"license_treatment":"permissive","name":"webdavclient3","python_support":"supports_current","summary":"WebDAV client, based on original package https://github.com/designerror/webdav-client-python but uses requests instead of PyCURL"},"popularity":{"monthly_downloads":748354,"position":5165,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.14.7"}
