Source: python-dominate
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/Knio/dominate/tags
Vcs-Browser: https://github.com/alvistack/Knio-dominate
Vcs-Git: https://github.com/alvistack/Knio-dominate.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-dominate
Architecture: all
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 eliminates the need to learn another
 template language, and lets you take advantage of the more powerful
 features of Python.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
