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 Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-pytest,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/dominate
Vcs-Git: https://salsa.debian.org/python-team/packages/dominate.git
Homepage: https://github.com/Knio/dominate
Testsuite: autopkgtest-pkg-pybuild
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.
|