Paketname | python3-lxml |
Beschreibung | pythonic binding for the libxml2 and libxslt libraries |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.2.8-2 |
Sektion | python |
Priorität | optional |
Installierte Größe | 1696 Byte |
Hängt ab von | python3 (>= 3.1.2-8~), libc6 (>= 2.3.6-6~), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.26), zlib1g (>= 1 |
Empfohlene Pakete | |
Paketbetreuer | Matthias Klose |
Quelle | lxml |
Paketgröße | 535806 Byte |
Prüfsumme MD5 | b67d26a5efa4f75a8efc096c7ed1804f |
Prüfsumme SHA1 | d5f76142d389c753db5e7fae6367e30e5d614410 |
Prüfsumme SHA256 | 79595365c65c65be3cb4191468a2bcd9afe421febd2edf808b8d0dea4a2984dc |
Link zum Herunterladen | python3-lxml_2.2.8-2_i386.deb |
Ausführliche Beschreibung | 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.
|