loongson/pypi/: lxml-4.1.1 metadata and description

Homepage Simple index Newer version available

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

author lxml dev team
author_email lxml-dev@lxml.de
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Intended Audience :: Information Technology
  • License :: OSI Approved :: BSD License
  • Programming Language :: Cython
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.6
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: C
  • Operating System :: OS Independent
  • Topic :: Text Processing :: Markup :: HTML
  • Topic :: Text Processing :: Markup :: XML
  • Topic :: Software Development :: Libraries :: Python Modules
license BSD
maintainer lxml dev team
maintainer_email lxml-dev@lxml.de
platform
  • UNKNOWN
provides_extras source
requires_dist
  • cssselect (>=0.7) ; extra == 'cssselect'
  • html5lib ; extra == 'html5'
  • BeautifulSoup4 ; extra == 'htmlsoup'
  • Cython (>=0.26.1) ; extra == 'source'

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
lxml-4.1.1-cp36-cp36m-linux_loongarch64.whl
Size
7 MB
Type
Python Wheel
Python
3.6
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2022-08-26 02:51:03
lxml-4.1.1-cp37-cp37m-linux_loongarch64.whl
Size
6 MB
Type
Python Wheel
Python
3.7
lxml-4.1.1-cp38-cp38-linux_loongarch64.whl
Size
8 MB
Type
Python Wheel
Python
3.8
  • Replaced 2 time(s)
  • Uploaded to loongson/pypi by loongson 2022-08-26 06:13:15
lxml-4.1.1.tar.gz
Size
2 MB
Type
Source

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.1 . Running easy_install lxml==4.1bugfix will install the unreleased branch state from https://github.com/lxml/lxml/tarball/lxml-4.1#egg=lxml-4.1bugfix 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.1.1 (2017-11-04)

  • Rebuild with Cython 0.27.3 to improve support for Py3.7.