File: control

package info (click to toggle)
pyqi 0.3.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 500 kB
  • ctags: 682
  • sloc: python: 2,716; makefile: 136
file content (27 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: pyqi
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
           Tim Booth <tbooth@ceh.ac.uk>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-linktree,
               python,
               python-sphinx,
               python-setuptools,
               sphinx-common,
               libjs-sphinxdoc
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/pyqi.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/pyqi.git
Homepage: https://pypi.python.org/pypi/pyqi/

Package: pyqi
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         ${js:Depends}
Description: Python framework for wrapping general commands in multiple interfaces
 pyqi (canonically pronounced pie chee) is a Python framework designed to
 support wrapping general commands in multiple types of interfaces, including
 at the command line, HTML, and API levels.