comparison env/lib/python3.9/site-packages/lxml-4.6.3.dist-info/METADATA @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 Metadata-Version: 2.1
2 Name: lxml
3 Version: 4.6.3
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 Platform: UNKNOWN
12 Classifier: Development Status :: 5 - Production/Stable
13 Classifier: Intended Audience :: Developers
14 Classifier: Intended Audience :: Information Technology
15 Classifier: License :: OSI Approved :: BSD License
16 Classifier: Programming Language :: Cython
17 Classifier: Programming Language :: Python :: 2
18 Classifier: Programming Language :: Python :: 2.7
19 Classifier: Programming Language :: Python :: 3
20 Classifier: Programming Language :: Python :: 3.5
21 Classifier: Programming Language :: Python :: 3.6
22 Classifier: Programming Language :: Python :: 3.7
23 Classifier: Programming Language :: Python :: 3.8
24 Classifier: Programming Language :: Python :: 3.9
25 Classifier: Programming Language :: C
26 Classifier: Operating System :: OS Independent
27 Classifier: Topic :: Text Processing :: Markup :: HTML
28 Classifier: Topic :: Text Processing :: Markup :: XML
29 Classifier: Topic :: Software Development :: Libraries :: Python Modules
30 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*
31 Provides-Extra: cssselect
32 Requires-Dist: cssselect (>=0.7) ; extra == 'cssselect'
33 Provides-Extra: html5
34 Requires-Dist: html5lib ; extra == 'html5'
35 Provides-Extra: htmlsoup
36 Requires-Dist: BeautifulSoup4 ; extra == 'htmlsoup'
37 Provides-Extra: source
38 Requires-Dist: Cython (>=0.29.7) ; extra == 'source'
39
40 lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
41 provides safe and convenient access to these libraries using the ElementTree
42 API.
43
44 It extends the ElementTree API significantly to offer support for XPath,
45 RelaxNG, XML Schema, XSLT, C14N and much more.
46
47 To contact the project, go to the `project home page
48 <https://lxml.de/>`_ or see our bug tracker at
49 https://launchpad.net/lxml
50
51 In case you want to use the current in-development version of lxml,
52 you can get it from the github repository at
53 https://github.com/lxml/lxml . Note that this requires Cython to
54 build the sources, see the build instructions on the project home
55 page. To the same end, running ``easy_install lxml==dev`` will
56 install lxml from
57 https://github.com/lxml/lxml/tarball/master#egg=lxml-dev if you have
58 an appropriate version of Cython installed.
59
60
61 After an official release of a new stable series, bug fixes may become
62 available at
63 https://github.com/lxml/lxml/tree/lxml-4.6 .
64 Running ``easy_install lxml==4.6bugfix`` will install
65 the unreleased branch state from
66 https://github.com/lxml/lxml/tarball/lxml-4.6#egg=lxml-4.6bugfix
67 as soon as a maintenance branch has been established. Note that this
68 requires Cython to be installed at an appropriate version for the build.
69
70 4.6.3 (2021-03-21)
71 ==================
72
73 Bugs fixed
74 ----------
75
76 * A vulnerability (CVE-2021-28957) was discovered in the HTML Cleaner by Kevin Chung,
77 which allowed JavaScript to pass through. The cleaner now removes the HTML5
78 ``formaction`` attribute.
79
80
81
82