Source: aiowebdav2 Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-hatchling, Build-Depends-Indep: python3-aiofiles , python3-aiohttp , python3-aioresponses , python3-dateutil , python3-lxml , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , python3-syrupy , python3-yarl , Standards-Version: 4.7.4 Homepage: https://github.com/jpbede/aiowebdav2 Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/aiowebdav2 Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/aiowebdav2.git Testsuite: autopkgtest-pkg-pybuild Package: python3-aiowebdav2 Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: asynchronous client for WebDAV servers This library implements WebDAV operations for remote file stores using asynchronous request handling. . It talks to WebDAV servers over HTTP or HTTPS, with support for authenticated and anonymous access. It can also connect through an HTTP proxy and accepts settings for request timeouts, TLS handling, transfer rate limits, and custom method names for servers with non-standard WebDAV behaviour. . Supported operations include checking whether remote resources exist, reading resource information, listing directories, creating directories, deleting resources, copying and moving files or directories, and querying free space. It can upload and download files between the local filesystem and a WebDAV server, synchronise missing files with push and pull operations, and read from or write to file-like buffers.