Source: python-ftputil Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Olivier Sallou , Emmanuel Arias , Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-freezegun , python3-pytest , python3-setuptools, Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://ftputil.sschwarzer.net/trac Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ftputil Vcs-Git: https://salsa.debian.org/python-team/packages/python-ftputil.git 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.