Skip to main content

lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree API.

It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more.

To contact the project, go to the project home page or see our bug tracker at https://launchpad.net/lxml

In case you want to use the current in-development version of lxml, you can get it from the github repository at https://github.com/lxml/lxml . Note that this requires Cython to build the sources, see the build instructions on the project home page. To the same end, running easy_install lxml==dev will install lxml from https://github.com/lxml/lxml/tarball/master#egg=lxml-dev if you have an appropriate version of Cython installed.

After an official release of a new stable series, bug fixes may become available at https://github.com/lxml/lxml/tree/lxml-4.6 . Running easy_install lxml==4.6bugfix will install the unreleased branch state from https://github.com/lxml/lxml/tarball/lxml-4.6#egg=lxml-4.6bugfix as soon as a maintenance branch has been established. Note that this requires Cython to be installed at an appropriate version for the build.

4.6.0 (2020-10-17)

Features added

  • GH#310: lxml.html.InputGetter supports __len__() to count the number of input fields. Patch by Aidan Woolley.

  • lxml.html.InputGetter has a new .items() method to ease processing all input fields.

  • lxml.html.InputGetter.keys() now returns the field names in document order.

  • GH-309: The API documentation is now generated using sphinx-apidoc. Patch by Chris Mayo.

Bugs fixed

  • LP#1869455: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined.

  • TreeBuilder.close() raised AssertionError in some error cases where it should have raised XMLSyntaxError. It now raises a combined exception to keep up backwards compatibility, while switching to XMLSyntaxError as an interface.

Release files for lxml 4.6.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for lxml 4.6.0
File Size Uploaded
lxml-4.6.0.tar.gz 3.2 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for lxml 4.6.0
File
lxml-4.6.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
lxml-4.6.0-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
lxml-4.6.0-cp39-cp39-manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
lxml-4.6.0-cp39-cp39-manylinux1_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-64 Details
lxml-4.6.0-cp39-cp39-manylinux1_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-32 Details
lxml-4.6.0-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
lxml-4.6.0-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
lxml-4.6.0-cp38-cp38-manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
lxml-4.6.0-cp38-cp38-manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
lxml-4.6.0-cp38-cp38-manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
lxml-4.6.0-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
lxml-4.6.0-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
lxml-4.6.0-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
lxml-4.6.0-cp37-cp37m-manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
lxml-4.6.0-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
lxml-4.6.0-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
lxml-4.6.0-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
lxml-4.6.0-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
lxml-4.6.0-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
lxml-4.6.0-cp36-cp36m-manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
lxml-4.6.0-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
lxml-4.6.0-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
lxml-4.6.0-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details
lxml-4.6.0-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
lxml-4.6.0-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
lxml-4.6.0-cp35-cp35m-manylinux2014_aarch64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ ARM64 Details
lxml-4.6.0-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
lxml-4.6.0-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
lxml-4.6.0-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
lxml-4.6.0-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
lxml-4.6.0-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
lxml-4.6.0-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
lxml-4.6.0-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
lxml-4.6.0-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
lxml-4.6.0-cp27-cp27m-macosx_10_9_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64 Details

Total release size: 171.9 MB

Release files / lxml-4.6.0.tar.gz

Download URL lxml-4.6.0.tar.gz
Size 3.2 MB
Tags Source
SHA-256 checksum
How to use checksums
8319abacbbe9fd9791c2e3c23deb9b6a16abc0fcbdfcc26722035e865b3d207f
BLAKE2b-256 checksum
How to use checksums
3c5a81446fb5a4706bb07a98427634ab93219dc7fa393841d81f5da5c7e151b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp39-cp39-win_amd64.whl

Download URL lxml-4.6.0-cp39-cp39-win_amd64.whl
Size 3.5 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
26d65faffb0cc9f96942c3184a4ff661db339d6f39457fdc6875fc264ece1c9a
BLAKE2b-256 checksum
How to use checksums
6d5993681f46546cb78fe6a264f83619201c04bf5d7e18d7b0e506ca0b84ec68
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp39-cp39-win32.whl

