File: control

package info (click to toggle)
python-htmltmpl 1.22-10.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 668 kB
  • ctags: 210
  • sloc: python: 1,686; perl: 114; makefile: 4; sh: 2
file content (30 lines) | stat: -rw-r--r-- 1,265 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
Source: python-htmltmpl
Section: python
Priority: optional
Maintainer: Sergio Talens-Oliag <sto@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.1), dh-python
Build-Depends-Indep: python-all-dev
XS-Python-Version: all
Standards-Version: 3.7.2.0

Package: python-htmltmpl
Architecture: all
Depends: ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: Templating engine for separation of code and HTML
 The purpose of the templating engine is to provide web application
 developers, who need to separate program code and design (HTML code)
 of their web application projects, with a templating tool that can be
 easily used by cooperating webdesigners who have no programming
 skills.
 .
 Templating language provided by the engine is inspired by Perl
 templating module HTML::Template. Templates created for HTML::Template
 can be used with this engine in case they do not violate character case 
 rules of htmltmpl.
 .
 The engine is currently available for Python and PHP. The Python
 package includes easydoc, a module which uses the templating engine to
 generate HTML documentation from docstrings embedded in source files
 of Python modules.