Source: python-aioftp
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python3 (>= 3.5),
 python3-coverage <!nocheck>,
 python3-nose <!nocheck>,
 python3-setuptools,
Maintainer: TBD
Section: python
Priority: optional
Standards-Version: 4.4.0
Testsuite: autopkgtest-pkg-python

Package: python3-aioftp
Architecture: all
Multi-Arch: foreign
Depends: python3:any (>= 3.5), ${python3:Depends}, ${misc:Depends}
Description: ftp client/server library for Python asyncio
 aioftp is a Python module for using ftp with asyncio. It allows using Python
 both as a ftp client and ftp server. If you do not require asyncio, consider
 using python3-pyftpdlib instead.
