lxml 5.1.0-ok1 source package in openKylin
Changelog
lxml (5.1.0-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Sun, 07 Apr 2024 15:33:07 +0800
lxml (5.1.0-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Sun, 07 Apr 2024 15:33:07 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
lxml_5.1.0.orig.tar.gz | 3.7 MiB | 3eea6ed6e6c918e468e693c41ef07f3c3acc310b70ddd9cc72d9ef84bc9564ca |
lxml_5.1.0-ok1.debian.tar.xz | 4.9 KiB | 39d197befa5bfeadbeb77628e99bb68db3c8caaf0c75ad14cb5a4c10fb1996b0 |
lxml_5.1.0-ok1.dsc | 1.8 KiB | c89beac5d78431def20844d182376a6e35ed77dd863accd24035d98cf57a8e86 |
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.