Imported Upstream version 4.4.1
[platform/upstream/python-lxml.git] / PKG-INFO
1 Metadata-Version: 2.1
2 Name: lxml
3 Version: 4.4.1
4 Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
5 Home-page: http://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         <http://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.4 .
35         Running ``easy_install lxml==4.4bugfix`` will install
36         the unreleased branch state from
37         https://github.com/lxml/lxml/tarball/lxml-4.4#egg=lxml-4.4bugfix
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.4.1 (2019-08-11)
42         ==================
43         
44         Bugs fixed
45         ----------
46         
47         * LP#1838252: The order of an OrderedDict was lost in 4.4.0 when passing it as
48           attrib mapping during element creation.
49         
50         * LP#1838521: The package metadata now lists the supported Python versions.
51         
52         
53         
54 Platform: UNKNOWN
55 Classifier: Development Status :: 5 - Production/Stable
56 Classifier: Intended Audience :: Developers
57 Classifier: Intended Audience :: Information Technology
58 Classifier: License :: OSI Approved :: BSD License
59 Classifier: Programming Language :: Cython
60 Classifier: Programming Language :: Python :: 2
61 Classifier: Programming Language :: Python :: 2.7
62 Classifier: Programming Language :: Python :: 3
63 Classifier: Programming Language :: Python :: 3.5
64 Classifier: Programming Language :: Python :: 3.6
65 Classifier: Programming Language :: Python :: 3.7
66 Classifier: Programming Language :: C
67 Classifier: Operating System :: OS Independent
68 Classifier: Topic :: Text Processing :: Markup :: HTML
69 Classifier: Topic :: Text Processing :: Markup :: XML
70 Classifier: Topic :: Software Development :: Libraries :: Python Modules
71 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*
72 Provides-Extra: cssselect
73 Provides-Extra: html5
74 Provides-Extra: htmlsoup
75 Provides-Extra: source