Imported Upstream version 4.5.2
[platform/upstream/python-lxml.git] / PKG-INFO
1 Metadata-Version: 2.1
2 Name: lxml
3 Version: 4.5.2
4 Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
5 Home-page: https://lxml.de/
6 Author: lxml dev team
7 Author-email: lxml-dev@lxml.de
8 Maintainer: lxml dev team
9 Maintainer-email: lxml-dev@lxml.de
10 License: BSD
11 Description: lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries.  It
12         provides safe and convenient access to these libraries using the ElementTree
13         API.
14         
15         It extends the ElementTree API significantly to offer support for XPath,
16         RelaxNG, XML Schema, XSLT, C14N and much more.
17         
18         To contact the project, go to the `project home page
19         <https://lxml.de/>`_ or see our bug tracker at
20         https://launchpad.net/lxml
21         
22         In case you want to use the current in-development version of lxml,
23         you can get it from the github repository at
24         https://github.com/lxml/lxml .  Note that this requires Cython to
25         build the sources, see the build instructions on the project home
26         page.  To the same end, running ``easy_install lxml==dev`` will
27         install lxml from
28         https://github.com/lxml/lxml/tarball/master#egg=lxml-dev if you have
29         an appropriate version of Cython installed.
30         
31         
32         After an official release of a new stable series, bug fixes may become
33         available at
34         https://github.com/lxml/lxml/tree/lxml-4.5 .
35         Running ``easy_install lxml==4.5bugfix`` will install
36         the unreleased branch state from
37         https://github.com/lxml/lxml/tarball/lxml-4.5#egg=lxml-4.5bugfix
38         as soon as a maintenance branch has been established.  Note that this
39         requires Cython to be installed at an appropriate version for the build.
40         
41         4.5.2 (2020-07-09)
42         ==================
43         
44         Bugs fixed
45         ----------
46         
47         * ``Cleaner()`` now validates that only known configuration options can be set.
48         
49         * LP#1882606: ``Cleaner.clean_html()`` discarded comments and PIs regardless of the
50           corresponding configuration option, if ``remove_unknown_tags`` was set.
51         
52         * LP#1880251: Instead of globally overwriting the document loader in libxml2, lxml now
53           sets it per parser run, which improves the interoperability with other users of libxml2
54           such as libxmlsec.
55         
56         * LP#1881960: Fix build in CPython 3.10 by using Cython 0.29.21.
57         
58         * The setup options "--with-xml2-config" and "--with-xslt-config" were accidentally renamed
59           to "--xml2-config" and "--xslt-config" in 4.5.1 and are now available again.
60         
61         
62         
63 Platform: UNKNOWN
64 Classifier: Development Status :: 5 - Production/Stable
65 Classifier: Intended Audience :: Developers
66 Classifier: Intended Audience :: Information Technology
67 Classifier: License :: OSI Approved :: BSD License
68 Classifier: Programming Language :: Cython
69 Classifier: Programming Language :: Python :: 2
70 Classifier: Programming Language :: Python :: 2.7
71 Classifier: Programming Language :: Python :: 3
72 Classifier: Programming Language :: Python :: 3.5
73 Classifier: Programming Language :: Python :: 3.6
74 Classifier: Programming Language :: Python :: 3.7
75 Classifier: Programming Language :: Python :: 3.8
76 Classifier: Programming Language :: C
77 Classifier: Operating System :: OS Independent
78 Classifier: Topic :: Text Processing :: Markup :: HTML
79 Classifier: Topic :: Text Processing :: Markup :: XML
80 Classifier: Topic :: Software Development :: Libraries :: Python Modules
81 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*
82 Provides-Extra: cssselect
83 Provides-Extra: html5
84 Provides-Extra: htmlsoup
85 Provides-Extra: source