Source: elementpath
Section: python
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-lxml,
               locales-all
Standards-Version: 4.6.1.0
Vcs-Browser: https://gitee.com/openkylin/elementpath
Vcs-Git: https://gitee.com/openkylin/elementpath.git
Homepage: https://github.com/sissaschool/elementpath
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Rules-Requires-Root: no

Package: python3-elementpath
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Providing XPath selectors for Python's XML data structures
 The proposal of this package is to provide XPath 1.0 and 2.0 selectors
 for Python's ElementTree XML data structures, both for the standard
 ElementTree library and for the lxml.etree library.For lxml.etree.
 this package can be useful for providing XPath 2.0 selectors,
 because lxml.etree already has it's own implementation of XPath 1.0.
