summaryrefslogtreecommitdiffstats
path: root/rules/python3-lxml.in
blob: 9206196f9de4669c3d89037dec58df9d36146995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=python3

config PYTHON3_LXML
	tristate
	select PYTHON3
	select HOST_PYTHON3_SETUPTOOLS
	select LIBXSLT
	prompt "lxml"
	help
	  lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries.
	  It provides safe and convenient access to these libraries
	  using the ElementTree API.
	  It extends the ElementTree API significantly to offer support for
	  XPath, RelaxNG, XML Schema, XSLT, C14N and much more.