File: control

package info (click to toggle)
dominate 2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 172 kB
  • sloc: python: 1,743; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 1,093 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: dominate
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ross Gammon <rosco2@ubuntu.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 9),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-pytest
Standards-Version: 4.0.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/dominate
Vcs-Git: https://salsa.debian.org/python-team/modules/dominate.git
Homepage: https://github.com/Knio/dominate
Testsuite: autopkgtest-pkg-python

Package: python3-dominate
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Python 3 library for creating and manipulating HTML documents
 Dominate is a Python library for creating and manipulating HTML documents
 using an elegant DOM API. It allows you to write HTML pages in pure Python
 very concisely, which eliminate the need to learn another template language,
 and to take advantage of the more powerful features of Python.
 .
 This package installs the library for Python 3.