File: control

package info (click to toggle)
python-opster 4.1-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 112 kB
  • ctags: 105
  • sloc: python: 815; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 813 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: python-opster
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jon Bernard <jbernard@debian.org>
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).