05ab7e052a63c768b6c02536adde46ea19886e4f
[platform/upstream/python-lxml.git] / PKG-INFO
1 Metadata-Version: 2.1
2 Name: lxml
3 Version: 4.5.1
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.1 (2020-05-19)
42         ==================
43         
44         Bugs fixed
45         ----------
46         
47         * LP#1570388: Fix failures when serialising documents larger than 2GB in some cases.
48         
49         * LP#1865141, GH#298: ``QName`` values were not accepted by the ``el.iter()`` method.
50           Patch by xmo-odoo.
51         
52         * LP#1863413, GH#297: The build failed to detect libraries on Linux that are only
53           configured via pkg-config.
54           Patch by Hugh McMaster.
55         
56         
57         
58 Platform: UNKNOWN
59 Classifier: Development Status :: 5 - Production/Stable
60 Classifier: Intended Audience :: Developers
61 Classifier: Intended Audience :: Information Technology
62 Classifier: License :: OSI Approved :: BSD License
63 Classifier: Programming Language :: Cython
64 Classifier: Programming Language :: Python :: 2
65 Classifier: Programming Language :: Python :: 2.7
66 Classifier: Programming Language :: Python :: 3
67 Classifier: Programming Language :: Python :: 3.5
68 Classifier: Programming Language :: Python :: 3.6
69 Classifier: Programming Language :: Python :: 3.7
70 Classifier: Programming Language :: Python :: 3.8
71 Classifier: Programming Language :: C
72 Classifier: Operating System :: OS Independent
73 Classifier: Topic :: Text Processing :: Markup :: HTML
74 Classifier: Topic :: Text Processing :: Markup :: XML
75 Classifier: Topic :: Software Development :: Libraries :: Python Modules
76 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*
77 Provides-Extra: cssselect
78 Provides-Extra: html5
79 Provides-Extra: htmlsoup
80 Provides-Extra: source