File: control

package info (click to toggle)
tftpy 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 128 kB
  • ctags: 103
  • sloc: python: 961; makefile: 31
file content (20 lines) | stat: -rw-r--r-- 850 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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-dev (>= 2.3.5-11), python-support (>= 0.3)
Vcs-Svn: svn://svn.debian.org/python-modules/packages/tftpy/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/tftpy/trunk/?op=log
Standards-Version: 3.8.0

Package: python-tftpy
Architecture: all
Depends: ${python: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.