Source: python-opster Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Jon Bernard Build-Depends: debhelper (>= 7.0.50~), python-all, dh-python, python-setuptools Standards-Version: 3.9.4 Homepage: http://opster.readthedocs.org/ XS-Python-Version: all Package: python-opster Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: python command line parsing speedster Opster is a command line parser, intended to make writing command line applications easy and painless. It uses built-in Python types (lists, dictionaries, etc) to define options, which makes configuration clear and concise. Additionally it contains possibility to handle subcommands (i.e. hg commit or svn update).