Download URL lxml-4.6.0-cp39-cp39-win32.whl
Size 3.2 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
a5401b96749a96e373acfddc199cd64d2dcec85bf525142d4661b949ecc41fca
BLAKE2b-256 checksum
How to use checksums
e9b12aff4666a4ccaf04ec0f83e212c85299c7e16b3e4e53ce827feeae9ef83b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp39-cp39-manylinux2014_aarch64.whl

Download URL lxml-4.6.0-cp39-cp39-manylinux2014_aarch64.whl
Size 7.4 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
75a37a038e7f6710ddfae4a18003a3fe4fc76f1a56b9fdb4d3dcb5147b9bc736
BLAKE2b-256 checksum
How to use checksums
7fff6602c33b4b409e890c67c90c5f03f8f6ab16d3b998b05677bbcad994e660
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp39-cp39-manylinux1_x86_64.whl

Download URL lxml-4.6.0-cp39-cp39-manylinux1_x86_64.whl
Size 5.4 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
5b26ea5a6289154d1d2c88fabb228e44ebd79ba0b352d48af5bd0e14c15dd349
BLAKE2b-256 checksum
How to use checksums
3e33a72b0ba32feee42668db38c09f568c23ff72813b804111a2e86c53df2045
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp39-cp39-manylinux1_i686.whl

Download URL lxml-4.6.0-cp39-cp39-manylinux1_i686.whl
Size 5.3 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
e179147e7457dd38083aa7a08ed9919cb8ba3928d1143300501b01d5e27eb8e9
BLAKE2b-256 checksum
How to use checksums
806f3ad6077702eb51ab373e54ebb8383abc03998ff08107f65f3c1051e97a14
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp38-cp38-win_amd64.whl

Download URL lxml-4.6.0-cp38-cp38-win_amd64.whl
Size 3.5 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
cb7333ab8f7ce06431b6512b0e0dc63093fbc239ff1011b292a2bf827c49a135
BLAKE2b-256 checksum
How to use checksums
8d1cca0654726d8a23e2ac64bcb3403170e4a0473bca4a3b5b025a498cdbcac4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp38-cp38-win32.whl

Download URL lxml-4.6.0-cp38-cp38-win32.whl
Size 3.2 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
5ffd6ca8a026f80a077328dfe51768b96fee409f189dea4f81371304a504cb11
BLAKE2b-256 checksum
How to use checksums
efbb928060113ca90350e5e76d82a677a104afc4cb625d0339040fc1902b24c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp38-cp38-manylinux2014_aarch64.whl

Download URL lxml-4.6.0-cp38-cp38-manylinux2014_aarch64.whl
Size 7.3 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4e4dd29fa6b2da8eb14b6153b623755d824bfccd299bb68cb1463a857e8ade1d
BLAKE2b-256 checksum
How to use checksums
d4ec020c2badff46616765c319491364e4c3ecb76d21355fe4f882aa3da21256
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp38-cp38-manylinux1_x86_64.whl

Download URL lxml-4.6.0-cp38-cp38-manylinux1_x86_64.whl
Size 5.4 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
5e50e2ea7e03fce5c09705617904add16cefd0a569af4febef07001b0d4ad539
BLAKE2b-256 checksum
How to use checksums
a13c31e479ed58961ddc32d3410b2f505185546cd4fd53fe07591e9ad56fdd21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp38-cp38-manylinux1_i686.whl

Download URL lxml-4.6.0-cp38-cp38-manylinux1_i686.whl
Size 5.3 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
6d953e1e7c0889f4a0a0157b8098692bcc5a0b39dba6d66f1ade6aa8d35c239c
BLAKE2b-256 checksum
How to use checksums
73d1d1dcdd6bb823e64106e0e5fa7df5828a4a0547689bea0d9ecaa4a258339e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp38-cp38-macosx_10_9_x86_64.whl

Download URL lxml-4.6.0-cp38-cp38-macosx_10_9_x86_64.whl
Size 4.6 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
ffa03cdff12d9747e128ad96089a10011470c8416213a90d7d49ca9b354f4f11
BLAKE2b-256 checksum
How to use checksums
5c0df8056a83a07e3d105242b0120bb1a3422219f626a001b3940306b6e057ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp37-cp37m-win_amd64.whl

