Source: python-easywebdav Section: python Priority: optional Maintainer: Debian Python Team Uploaders: IOhannes m zmölnig (Debian/GNU) , Build-Depends: debhelper-compat (= 13), devscripts, dh-buildinfo, dh-sequence-python3, python3-all, python3-requests, python3-setuptools, Rules-Requires-Root: no Homepage: https://github.com/amnong/easywebdav Vcs-Git: https://salsa.debian.org/python-team/packages/python-easywebdav.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-easywebdav Standards-Version: 4.6.2 Package: python3-easywebdav Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Description: straight-forward WebDAV client module (Python 3 interface) EasyWebDAV is an easy to use WebDAV client implementation for Python. It features: - Basic authentication - Creating directories, removing directories and files - Uploading and downloading files - Directory listing - Support for client side SSL certificates . This package provides the Python 3.x module.