File: control

package info (click to toggle)
python-webdavclient 3.14.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: python: 2,241; xml: 535; makefile: 5; sh: 3
file content (34 lines) | stat: -rw-r--r-- 1,039 bytes parent folder | download
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
Source: python-webdavclient
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Alexandre Detiste <tchet@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://github.com/ezhov-evgeny/webdav-client-python-3
Vcs-Git: https://salsa.debian.org/python-team/packages/python-webdavclient.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-webdavclient

Package: python3-webdavclient
Architecture: all
Depends:
 python3-certifi,
 python3-chardet,
 python3-dateutil,
 python3-idna,
 python3-lxml,
 python3-oauthlib,
 python3-requests,
 python3-urllib3,
 ${misc:Depends},
 ${python3:Depends},
Description: Python 3 module for accessing WebDAV servers
 WebDAV client library based on original package "webdavclient" which was
 Python 2 only (https://github.com/designerror/webdav-client-python).
 This package also uses requests instead of PyCURL.