Imported Upstream version 2.3.5
[platform/upstream/python-lxml.git] / PKG-INFO
1 Metadata-Version: 1.1
2 Name: lxml
3 Version: 2.3.5
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 License: UNKNOWN
9 Download-URL: http://pypi.python.org/packages/source/l/lxml/lxml-2.3.5.tar.gz
10 Description: lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries.  It
11         provides safe and convenient access to these libraries using the ElementTree
12         API.
13         
14         It extends the ElementTree API significantly to offer support for XPath,
15         RelaxNG, XML Schema, XSLT, C14N and much more.
16         
17         To contact the project, go to the `project home page
18         <http://lxml.de/>`_ or see our bug tracker at
19         https://launchpad.net/lxml
20         
21         In case you want to use the current in-development version of lxml,
22         you can get it from the github repository at
23         https://github.com/lxml/lxml .  Note that this requires Cython to
24         build the sources, see the build instructions on the project home
25         page.  To the same end, running ``easy_install lxml==dev`` will
26         install lxml from
27         https://github.com/lxml/lxml/tarball/master#egg=lxml-dev if you have
28         an appropriate version of Cython installed.
29         
30         
31         After an official release of a new stable series, bug fixes may become
32         available at
33         https://github.com/lxml/lxml/tree/lxml-2.3 .
34         Running ``easy_install lxml==2.3bugfix`` will install
35         the unreleased branch state from
36         https://github.com/lxml/lxml/tarball/lxml-2.3#egg=lxml-2.3bugfix
37         as soon as a maintenance branch has been established.  Note that this
38         requires Cython to be installed at an appropriate version for the build.
39         
40         2.3.5 (2012-07-31)
41         ==================
42         
43         Features added
44         --------------
45         
46         Bugs fixed
47         ----------
48         
49         * Crash when merging text nodes in ``element.remove()``.
50         
51         * Crash in sax/target parser when reporting empty doctype.
52         
53         Other changes
54         --------------
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.4
66 Classifier: Programming Language :: Python :: 2.5
67 Classifier: Programming Language :: Python :: 2.6
68 Classifier: Programming Language :: Python :: 2.7
69 Classifier: Programming Language :: Python :: 3
70 Classifier: Programming Language :: Python :: 3.0
71 Classifier: Programming Language :: Python :: 3.1
72 Classifier: Programming Language :: Python :: 3.2
73 Classifier: Programming Language :: C
74 Classifier: Operating System :: OS Independent
75 Classifier: Topic :: Text Processing :: Markup :: HTML
76 Classifier: Topic :: Text Processing :: Markup :: XML
77 Classifier: Topic :: Software Development :: Libraries :: Python Modules