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 47 48 49 50 51
|
Source: python-pyftpdlib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3~),
python-mock,
python3-mock,
python-openssl,
python3-openssl,
python-sendfile (>= 2.0.0),
python3-sendfile (>= 2.0.0),
python-setuptools (>= 0.6b3),
python3-all,
python3-setuptools,
dh-python
Standards-Version: 3.9.8
Homepage: https://github.com/giampaolo/pyftpdlib/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-pyftpdlib.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pyftpdlib.git
Package: python-pyftpdlib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-sendfile (>= 2.0.0)
Provides: ${python:Provides}
Description: Python FTP server library
Python FTP server library provides a high-level portable interface to
easily write asynchronous FTP servers with Python.
.
pyftpdlib is currently the most complete RFC-959 FTP server
implementation available for Python programming language. It is used
in projects like Google Chromium and Bazaar.
.
This package provides the Python 2.x module.
Package: python3-pyftpdlib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-sendfile (>= 2.0.0)
Provides: ${python3:Provides}
Description: Python FTP server library
Python FTP server library provides a high-level portable interface to
easily write asynchronous FTP servers with Python.
.
pyftpdlib is currently the most complete RFC-959 FTP server
implementation available for Python programming language. It is used
in projects like Google Chromium and Bazaar.
.
This package provides the Python 3.x module.
|