Download URL lxml-4.6.0-cp37-cp37m-win_amd64.whl
Size 3.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
79f8cb5c25efb5aabed527aecab2f4b7fb172a1524d112ee2079c7ebbaf15b45
BLAKE2b-256 checksum
How to use checksums
c63a11d57ecdb1f27a3c4d88ff4908cf9c24bc5759b693229de8e292ec487a3b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp37-cp37m-win32.whl

Download URL lxml-4.6.0-cp37-cp37m-win32.whl
Size 3.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
268d1466fe9b0c428893c0554bdf751afc71b3dae651d17a928e06d17b8d58ea
BLAKE2b-256 checksum
How to use checksums
c82ebc134f5ce58a9d7edec96bb44cb7c32023f4d1c58b0309f7dc2dd3c1c361
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp37-cp37m-manylinux2014_aarch64.whl

Download URL lxml-4.6.0-cp37-cp37m-manylinux2014_aarch64.whl
Size 6.7 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
eacd09992c9ebc57837364e0ea4c816bb0424a642f810ff7bfefb8ecf6e021e6
BLAKE2b-256 checksum
How to use checksums
23e0b2688fdba2163be52c4ae4a68ebc451790974ee0b601e04a5ba4c901ad2d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp37-cp37m-manylinux1_x86_64.whl

Download URL lxml-4.6.0-cp37-cp37m-manylinux1_x86_64.whl
Size 5.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
d3fb35de9b569dd0c25542d2babb6be9d8231b216c042c4528e1b37875136c3b
BLAKE2b-256 checksum
How to use checksums
e659f4cee81173be9bed20890e1df3ee3bd607235df6f8deeaecf1687f987034
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp37-cp37m-manylinux1_i686.whl

Download URL lxml-4.6.0-cp37-cp37m-manylinux1_i686.whl
Size 5.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
77a3a9371b87752ea5c9d7c5fbd47933fa6655f6c205410cf03fe82b551f9ee9
BLAKE2b-256 checksum
How to use checksums
edd2bd679ca44ef85905fd0ccb70f43b7fccccad7784443ed243f07e4dad9551
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL lxml-4.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
Size 4.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
734db976148ccad94a5f06d10ecda47e4e10208bf292da87b1f16c22a3ba3529
BLAKE2b-256 checksum
How to use checksums
74afb541aca7f566d5ed26a8d169b71e0a0c5cf768668b1a8e98fc8de7a7e1a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp36-cp36m-win_amd64.whl

Download URL lxml-4.6.0-cp36-cp36m-win_amd64.whl
Size 3.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
38acdb3bbc35f3af9e5ccca8ad0732ffcd6b46760cea08f7881d980f4f18ca8e
BLAKE2b-256 checksum
How to use checksums
cf5bcb855f130a9033806aa476adde73d2753285fc7a5749154b3856da5e8c99
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp36-cp36m-win32.whl

Download URL lxml-4.6.0-cp36-cp36m-win32.whl
Size 3.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
1cedfa8180bff7d51b119b12abfe13a368795b4105212b941f5781be5b249be3
BLAKE2b-256 checksum
How to use checksums
6ff88008c7eefba57677be0940ff20447bc3fc7ed3f14f0f2da26f7085befa47
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp36-cp36m-manylinux2014_aarch64.whl

Download URL lxml-4.6.0-cp36-cp36m-manylinux2014_aarch64.whl
Size 6.7 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
96b77238860b8c0e2195c728d02a327503afc0e66e06a26b98d6357a8d5c6d30
BLAKE2b-256 checksum
How to use checksums
ec63f5c37d6955376f98900a97d6c75d3ae2a7dfb9f60e73713bd4fd11cf9cf2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp36-cp36m-manylinux1_x86_64.whl

Download URL lxml-4.6.0-cp36-cp36m-manylinux1_x86_64.whl
Size 5.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
f6bee1603edca2f1d4b4069a2af1fecd938daa1ec3045909c6f1bd9db560bfc3
BLAKE2b-256 checksum
How to use checksums
7e49f7c5f4ec1913f37a2ecab69c42f95397416606b35ec3ed9373cc456833de
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp36-cp36m-manylinux1_i686.whl

