1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: rst2pdf
Section: utils
Priority: optional
Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends-Indep: python-support, python-setuptools
Build-Depends: debhelper (>= 7.0.50~)
Standards-Version: 3.9.2
Homepage: http://code.google.com/p/rst2pdf/
Vcs-Git: git://github.com/lamby/pkg-rst2pdf.git
Vcs-Browser: https://github.com/lamby/pkg-rst2pdf
Package: rst2pdf
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources, python-docutils, python-reportlab, python-simplejson, python-setuptools, python-pygments, python-pdfrw
Suggests: python-uniconvertor, python-imaging, python-sphinx, python-matplotlib, python-aafigure
Description: ReportLab-based reStructuredText to PDF renderer
The usual way of creating PDF files from reStructuredText is by going through
LaTeX. This tool provides an alternative by producing PDF directly using the
ReportLab library.
|