Source: aiowebdav2
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
Build-Depends-Indep:
 python3-aiofiles <!nocheck>,
 python3-aiohttp <!nocheck>,
 python3-aioresponses <!nocheck>,
 python3-dateutil <!nocheck>,
 python3-lxml <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-syrupy <!nocheck>,
 python3-yarl <!nocheck>,
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.
