1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: tftpy
Priority: optional
Section: python
Maintainer: Carlos Galisteo <cgalisteo@k-rolus.net>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), python-all, python-support (>= 0.3)
Vcs-Svn: svn://svn.debian.org/python-modules/packages/tftpy/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/tftpy/trunk/
Standards-Version: 3.8.4
Homepage: http://tftpy.sourceforge.net/
Package: python-tftpy
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Description: A Pure-Python library for TFTP
Tftpy is a TFTP library for the Python programming language.
It includes client and server classes, with sample implementations.
Hooks are included for easy inclusion in a UI for populating progress
indicators. It supports RFCs 1350, 2347 and 2348.
|