Download URL lxml-4.6.0-cp36-cp36m-manylinux1_i686.whl
Size 5.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
599d856441e4aa11cb5d01250b0b1b4672b843a497db9b5c7465edafe29dcfa4
BLAKE2b-256 checksum
How to use checksums
1e417d9ef79692be2e983d16935e1cd330132b30d1bafc98a086c1892c7f3f74
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL lxml-4.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
Size 4.6 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
1cb42697be3d6ab67f282f15f4fbb8e34fd8e477e03c389b2967565580dc2d1b
BLAKE2b-256 checksum
How to use checksums
88217faf087681a80952c28d57896e3119ee64f29dc74e491f81f61b4fb544db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp35-cp35m-win_amd64.whl

Download URL lxml-4.6.0-cp35-cp35m-win_amd64.whl
Size 3.5 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
9d519f92b0a95386641c37c1310cb6e5c0249861c6d5ec685ce77a23ff68e46f
BLAKE2b-256 checksum
How to use checksums
8104e870978bc80ce868ee2acd3914c3eb79a7dfb75799cbf5d174d76f404231
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp35-cp35m-win32.whl

Download URL lxml-4.6.0-cp35-cp35m-win32.whl
Size 3.2 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
0d9d71656b3594a7a0e4ac95661c4c59d603812684ea0351bd8b2c9dee0ebf91
BLAKE2b-256 checksum
How to use checksums
174ee23c4ced6480793b7c686922df4434e4462ee8425f0d7e9704b93c42d85e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp35-cp35m-manylinux2014_aarch64.whl

Download URL lxml-4.6.0-cp35-cp35m-manylinux2014_aarch64.whl
Size 6.6 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
126c7ba54bde5b1102c85e4c5c687c7dc1edf2f28c5d752244529dae3038074a
BLAKE2b-256 checksum
How to use checksums
fdf443848ea835a9b7ac326950786306d2c18254899d7d3ad35a0ba0ba82eaa1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp35-cp35m-manylinux1_x86_64.whl

Download URL lxml-4.6.0-cp35-cp35m-manylinux1_x86_64.whl
Size 5.5 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
18daa5b1245919a423acfc58b59623d438d0088a673b5f809b408413a5092abf
BLAKE2b-256 checksum
How to use checksums
1d863b1901ecbd66bc7ceeb25ce2992cc522321f75351a430929d1b43bfbb473
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp35-cp35m-manylinux1_i686.whl

Download URL lxml-4.6.0-cp35-cp35m-manylinux1_i686.whl
Size 5.3 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
a396f204e92a0bafbcc0820896f57371ff61db645760ab86dc1a31b907c11811
BLAKE2b-256 checksum
How to use checksums
024484bf1addac548ab523a9dec8abea01e7c12c05878193b7ed87fd24c92b0f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp27-cp27mu-manylinux1_x86_64.whl

Download URL lxml-4.6.0-cp27-cp27mu-manylinux1_x86_64.whl
Size 5.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
6d53c64a75dd71f2662463244d5beba4570f3541debbbc1f9fcb48b9db2bd2d5
BLAKE2b-256 checksum
How to use checksums
230a5536f8a139818ce0760ed1d89bf8db61e12fb01eb8e47386a40c07671292
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp27-cp27mu-manylinux1_i686.whl

Download URL lxml-4.6.0-cp27-cp27mu-manylinux1_i686.whl
Size 5.3 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
1a5629e6c73da04459c30bc2d486b3d67b3bd46debd76bf27b17e02333350117
BLAKE2b-256 checksum
How to use checksums
93a548bc9f9c385bda168095c846cbb24add832397940841bbc19744495a7272
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp27-cp27m-win_amd64.whl

Download URL lxml-4.6.0-cp27-cp27m-win_amd64.whl
Size 3.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
68f29178ba5b8dd571755a5751ee38f4cb159d96fdd23353a9d37cb7fe73394f
BLAKE2b-256 checksum
How to use checksums
0c5861d05ffddef8b98e3be1e95f6d2433ecbdecce168cf29e0253b64272ad8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp27-cp27m-win32.whl

