summaryrefslogtreecommitdiff
path: root/debian/control
blob: 02a6774c1c1005c35524a28f51d5b2459c88ac92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: python-easywebdav
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
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.