Source: python-ftputil
Section: python
Priority: optional
Maintainer: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
Standards-Version: 3.9.8
Homepage: http://ftputil.sschwarzer.net
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: git://git.kali.org/packages/python-ftputil.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-ftputil.git;a=summary

Package: python-ftputil
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-ftputil-doc
Description: High-level FTP client library (Python 2)
 This package contains  a high-level FTP client library for the Python
 programming language. ftputil implements a virtual file system for accessing
 FTP servers, that is, it can generate file-like objects for remote files. The
 library supports many functions similar to those in the os, os.path and shutil
 modules. ftputil has convenience functions for conditional uploads and
 downloads, and handles FTP clients and servers in different timezones.
 .
 This package installs the library for Python 2.

Package: python3-ftputil
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-ftputil-doc
Description: High-level FTP client library (Python 3)
 This package contains  a high-level FTP client library for the Python
 programming language. ftputil implements a virtual file system for accessing
 FTP servers, that is, it can generate file-like objects for remote files. The
 library supports many functions similar to those in the os, os.path and shutil
 modules. ftputil has convenience functions for conditional uploads and
 downloads, and handles FTP clients and servers in different timezones.
 .
 This package installs the library for Python 3.

Package: python-ftputil-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: High-level FTP client library (common documentation)
 This package contains  a high-level FTP client library for the Python
 programming language. ftputil implements a virtual file system for accessing
 FTP servers, that is, it can generate file-like objects for remote files. The
 library supports many functions similar to those in the os, os.path and shutil
 modules. ftputil has convenience functions for conditional uploads and
 downloads, and handles FTP clients and servers in different timezones.
 .
 This is the common documentation package.
