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.0 . Running easy_install lxml==4.0bugfix will install the unreleased branch state from https://github.com/lxml/lxml/tarball/lxml-4.0#egg=lxml-4.0bugfix 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.0.0 (2017-09-17)

Features added

  • The ElementPath implementation is now compiled using Cython, which speeds up the .find*() methods quite significantly.

  • The modules lxml.builder, lxml.html.diff and lxml.html.clean are also compiled using Cython in order to speed them up.

  • xmlfile() supports async coroutines using async with and await.

  • iterwalk() has a new method skip_subtree() that prevents walking into the descendants of the current element.

  • RelaxNG.from_rnc_string() accepts a base_url argument to allow relative resource lookups.

  • The XSLT result object has a new method .write_output(file) that serialises output data into a file according to the <xsl:output> configuration.

Bugs fixed

  • GH#251: HTML comments were handled incorrectly by the soupparser. Patch by mozbugbox.

  • LP#1654544: The html5parser no longer passes the useChardet option if the input is a Unicode string, unless explicitly requested. When parsing files, the default is to enable it when a URL or file path is passed (because the file is then opened in binary mode), and to disable it when reading from a file(-like) object.

    Note: This is a backwards incompatible change of the default configuration. If your code parses byte strings/streams and depends on character detection, please pass the option guess_charset=True explicitly, which already worked in older lxml versions.

  • LP#1703810: etree.fromstring() failed to parse UTF-32 data with BOM.

  • LP#1526522: Some RelaxNG errors were not reported in the error log.

  • LP#1567526: Empty and plain text input raised a TypeError in soupparser.

  • LP#1710429: Uninitialised variable usage in HTML diff.

  • LP#1415643: The closing tags context manager in xmlfile() could continue to output end tags even after writing failed with an exception.

  • LP#1465357: xmlfile.write() now accepts and ignores None as input argument.

  • Compilation under Py3.7-pre failed due to a modified function signature.

