Skip to main content

Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.

Project description

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.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lxml-4.6.0.tar.gz (3.2 MB view details)

Uploaded Source

Built Distributions

lxml-4.6.0-cp39-cp39-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.9Windows x86-64

lxml-4.6.0-cp39-cp39-win32.whl (3.2 MB view details)

Uploaded CPython 3.9Windows x86

lxml-4.6.0-cp39-cp39-manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.9

lxml-4.6.0-cp39-cp39-manylinux1_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.9

lxml-4.6.0-cp39-cp39-manylinux1_i686.whl (5.3 MB view details)

Uploaded CPython 3.9

lxml-4.6.0-cp38-cp38-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.8Windows x86-64

lxml-4.6.0-cp38-cp38-win32.whl (3.2 MB view details)

Uploaded CPython 3.8Windows x86

lxml-4.6.0-cp38-cp38-manylinux2014_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.8

lxml-4.6.0-cp38-cp38-manylinux1_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.8

lxml-4.6.0-cp38-cp38-manylinux1_i686.whl (5.3 MB view details)

Uploaded CPython 3.8

lxml-4.6.0-cp38-cp38-macosx_10_9_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

lxml-4.6.0-cp37-cp37m-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.7mWindows x86-64

lxml-4.6.0-cp37-cp37m-win32.whl (3.2 MB view details)

Uploaded CPython 3.7mWindows x86

lxml-4.6.0-cp37-cp37m-manylinux2014_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.7m

lxml-4.6.0-cp37-cp37m-manylinux1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.7m

lxml-4.6.0-cp37-cp37m-manylinux1_i686.whl (5.4 MB view details)

Uploaded CPython 3.7m

lxml-4.6.0-cp37-cp37m-macosx_10_9_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

lxml-4.6.0-cp36-cp36m-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.6mWindows x86-64

lxml-4.6.0-cp36-cp36m-win32.whl (3.2 MB view details)

Uploaded CPython 3.6mWindows x86

lxml-4.6.0-cp36-cp36m-manylinux2014_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.6m

lxml-4.6.0-cp36-cp36m-manylinux1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.6m

lxml-4.6.0-cp36-cp36m-manylinux1_i686.whl (5.4 MB view details)

Uploaded CPython 3.6m

lxml-4.6.0-cp36-cp36m-macosx_10_9_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

lxml-4.6.0-cp35-cp35m-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.5mWindows x86-64

lxml-4.6.0-cp35-cp35m-win32.whl (3.2 MB view details)

Uploaded CPython 3.5mWindows x86

lxml-4.6.0-cp35-cp35m-manylinux2014_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.5m

lxml-4.6.0-cp35-cp35m-manylinux1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.5m

lxml-4.6.0-cp35-cp35m-manylinux1_i686.whl (5.3 MB view details)

Uploaded CPython 3.5m

lxml-4.6.0-cp27-cp27mu-manylinux1_x86_64.whl (5.5 MB view details)

Uploaded CPython 2.7mu

lxml-4.6.0-cp27-cp27mu-manylinux1_i686.whl (5.3 MB view details)

Uploaded CPython 2.7mu

lxml-4.6.0-cp27-cp27m-win_amd64.whl (3.5 MB view details)

Uploaded CPython 2.7mWindows x86-64

lxml-4.6.0-cp27-cp27m-win32.whl (3.2 MB view details)

Uploaded CPython 2.7mWindows x86

lxml-4.6.0-cp27-cp27m-manylinux1_x86_64.whl (5.5 MB view details)

Uploaded CPython 2.7m

lxml-4.6.0-cp27-cp27m-manylinux1_i686.whl (5.3 MB view details)

Uploaded CPython 2.7m