Download URL lxml-4.6.0-cp27-cp27m-win32.whl
Size 3.2 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
316d54491c832c90e28f3ceec35e8641885ee3706638402525933ec7aca24d0f
BLAKE2b-256 checksum
How to use checksums
76edb7c2eb14b9fe8b3cefa44804895e92618a2705cc5fdf96ba2220424d624f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp27-cp27m-manylinux1_x86_64.whl

Download URL lxml-4.6.0-cp27-cp27m-manylinux1_x86_64.whl
Size 5.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
d846720acfb38c97edddcaefa8dceaa1783f1015fb3dc35e526c7d7b5f732723
BLAKE2b-256 checksum
How to use checksums
d608299b964035930aa6fa27f61a0ec93451d5adbbbd8450b8a4f8ee46bd7a4c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp27-cp27m-manylinux1_i686.whl

Download URL lxml-4.6.0-cp27-cp27m-manylinux1_i686.whl
Size 5.3 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
cb8dc9b9f35d1ddff2654b061ea64656392823923f8f65ec2133ea95b1332095
BLAKE2b-256 checksum
How to use checksums
af45abc7a92e9e62ec5b04d3abf146f11c754f88173da786dfed48e677c5e888
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / lxml-4.6.0-cp27-cp27m-macosx_10_9_x86_64.whl

Download URL lxml-4.6.0-cp27-cp27m-macosx_10_9_x86_64.whl
Size 4.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f8266e58a0c464382057f5a880258fadccf0a92a34669dc2802bc3d3c160a5fd
BLAKE2b-256 checksum
How to use checksums
da2404dab7765a542400e9dbd3292633e568f88ec32b8cff522e69509c6874b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release history Release notifications | RSS feed

6.0.0

94 release files

5.1.1

73 release files

5.0.2

81 release files

5.0.0

88 release files

4.9.4

93 release files

4.9.2

77 release files

4.9.0

63 release files

4.8.0

61 release files

4.7.1

60 release files

4.6.5

60 release files

4.6.3

48 release files

4.6.2

37 release files

4.6.1

37 release files

This release

4.6.0 This release

36 release files

4.5.1

27 release files

4.5.0

27 release files

4.4.3

27 release files

4.4.2

26 release files

4.4.1

26 release files

4.4.0

22 release files

4.3.5

24 release files

4.3.4

24 release files

4.3.3

26 release files

4.3.2

26 release files

4.2.5

30 release files

4.2.3

26 release files

4.2.2

27 release files

4.2.1

28 release files

4.2.0

28 release files

4.1.0

28 release files

4.0.0

28 release files

3.7.3

22 release files

3.7.1

16 release files

3.7.0

9 release files

3.6.4

14 release files

3.6.3

14 release files

3.6.2

9 release files

3.6.1

9 release files

3.6.0

21 release files

3.5.0

16 release files

3.4.4

16 release files

3.4.3

11 release files

3.4.1

16 release files

3.4.0

16 release files

3.3.6

16 release files

3.3.5

16 release files

3.3.2

11 release files

3.3.1

11 release files

3.3.0

1 release file

3.2.3

11 release files

3.2.2

11 release files

3.2.1

11 release files

3.2.0

11 release files

3.1.2

11 release files

3.1.1

11 release files

3.1.0

11 release files

3.0.2

6 release files

3.0

6 release files

2.3.6

1 release file

2.3.5

1 release file

2.3.4

1 release file

2.3.3

1 release file

2.3.2

1 release file

2.3.1

1 release file

2.3

22 release files

2.2.7

5 release files

2.2.6

9 release files

2.2.5

1 release file

2.2.4

17 release files

2.2.3

1 release file

2.2.2

16 release files

2.2

9 release files

2.1.5

7 release files

2.1.4

7 release files

2.1.3

7 release files

2.1.2

7 release files

2.1.1

7 release files

2.1

7 release files

2.0.11

7 release files

2.0.10

7 release files

2.0.9

7 release files

2.0.8

7 release files

2.0.7

5 release files

2.0.6

5 release files

2.0.5

5 release files

2.0.4

5 release files

2.0

5 release files

1.3.6

5 release files

1.3.5

1 release file

1.3.4

5 release files

1.3.3

5 release files

1.3.2

3 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page