Source: python-css-parser
Section: python
Priority: optional
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (= 13)
             , dh-python
             , python3-all
             , python3-setuptools
             , python3-pytest <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/ebook-utils/css-parser
Vcs-Browser: https://gitee.com/openkylin/python-css-parser
Vcs-Git: https://gitee.com/openkylin/python-css-parser.git
Testsuite: autopkgtest-pkg-python

Package: python3-css-parser
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: CSS related utilities (parsing, serialization, etc) for Python 3
 CSS parser provides utilities for parsing, serialising CSS in Python.
 .
 It is a fork of the cssutils-1.0.2, and adds general bug fixes and
 extensions specific to editing and working with ebooks.
 .
 This package installs the library for Python 3.
