lxml 5.2.1-ok2 source package in openKylin
Changelog
lxml (5.2.1-ok2) nile; urgency=medium * Rebuild -- liyang <email address hidden> Wed, 08 May 2024 13:46:20 +0800
lxml (5.2.1-ok2) nile; urgency=medium * Rebuild -- liyang <email address hidden> Wed, 08 May 2024 13:46:20 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | python | |
Huanghe V3.0 | release | main | python | |
Nile V2.0 | release | main | python | |
Nile V2.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
lxml_5.2.1.orig.tar.gz | 3.5 MiB | 3f7765e69bbce0906a7c74d5fe46d2c7a7596147318dbc08e4a2431f3060e306 |
lxml_5.2.1-ok2.debian.tar.xz | 5.2 KiB | 6b8e8b3befbb0d38c0ef15c7d8f5730cf4d56426e73c411c9ab98d28ab240fea |
lxml_5.2.1-ok2.dsc | 1.9 KiB | cd09a7493ba40f00ab6203428b1f5ffd993a4bd0f13669dc706493b78bd9fcdc |
lxml is a new Python binding for libxml2 and libxslt, completely
independent from these existing Python bindings.
.
This package contains the html documentation.
lxml is a new Python binding for libxml2 and libxslt, completely
independent from existing Python bindings. Its aim:
.
* Pythonic API.
* Documented.
* Use Python unicode strings in API.
* Safe (no segfaults).
* No manual memory management!
.
lxml aims to provide a Pythonic API by following as much as possible
the ElementTree API, trying to avoid inventing too many new APIs,
or the user's having to learn new things -- XML is complicated enough.