File: control

package info (click to toggle)
typogrify 1%3A2.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: python: 426; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,146 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: typogrify
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
           Andrew Starr-Bochicchio <asb@debian.org>
Build-Depends: debhelper (>= 8.0.0),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-smartypants
Standards-Version: 3.9.5
Homepage: https://github.com/mintchaos/typogrify
Vcs-Browser: https://salsa.debian.org/python-team/modules/typogrify
Vcs-Git: https://salsa.debian.org/python-team/modules/typogrify.git

Package: python3-typogrify
Architecture: all
Recommends: python3-jinja2
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: filters to transform text into typographically-improved HTML (Python 3)
 This provides a set of custom filters that automatically apply various
 transformations to plain text in order to yield typographically-improved HTML.
 While often used in conjunction with Jinja and Django template systems, the
 filters can be used in any environment.
 .
 This is the Python 3 version of the package.