Source: python-ftputil
Standards-Version: 4.7.4
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Olivier Sallou <osallou@debian.org>,
 Emmanuel Arias <eamanu@debian.org>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-freezegun <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ftputil
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ftputil.git
Homepage: https://ftputil.sschwarzer.net/trac
Rules-Requires-Root: no

Package: python3-ftputil
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${python3:Recommends},
Suggests:
 ${python3:Suggests},
Description: high-level FTP client library for Python
 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.
