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 37 38 39 40 41 42 43 44 45 46
|
Source: python-easywebdav
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Build-Depends: cdbs (>= 0.4.93~),
debhelper (>= 9~),
dh-buildinfo,
python,
python3,
devscripts,
dh-python,
python-setuptools,
python3-setuptools
Standards-Version: 3.9.7
Homepage: https://github.com/amnong/easywebdav
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-easywebdav.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-easywebdav.git
Package: python-easywebdav
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
Description: straight-forward WebDAV client module (Python 2 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 2.x module.
Package: python3-easywebdav
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3: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.
|