lxml 6.0.2-ok1 source package in openKylin
Changelog
lxml (6.0.2-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Sun, 31 May 2026 06:40:41 -0700
lxml (6.0.2-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Sun, 31 May 2026 06:40:41 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| lxml_6.0.2.orig.tar.gz | 3.9 MiB | cd79f3367bd74b317dda655dc8fcfa304d9eb6e4fb06b7168c5cf27f96e0cd62 |
| lxml_6.0.2-ok1.debian.tar.xz | 4.8 KiB | 913f0bddf7fd78111370b65d26aee7e0838d16fb1b99d4170d8cfa5a50df2702 |
| lxml_6.0.2-ok1.dsc | 1.7 KiB | fe3d526d5582b8abb04a2f8f8559cceaf6793c4fa8e8eb3022ca200c00ac6115 |
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.