Source: sclapp Section: python Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 5.0.38), python(>= 2.6.6-3~) Standards-Version: 3.8.0 Homepage: http://www.alittletooquiet.net/software/sclapp/ Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/sclapp/trunk Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sclapp/trunk/ Package: python-sclapp Architecture: all Depends: ${python:Depends} Description: framework for Python command-line applications sclapp is a Python module that makes it easy to write well-behaved command-line applications and helps authors deal with the following issues: . * Signal handling * Terminal character encodings * Standard output failures (broken pipes) * Common command-line options (like --help and --version)