Other changes

  • The main module source files were renamed from lxml.*.pyx to plain *.pyx (e.g. etree.pyx) to simplify their handling in the build process. Care was taken to keep the old header files as fallbacks for code that compiles against the public C-API of lxml, but it might still be worth validating that third-party code does not notice this change.

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.0.0.tar.gz (4.2 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

lxml-4.0.0-cp36-cp36m-manylinux1_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.6m

lxml-4.0.0-cp36-cp36m-manylinux1_i686.whl (5.0 MB view details)

Uploaded CPython 3.6m

lxml-4.0.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.6mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.6+ Intel (x86-64, i386)macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

lxml-4.0.0-cp35-cp35m-manylinux1_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.5m

lxml-4.0.0-cp35-cp35m-manylinux1_i686.whl (5.0 MB view details)

Uploaded CPython 3.5m

lxml-4.0.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.5mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.6+ Intel (x86-64, i386)macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

lxml-4.0.0-cp34-cp34m-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.4mWindows x86-64

lxml-4.0.0-cp34-cp34m-win32.whl (3.2 MB view details)

Uploaded CPython 3.4mWindows x86

lxml-4.0.0-cp34-cp34m-manylinux1_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.4m

lxml-4.0.0-cp34-cp34m-manylinux1_i686.whl (5.0 MB view details)

Uploaded CPython 3.4m

lxml-4.0.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.4mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.6+ Intel (x86-64, i386)macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

lxml-4.0.0-cp33-cp33m-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.3mWindows x86-64

lxml-4.0.0-cp33-cp33m-win32.whl (3.2 MB view details)

Uploaded CPython 3.3mWindows x86

lxml-4.0.0-cp33-cp33m-manylinux1_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.3m

lxml-4.0.0-cp33-cp33m-manylinux1_i686.whl (5.0 MB view details)

Uploaded CPython 3.3m

lxml-4.0.0-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.3mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.6+ x86-64macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

lxml-4.0.0-cp27-cp27mu-manylinux1_x86_64.whl (5.3 MB view details)

Uploaded CPython 2.7mu

lxml-4.0.0-cp27-cp27mu-manylinux1_i686.whl (5.0 MB view details)

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mWindows x86-64

lxml-4.0.0-cp27-cp27m-win32.whl (3.1 MB view details)

Uploaded CPython 2.7mWindows x86

lxml-4.0.0-cp27-cp27m-manylinux1_x86_64.whl (5.3 MB view details)

Uploaded CPython 2.7m

lxml-4.0.0-cp27-cp27m-manylinux1_i686.whl (5.0 MB view details)

Uploaded CPython 2.7m

lxml-4.0.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (8.6 MB view details)

Uploaded CPython 2.7mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.6+ Intel (x86-64, i386)macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: lxml-4.0.0.tar.gz
  • Upload date:
  • Size: 4.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lxml-4.0.0.tar.gz
Algorithm Hash digest
SHA256 f7bc9f702500e205b1560d620f14015fec76dcd6f9e889a946a2ddcc3c344fd0
MD5 c30d7e752cc909c1c0c40bd34153443a
BLAKE2b-256 07769f14811d3fb91ed7973a798ded15eda416070bbcb1aadc6a5af9d691d993

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lxml-4.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d78c0a114cf127a41a526aef99aef539c0b2537e57f04a2cc7a49e2c94a44ab8
MD5 80d937673921715671be3d3341e92553
BLAKE2b-256 fb51f35faad90e455111327b84358fab9ff64ca3c83420714b2ae68159b1f3ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lxml-4.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lxml-4.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 7030f44b758e930fd09ade87d770f5a231a19a8c561a3acc54e5122b5ec09e29
MD5 c78dfb605f05254ae80f6481e3cf789b
BLAKE2b-256 b90e20cba9a48403a3e3be9ba35eed4f2be8a9b55930f5859323a30ed166124a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lxml-4.0.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d4507916c408feec2ea8cee3f0d1380e49ea431f6e07b0dd927388bd6e92d6eb
MD5 81780413d3120788a80aef09a378682f
BLAKE2b-256 a0b54c6995f8f259f0858f79460e6d277888f8498ce1c1a466dfbb24f06ba83f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lxml-4.0.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c446fde3284c363cd2085ad1ce5a07c18f15f6766d72684622bc14b0a9ddfd29
MD5 5ef4980ac9fc739d2c45a87c323be308
BLAKE2b-256 6aba8ad65767807ad87876ac2c979a3c828207e9c246061ae3487e3c56634855

See more details on using hashes here.

File details

Details for the file lxml-4.0.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for lxml-4.0.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 9581b438e5d0d0a6fa3937fac2abffd95380bd513bcd39f6952bfcf20cf0b9a7
MD5 804e5fda643b53855f3c9210dbf77716
BLAKE2b-256 7f514bec3ae77e1d832d82c23ba449d7b9d69372538bc2fd6557048357dbe2b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lxml-4.0.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 c4e02657e629f02ab8712471d77d6896c2cf6f09f8ffa6a0f23b1b1ef0318474
MD5 fb46a6be002bd64e5bbcff772f95913a
BLAKE2b-256 e66d48fba1d4ac5871c2094496f9e54326cc64bfd15ef35613a541d38550ad92

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lxml-4.0.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lxml-4.0.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 88d137e440b5de35df2e0616da8e28a88d0119abdaa84520ad1ba815ee9da732
MD5 b4554bc781a0b85fdda2e8779f1908a1
BLAKE2b-256 febf733a6fa2d8c56a968cbb92fb4b81108b6267bea50beb53c4bf142384aedc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lxml-4.0.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a8ad0adeedbbb7b85916214fcd4f5d02829d0e7b3c32abc298789218b6c3d699
MD5 7f74e4544d1d627a5aaf3587a54abaef
BLAKE2b-256 82845d032b5182bb01493a6821273efd78ddce73cd74c8d9ae674a4183340a67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lxml-4.0.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 99b7eabfb46663ed5918eca4ed12420613ba24196964a741ccd962d09296c0b2
MD5 9692c0bb393795568260116077e84379
BLAKE2b-256 3fb75929073f3ddb6725209c7ee750de54fb9082b001205e7e0ef20885ec8f59

See more details on using hashes here.

File details

Details for the file lxml-4.0.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for lxml-4.0.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 1f81074e77c25f9b787fa3854f400ca924d3d798cb7ae910c0e7920be7138c90
MD5 a373afb034067bad33c2ff23ae0ce734
BLAKE2b-256 6d2bd520db9b4aff14d8cd21cc57fa7a1c7ab9d2f5521936026dea680fc46666

See more details on using hashes here.

File details

Details for the file lxml-4.0.0-cp34-cp34m-win_amd64.whl.

File metadata

File hashes

Hashes for lxml-4.0.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 a211288459c9115ddb255ff88e8ac12dc2063e70bddc15e3c65136477a358bb5
MD5 ad413b5260592135223e4d3761973c7a
BLAKE2b-256 42e820642abc4f67b7b5ccddfb02c91c367b690b8fb2e0bbced2d5aae656f5c2

See more details on using hashes here.

File details

Details for the file lxml-4.0.0-cp34-cp34m-win32.whl.

File metadata

  • Download URL: lxml-4.0.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lxml-4.0.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 b2ecb3fd5470b740dfc21b064bbc1337be4b7b805994a868488145d36f35f517
MD5 74d0b8cf8bb66058927e4798d9486757
BLAKE2b-256 959695ba965fc8a42555d054e21548b268703d21a4eada6c5817c577d50a0a12

See more details on using hashes here.

File details

Details for the file lxml-4.0.0-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for lxml-4.0.0-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d9ec728caddb161405e7c33ed9d176e96309893481370163bbf4b00e43008795
MD5 c87f133c55a978f9610dda02487c722c
BLAKE2b-256 679178d0def2536bf2021435b6da926bb90c25d88a0e2bd9d32f27f018f65657

See more details on using hashes here.

File details

Details for the file lxml-4.0.0-cp34-cp34m-manylinux1_i686.whl.

File metadata

File hashes

Hashes for lxml-4.0.0-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 10c86b2248043f4428be33ed10202764b02b281eaa4550f16f0fbbc6ccaae9ac
MD5 3d6c38b6da07d8ef49258d17a12a9f86
BLAKE2b-256 82bdc8e37bb3935b6d3299a173289b87583cfce644ff2d981064c4408f3ceb4b

See more details on using hashes here.

File details

Details for the file lxml-4.0.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for lxml-4.0.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 e908d685800626f10cd6ae01a013fc42094be167fb2a683eb920dfddfaa0ee76
MD5 12e2df650a59931eb5daa026059e7f14
BLAKE2b-256 25dfbc7a4ee388cc18f048813bbc18f55c4a7fda187fd9cb1fdc803adbb4569a

See more details on using hashes here.

File details

Details for the file lxml-4.0.0-cp33-cp33m-win_amd64.whl.

File metadata

File hashes

Hashes for lxml-4.0.0-cp33-cp33m-win_amd64.whl
Algorithm Hash digest
SHA256 824664493a012f5b70396e841a4b4049bdaf445a70307e60f82fe35619f72cc7
MD5 b6f1f2ac511728840e721bc4c919a1a6
BLAKE2b-256 12650c7abe2f96e5517b46bef0e9564d222b0b696a326b2514be4fc9ddbf8220

See more details on using hashes here.

File details

Details for the file lxml-4.0.0-cp33-cp33m-win32.whl.

File metadata

  • Download URL: lxml-4.0.0-cp33-cp33m-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.3m, Windows x86
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lxml-4.0.0-cp33-cp33m-win32.whl
Algorithm Hash digest
SHA256 b7f6ef610680709be11cb7662e46e254bc561dafe0de3b4848be2cf3924bd300
MD5 dc04868fb0c9bbeb43d2950b5fb912c0
BLAKE2b-256 8168d36d6052f654be43211870a5b62732a00c722b7ddb10e5b901774e86db76

See more details on using hashes here.

File details

Details for the file lxml-4.0.0-cp33-cp33m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for lxml-4.0.0-cp33-cp33m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 61825daaf2d80dc3da7635ee108720b0739962db008343822753bbf343cbfd14
MD5 858845f6254f9684de1781d924914070
BLAKE2b-256 e7032021aac38059bb25fb3abe17c5d00be11d31c930580d5de657a2c7b2934c

See more details on using hashes here.

File details

Details for the file lxml-4.0.0-cp33-cp33m-manylinux1_i686.whl.

File metadata

File hashes

Hashes for lxml-4.0.0-cp33-cp33m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 567b76f291a8d02aa8b4d3f8295ae749ac4d532570d8a8c7176f0556c7d95891
MD5 2df36e6c6038128cf916e474b21c0f87
BLAKE2b-256 53250d7a9f8d6af32911b06f160e75bd10bc178e52bbfc1fc35c47f0d1f2f704

See more details on using hashes here.

File details

Details for the file lxml-4.0.0-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for lxml-4.0.0-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 0b8f3d6e669ea26849a6184f04c7802dbef6fd418a8b90e6c026e237db07af31
MD5 c97704a6632bf41438f28e9967f7c391
BLAKE2b-256 979b770b3b7fd296dd9a168af30a02d54cc2f06a8b3f2cd5c305786c0899a388

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lxml-4.0.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e37eda3d05519918403084b43eb7324df21a0daf45c8ae8172a860710dd0fa78
MD5 1915b3ef995b9812a4b97eafb7727d05
BLAKE2b-256 db154b6ec0cca6054b4930c76eaaf4c4e3c5ca2018b2a130f6229174ae8332c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lxml-4.0.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 550a51dee73c14e5863bdbbbe5836b2b8092a3f92631b5a908b9c41e72f123a5
MD5 ec598d1675e6bdabea53f74f6b0be9b0
BLAKE2b-256 032953216862f1000ebce8471828274cbe0018811bfd15ffa354f8d19aa058d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lxml-4.0.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 52e18dd86f153c4383bb4c4ef62f81f9b7e44809d068848a5a183b2285496faf
MD5 e5b8ccc0465e0cf451adb4d37886daa8
BLAKE2b-256 d937b44ab443245b18c30507621273577a67ffcbbfce1693c185508afe4d633c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lxml-4.0.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lxml-4.0.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 48ab0e79175fd16f9478edc679ee14c79524c64b26f665f92cbecff81312d04d
MD5 7cd139a1be4ddf7900b82c6bc6cadec8
BLAKE2b-256 343ae67e700f9fd6cbca5fdff6c2ab688870ddaa4e0351e2f313d432a4c7d24a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lxml-4.0.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9f399c37b8e61c3989ef12ecf0abd9c10a5075f0fc9ad1ecd67ce6f9c72a7211
MD5 6916313a019468f680f84890274003d1
BLAKE2b-256 07eea8d0382e020ad1cdceaa9a84a838e01a096da2ad7228844be0d59c794d72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lxml-4.0.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8996df6b0f205b00b89bbd04d88f1fa1e04139a025fd291aa4ddd05dc86836f4
MD5 a6ea9d40dc06ccd78a1799ff82071f70
BLAKE2b-256 403b4191bd1981f1375913bd5b237d9efb045d5e4e34d76e2c60d84041fee4ce

See more details on using hashes here.

File details

Details for the file lxml-4.0.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for lxml-4.0.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 3593f49858fc6229cd93326be06b099ae477fd65d8f4a981320a6d0bb7fc7a5a
MD5 7f37f1f25cfb81c2d863731c14c3b60e
BLAKE2b-256 c7a28bc02e438ff3f80807ad9e4e7a74bd72e0bd8c1607f93c3dcb81cae8713a

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