lxml-4.6.0-cp27-cp27m-macosx_10_9_x86_64.whl (4.5 MB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

Details for the file lxml-4.6.0.tar.gz.

File metadata

  • Download URL: lxml-4.6.0.tar.gz
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0.tar.gz
Algorithm Hash digest
SHA256 8319abacbbe9fd9791c2e3c23deb9b6a16abc0fcbdfcc26722035e865b3d207f
MD5 b1259d79992be0f2850fa98603dc61a1
BLAKE2b-256 3c5a81446fb5a4706bb07a98427634ab93219dc7fa393841d81f5da5c7e151b7

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 26d65faffb0cc9f96942c3184a4ff661db339d6f39457fdc6875fc264ece1c9a
MD5 354748eb3aeb14b10d85ee21503325b2
BLAKE2b-256 6d5993681f46546cb78fe6a264f83619201c04bf5d7e18d7b0e506ca0b84ec68

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: lxml-4.6.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a5401b96749a96e373acfddc199cd64d2dcec85bf525142d4661b949ecc41fca
MD5 cbb532572c25d34c9ec79ad384a2a834
BLAKE2b-256 e9b12aff4666a4ccaf04ec0f83e212c85299c7e16b3e4e53ce827feeae9ef83b

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.9
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75a37a038e7f6710ddfae4a18003a3fe4fc76f1a56b9fdb4d3dcb5147b9bc736
MD5 313898a53de01f9b8cc65297c6a8195e
BLAKE2b-256 7fff6602c33b4b409e890c67c90c5f03f8f6ab16d3b998b05677bbcad994e660

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.9
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5b26ea5a6289154d1d2c88fabb228e44ebd79ba0b352d48af5bd0e14c15dd349
MD5 179628e5482044b821d206a4431375b8
BLAKE2b-256 3e33a72b0ba32feee42668db38c09f568c23ff72813b804111a2e86c53df2045

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: lxml-4.6.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.9
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e179147e7457dd38083aa7a08ed9919cb8ba3928d1143300501b01d5e27eb8e9
MD5 42c87dd92f0b16fd3be9693eeed7b32b
BLAKE2b-256 806f3ad6077702eb51ab373e54ebb8383abc03998ff08107f65f3c1051e97a14

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cb7333ab8f7ce06431b6512b0e0dc63093fbc239ff1011b292a2bf827c49a135
MD5 6726ff3ef94ea5c5fbcf3ed11766e309
BLAKE2b-256 8d1cca0654726d8a23e2ac64bcb3403170e4a0473bca4a3b5b025a498cdbcac4

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: lxml-4.6.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5ffd6ca8a026f80a077328dfe51768b96fee409f189dea4f81371304a504cb11
MD5 d1750036f16b25f7787b41e83c729ad5
BLAKE2b-256 efbb928060113ca90350e5e76d82a677a104afc4cb625d0339040fc1902b24c8

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.8
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e4dd29fa6b2da8eb14b6153b623755d824bfccd299bb68cb1463a857e8ade1d
MD5 83113f088662e29dc15ce753cff8f91c
BLAKE2b-256 d4ec020c2badff46616765c319491364e4c3ecb76d21355fe4f882aa3da21256

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.8
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5e50e2ea7e03fce5c09705617904add16cefd0a569af4febef07001b0d4ad539
MD5 a910bce47fc4ca926999076878f9b7ef
BLAKE2b-256 a13c31e479ed58961ddc32d3410b2f505185546cd4fd53fe07591e9ad56fdd21

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: lxml-4.6.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.8
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6d953e1e7c0889f4a0a0157b8098692bcc5a0b39dba6d66f1ade6aa8d35c239c
MD5 48c0a994cd56d1c830bc1538f5331a7a
BLAKE2b-256 73d1d1dcdd6bb823e64106e0e5fa7df5828a4a0547689bea0d9ecaa4a258339e

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ffa03cdff12d9747e128ad96089a10011470c8416213a90d7d49ca9b354f4f11
MD5 5886dd859c2298c02545e70d8881281e
BLAKE2b-256 5c0df8056a83a07e3d105242b0120bb1a3422219f626a001b3940306b6e057ce

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 79f8cb5c25efb5aabed527aecab2f4b7fb172a1524d112ee2079c7ebbaf15b45
MD5 b83cd115ca6fd7bddc3329a1b4edcf61
BLAKE2b-256 c63a11d57ecdb1f27a3c4d88ff4908cf9c24bc5759b693229de8e292ec487a3b

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: lxml-4.6.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 268d1466fe9b0c428893c0554bdf751afc71b3dae651d17a928e06d17b8d58ea
MD5 40fdbfa11b2092a682d4eddb1979f9d6
BLAKE2b-256 c82ebc134f5ce58a9d7edec96bb44cb7c32023f4d1c58b0309f7dc2dd3c1c361

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.7m
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eacd09992c9ebc57837364e0ea4c816bb0424a642f810ff7bfefb8ecf6e021e6
MD5 26fcf9a3b421c707b3438cfbf4a81a78
BLAKE2b-256 23e0b2688fdba2163be52c4ae4a68ebc451790974ee0b601e04a5ba4c901ad2d

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.7m
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d3fb35de9b569dd0c25542d2babb6be9d8231b216c042c4528e1b37875136c3b
MD5 21f4689876e63600480b3126f0138388
BLAKE2b-256 e659f4cee81173be9bed20890e1df3ee3bd607235df6f8deeaecf1687f987034

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: lxml-4.6.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.7m
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 77a3a9371b87752ea5c9d7c5fbd47933fa6655f6c205410cf03fe82b551f9ee9
MD5 e6898761e689425e090eb443739cea9e
BLAKE2b-256 edd2bd679ca44ef85905fd0ccb70f43b7fccccad7784443ed243f07e4dad9551

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 734db976148ccad94a5f06d10ecda47e4e10208bf292da87b1f16c22a3ba3529
MD5 1bb209472d7551fa7d081bc659b68862
BLAKE2b-256 74afb541aca7f566d5ed26a8d169b71e0a0c5cf768668b1a8e98fc8de7a7e1a0

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 38acdb3bbc35f3af9e5ccca8ad0732ffcd6b46760cea08f7881d980f4f18ca8e
MD5 3e7c76756c782e5d113c1299c035867d
BLAKE2b-256 cf5bcb855f130a9033806aa476adde73d2753285fc7a5749154b3856da5e8c99

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: lxml-4.6.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 1cedfa8180bff7d51b119b12abfe13a368795b4105212b941f5781be5b249be3
MD5 84b82560f31542d8bfa16703362e63cf
BLAKE2b-256 6ff88008c7eefba57677be0940ff20447bc3fc7ed3f14f0f2da26f7085befa47

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.6m
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96b77238860b8c0e2195c728d02a327503afc0e66e06a26b98d6357a8d5c6d30
MD5 1437687bb19c5353f460525ed75c5691
BLAKE2b-256 ec63f5c37d6955376f98900a97d6c75d3ae2a7dfb9f60e73713bd4fd11cf9cf2

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.6m
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f6bee1603edca2f1d4b4069a2af1fecd938daa1ec3045909c6f1bd9db560bfc3
MD5 f794f1e90bffef395898689afea7125e
BLAKE2b-256 7e49f7c5f4ec1913f37a2ecab69c42f95397416606b35ec3ed9373cc456833de

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: lxml-4.6.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.6m
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 599d856441e4aa11cb5d01250b0b1b4672b843a497db9b5c7465edafe29dcfa4
MD5 a37180a5da98972770acff7a62689787
BLAKE2b-256 1e417d9ef79692be2e983d16935e1cd330132b30d1bafc98a086c1892c7f3f74

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1cb42697be3d6ab67f282f15f4fbb8e34fd8e477e03c389b2967565580dc2d1b
MD5 2042fe5dbd88ee3a41c273ea9bf4f14f
BLAKE2b-256 88217faf087681a80952c28d57896e3119ee64f29dc74e491f81f61b4fb544db

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 9d519f92b0a95386641c37c1310cb6e5c0249861c6d5ec685ce77a23ff68e46f
MD5 f5cd8132b98232864957f7645dcaf770
BLAKE2b-256 8104e870978bc80ce868ee2acd3914c3eb79a7dfb75799cbf5d174d76f404231

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: lxml-4.6.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 0d9d71656b3594a7a0e4ac95661c4c59d603812684ea0351bd8b2c9dee0ebf91
MD5 2295efe710dc0813bd1f7180b9c9932e
BLAKE2b-256 174ee23c4ced6480793b7c686922df4434e4462ee8425f0d7e9704b93c42d85e

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp35-cp35m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp35-cp35m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.5m
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp35-cp35m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 126c7ba54bde5b1102c85e4c5c687c7dc1edf2f28c5d752244529dae3038074a
MD5 722a8c0887edbd8a5ed443e776b620e8
BLAKE2b-256 fdf443848ea835a9b7ac326950786306d2c18254899d7d3ad35a0ba0ba82eaa1

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.5m
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 18daa5b1245919a423acfc58b59623d438d0088a673b5f809b408413a5092abf
MD5 cf7d29deab30d5bb91c966b405e0352f
BLAKE2b-256 1d863b1901ecbd66bc7ceeb25ce2992cc522321f75351a430929d1b43bfbb473

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: lxml-4.6.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.5m
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a396f204e92a0bafbcc0820896f57371ff61db645760ab86dc1a31b907c11811
MD5 85fc83854357bac8502b097b31e6cdc0
BLAKE2b-256 024484bf1addac548ab523a9dec8abea01e7c12c05878193b7ed87fd24c92b0f

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 2.7mu
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6d53c64a75dd71f2662463244d5beba4570f3541debbbc1f9fcb48b9db2bd2d5
MD5 32b12ce4c8a4d9954f0863ba6841fa3d
BLAKE2b-256 230a5536f8a139818ce0760ed1d89bf8db61e12fb01eb8e47386a40c07671292

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: lxml-4.6.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 2.7mu
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1a5629e6c73da04459c30bc2d486b3d67b3bd46debd76bf27b17e02333350117
MD5 50309bb14019e6acc972cfb8e095a468
BLAKE2b-256 93a548bc9f9c385bda168095c846cbb24add832397940841bbc19744495a7272

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 68f29178ba5b8dd571755a5751ee38f4cb159d96fdd23353a9d37cb7fe73394f
MD5 15d472651250baa04ee107608299627d
BLAKE2b-256 0c5861d05ffddef8b98e3be1e95f6d2433ecbdecce168cf29e0253b64272ad8c

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp27-cp27m-win32.whl.

File metadata

  • Download URL: lxml-4.6.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 316d54491c832c90e28f3ceec35e8641885ee3706638402525933ec7aca24d0f
MD5 23cead47f75e32abd9e97656d23fed04
BLAKE2b-256 76edb7c2eb14b9fe8b3cefa44804895e92618a2705cc5fdf96ba2220424d624f

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 2.7m
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d846720acfb38c97edddcaefa8dceaa1783f1015fb3dc35e526c7d7b5f732723
MD5 7d4742d75953ef7b2fd4e8c0c5852112
BLAKE2b-256 d608299b964035930aa6fa27f61a0ec93451d5adbbbd8450b8a4f8ee46bd7a4c

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: lxml-4.6.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 2.7m
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 cb8dc9b9f35d1ddff2654b061ea64656392823923f8f65ec2133ea95b1332095
MD5 31f655a89e108a3d93c51602edbd458b
BLAKE2b-256 af45abc7a92e9e62ec5b04d3abf146f11c754f88173da786dfed48e677c5e888

See more details on using hashes here.

File details

Details for the file lxml-4.6.0-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: lxml-4.6.0-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for lxml-4.6.0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8266e58a0c464382057f5a880258fadccf0a92a34669dc2802bc3d3c160a5fd
MD5 06f48f0fd8a7da03898d27e98fe3620d
BLAKE2b-256 da2404dab7765a542400e9dbd3292633e568f88ec32b8cff522e69509c6874b4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page