File: control

package info (click to toggle)
pynliner 0.8.0-1
  • links: PTS, VCS
  • area: non-free
  • in suites: buster, stretch
  • size: 100 kB
  • ctags: 53
  • sloc: python: 331; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,446 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
Source: pynliner
Section: non-free/python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python, dh-python, python-setuptools, python3, python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/rennat/pynliner
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pynliner.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pynliner.git

Package: python-pynliner
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: CSS-to-inline-styles conversion tool for HTML - Python 2.x
 Because Pynliner uses BeautifulSoup to find the tags specified in the CSS it
 aggressively converts to HTML. This means that templating languages like Mako,
 Genshi, and Jinja will be pounded into valid HTML in the process of applying
 styles.
 .
 This package contains the Python 2 version of pynliner

Package: python3-pynliner
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: CSS-to-inline-styles conversion tool for HTML - Python 3.x
 Because Pynliner uses BeautifulSoup to find the tags specified in the CSS it
 aggressively converts to HTML. This means that templating languages like Mako,
 Genshi, and Jinja will be pounded into valid HTML in the process of applying
 styles.
 .
 This package contains the Python 3 version of pynliner