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
|
Source: pywebdav
Maintainer: Debian Tryton Maintainers <team+tryton-team@tracker.debian.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
python3-six,
python3-setuptools
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/tryton-team/pywebdav
Vcs-Git: https://salsa.debian.org/tryton-team/pywebdav.git
Homepage: https://github.com/andrewleech/PyWebDAV3.git
Package: python3-webdav
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: WebDAV server implementation in Python (Python3)
PyWebDAV is a WebDAV server implementation in Python. It's aim is to provide a
simple interface to webdav services to any application which needs it. It can
be run as a daemon.
.
This package is targeting Python version 3.
|