Source: python-tx-tftp
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper (>= 8), python (>= 2.7), python-twisted-core
Standards-Version: 3.9.3
X-Python-Version: >= 2.7
Homepage: https://github.com/shylent/python-tx-tftp

Package: python-txtftp
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-twisted,
         python-zope.interface
Description: Twisted-based TFTP implementation
 A Twisted-based TFTP implementation that implements:
 .
  * RFC1350 (base TFTP specification) support.
  * Asynchronous backend support.
  * netascii transfer mode.
  * RFC2347 (TFTP Option Extension) support. blksize (RFC2348) and timeout.
    (partial support for RFC2349) options are supported.
  * An actual TFTP server.
  * Plugin for twistd.
