File: control

package info (click to toggle)
tftpy 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 208 kB
  • ctags: 159
  • sloc: python: 1,308; makefile: 35
file content (19 lines) | stat: -rw-r--r-- 836 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 (>= 2.6.6-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.9.2
Homepage: http://tftpy.sourceforge.net/

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