1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Source: lxml
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9),
python-all-dev (>= 2.6.6-1~), python-all-dbg,
python3-all-dev (>= 3.3.3), python3-all-dbg,
python-pyrex (>= 0.9.4.1),
libxml2-dev, libxslt1-dev, zlib1g-dev,
python-setuptools, python3-setuptools (>= 0.6.29),
python-bs4, python3-bs4,
python-html5lib, python3-html5lib,
cython, cython-dbg, cython3, cython3-dbg
X-Python-Version: all
Standards-Version: 3.9.8
Homepage: http://lxml.de/
Package: python-lxml
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Recommends: python-bs4, python-html5lib
Suggests: python-lxml-dbg, python-lxml-doc
Description: pythonic binding for the libxml2 and libxslt libraries
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.
Package: python-lxml-dbg
Priority: extra
Section: debug
Architecture: any
Depends: python-lxml (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
Description: pythonic binding for the libxml2 and libxslt libraries (debug extension)
lxml is a new Python binding for libxml2 and libxslt, completely
independent from existing Python bindings.
.
This package contains the extension built for the Python debug interpreter.
Package: python3-lxml
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: python3-bs4, python3-html5lib
Suggests: python3-lxml-dbg, python-lxml-doc
Provides: ${python3:Provides}
Description: pythonic binding for the libxml2 and libxslt libraries
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.
Package: python3-lxml-dbg
Priority: extra
Section: debug
Architecture: any
Depends: python3-lxml (= ${binary:Version}), python3-dbg, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: pythonic binding for the libxml2 and libxslt libraries (debug extension)
lxml is a new Python binding for libxml2 and libxslt, completely
independent from existing Python bindings.
.
This package contains the extension built for the Python3 debug interpreter.
Package: python-lxml-doc
Priority: extra
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: python-lxml
Description: pythonic binding for the libxml2 and libxslt libraries (documentation)
lxml is a new Python binding for libxml2 and libxslt, completely
independent from these existing Python bindings.
.
This package contains the html documentation.
|