File: control

package info (click to toggle)
python-wheezy.template 0.1.167-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 220 kB
  • ctags: 180
  • sloc: python: 1,119; sh: 20; makefile: 10
file content (53 lines) | stat: -rw-r--r-- 2,072 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: python-wheezy.template
Section: utils
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Andrew Shadura <andrewsh@debian.org>
Build-Depends: cython,
               cython3,
               debhelper (>= 10),
               dh-python,
               python-all-dev,
               python-requests,
               python-setuptools,
               python3-all-dev,
               python3-requests,
               python3-setuptools
Standards-Version: 3.9.8
Homepage: https://bitbucket.org/akorn/wheezy.template
Vcs-Git: https://git.dgit.debian.org/python-wheezy.template
Vcs-Browser: https://browse.dgit.debian.org/python-wheezy.template.git

Package: python-wheezy.template
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Provides: ${python:Provides}
Description: a lightweight template library (Python 2 package)
 wheezy.template is a lightweight template library in pure Python code.
 .
  * Compact, expressive, clean: minimises the number of keystrokes
    required to build a template.
  * Intuitive, little time to learn: requires only basic Python
    programming skills plus HTML markup knowledge.
  * Do not repeat yourself: master layout templates for inheritance;
    include and import directives for maximum reuse.
  * Fast: maximum rendering performance.

Package: python3-wheezy.template
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Provides: ${python3:Provides}
Description: a lightweight template library (Python 3 package)
 wheezy.template is a lightweight template library in pure Python 3 code.
 .
  * Compact, expressive, clean: minimises the number of keystrokes
    required to build a template.
  * Intuitive, little time to learn: requires only basic Python
    programming skills plus HTML markup knowledge.
  * Do not repeat yourself: master layout templates for inheritance;
    include and import directives for maximum reuse.
  * Fast: maximum rendering performance.