File: control

package info (click to toggle)
pyth 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 284 kB
  • ctags: 360
  • sloc: python: 1,685; makefile: 5
file content (38 lines) | stat: -rw-r--r-- 1,137 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
28
29
30
31
32
33
34
35
36
37
38
Source: pyth
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniele Tricoli <eriol@mornie.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 poppler-utils,
 python-all (>=2.6.6-3),
 python-beautifulsoup,
 python-docutils,
 python-nose,
 python-reportlab,
 python-setuptools
Standards-Version: 3.9.5
Homepage: http://github.com/brendonh/pyth
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyth/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyth/trunk/

Package: python-pyth
Architecture: all
Depends:
 ${python:Depends},
 ${misc:Depends},
 python-beautifulsoup,
 python-docutils,
 python-reportlab
Description: Python text markup and conversion
 Pyth is a library used to manipulate different formats of marked-up text.
 .
 The following list of document formats are currently available:
  * XHTML (fully supported: read, write)
  * RTF (fully supported: read, write)
  * PDF (only output)
 .
 It also can generate documents from Python markup a la Nevow's stan and has
 limited experimental support for LaTeX.