lxml 5.4.0__cp311-cp311-macosx_10_9_universal2.whl → 6.0.0__cp311-cp311-macosx_10_9_universal2.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lxml/__init__.py +1 -1
- lxml/_elementpath.cpython-311-darwin.so +0 -0
- lxml/_elementpath.py +3 -1
- lxml/apihelpers.pxi +25 -17
- lxml/builder.cpython-311-darwin.so +0 -0
- lxml/builder.py +11 -0
- lxml/debug.pxi +0 -54
- lxml/etree.cpython-311-darwin.so +0 -0
- lxml/etree.h +24 -28
- lxml/etree.pyx +154 -33
- lxml/etree_api.h +59 -50
- lxml/extensions.pxi +3 -6
- lxml/html/__init__.py +7 -3
- lxml/html/_difflib.cpython-311-darwin.so +0 -0
- lxml/html/_difflib.py +2106 -0
- lxml/html/builder.py +40 -0
- lxml/html/defs.py +3 -3
- lxml/html/diff.cpython-311-darwin.so +0 -0
- lxml/html/diff.py +406 -312
- lxml/includes/etree_defs.h +6 -6
- lxml/includes/libxml/HTMLparser.h +33 -30
- lxml/includes/libxml/HTMLtree.h +1 -0
- lxml/includes/libxml/SAX.h +2 -186
- lxml/includes/libxml/SAX2.h +2 -3
- lxml/includes/libxml/catalog.h +1 -0
- lxml/includes/libxml/debugXML.h +0 -138
- lxml/includes/libxml/encoding.h +124 -61
- lxml/includes/libxml/entities.h +0 -19
- lxml/includes/libxml/globals.h +0 -16
- lxml/includes/libxml/nanoftp.h +3 -173
- lxml/includes/libxml/parser.h +474 -231
- lxml/includes/libxml/parserInternals.h +21 -101
- lxml/includes/libxml/relaxng.h +7 -2
- lxml/includes/libxml/threads.h +0 -6
- lxml/includes/libxml/tree.h +29 -85
- lxml/includes/libxml/valid.h +20 -12
- lxml/includes/libxml/xinclude.h +5 -0
- lxml/includes/libxml/xlink.h +4 -0
- lxml/includes/libxml/xmlIO.h +15 -34
- lxml/includes/libxml/xmlautomata.h +19 -2
- lxml/includes/libxml/xmlerror.h +18 -18
- lxml/includes/libxml/xmlexports.h +6 -56
- lxml/includes/libxml/xmlmemory.h +19 -19
- lxml/includes/libxml/xmlmodule.h +4 -0
- lxml/includes/libxml/xmlreader.h +11 -3
- lxml/includes/libxml/xmlregexp.h +7 -106
- lxml/includes/libxml/xmlsave.h +11 -2
- lxml/includes/libxml/xmlschemas.h +10 -5
- lxml/includes/libxml/xmlunicode.h +3 -354
- lxml/includes/libxml/xmlversion.h +19 -34
- lxml/includes/libxml/xpath.h +5 -15
- lxml/includes/libxml/xpathInternals.h +9 -3
- lxml/includes/libxml/xpointer.h +1 -91
- lxml/includes/lxml-version.h +1 -1
- lxml/includes/tree.pxd +10 -12
- lxml/includes/xmlparser.pxd +46 -8
- lxml/lxml.etree.h +24 -28
- lxml/lxml.etree_api.h +59 -50
- lxml/objectify.cpython-311-darwin.so +0 -0
- lxml/objectify.pyx +11 -7
- lxml/parser.pxi +106 -47
- lxml/sax.cpython-311-darwin.so +0 -0
- lxml/sax.py +11 -0
- lxml/saxparser.pxi +14 -14
- lxml/schematron.pxi +8 -3
- lxml/serializer.pxi +71 -3
- lxml/xslt.pxi +10 -3
- lxml-6.0.0.dist-info/METADATA +163 -0
- {lxml-5.4.0.dist-info → lxml-6.0.0.dist-info}/RECORD +73 -71
- {lxml-5.4.0.dist-info → lxml-6.0.0.dist-info}/WHEEL +2 -1
- {lxml-5.4.0.dist-info → lxml-6.0.0.dist-info}/licenses/LICENSE.txt +3 -1
- lxml-5.4.0.dist-info/METADATA +0 -96
- {lxml-5.4.0.dist-info → lxml-6.0.0.dist-info}/licenses/LICENSES.txt +0 -0
- {lxml-5.4.0.dist-info → lxml-6.0.0.dist-info}/top_level.txt +0 -0
@@ -1,55 +1,55 @@
|
|
1
|
-
lxml-
|
2
|
-
lxml-
|
3
|
-
lxml-
|
4
|
-
lxml-
|
5
|
-
lxml-
|
6
|
-
lxml-
|
1
|
+
lxml-6.0.0.dist-info/RECORD,,
|
2
|
+
lxml-6.0.0.dist-info/WHEEL,sha256=VWNc5NH4DDoQDkc74R-nMZPza3RGJ6ac2abjVbvC-0k,141
|
3
|
+
lxml-6.0.0.dist-info/top_level.txt,sha256=NjD988wqaKq512nshNdLt-uDxsjkp4Bh51m6N-dhUrk,5
|
4
|
+
lxml-6.0.0.dist-info/METADATA,sha256=l0V9FIpBXx7-YI5aTsHRBGKuJZYt__AMOBXA3mPJtNE,6600
|
5
|
+
lxml-6.0.0.dist-info/licenses/LICENSE.txt,sha256=j8K1aBM1FuRoRdIUeRet7uFkjnCumrXtbFQXr-9M6FU,1507
|
6
|
+
lxml-6.0.0.dist-info/licenses/LICENSES.txt,sha256=QdSd1AaqDhVIptXyGjDWv2OLPNlutyid00jYPtLkA5I,1514
|
7
7
|
lxml/public-api.pxi,sha256=XoP6_cJOEoQIItvE1RiYCKYD1ry4AobaOr4XLo0KSE4,6666
|
8
8
|
lxml/xmlid.pxi,sha256=5zf9oR6bsCtavGiOmilNyHqYwgG_bnrIabSd2SURtm0,6073
|
9
9
|
lxml/cleanup.pxi,sha256=ZNEpbv7qx_ICPzsxhCaMUHCOfiznOoZ_u3jlYXHAuh4,8454
|
10
|
-
lxml/objectify.cpython-311-darwin.so,sha256
|
11
|
-
lxml/_elementpath.py,sha256=
|
12
|
-
lxml/xslt.pxi,sha256=
|
10
|
+
lxml/objectify.cpython-311-darwin.so,sha256=mhuNOOZCsdoqizlbLRwi8EO2c8mmso9cm9BJWD5K8dw,5148240
|
11
|
+
lxml/_elementpath.py,sha256=b80hM3ndAkTtRX6v54za3LkkAqCcd0700BbMPZHnTBU,10959
|
12
|
+
lxml/xslt.pxi,sha256=wxdbuvNFVA8eP57tHmBYWER__ceFhf6HGdsbBHbx_0A,36315
|
13
13
|
lxml/xpath.pxi,sha256=aqW24V817dUxps4Gnc8h7Tm3QVlITKvxU5_9WgJUIFg,19132
|
14
|
-
lxml/debug.pxi,sha256=
|
15
|
-
lxml/serializer.pxi,sha256=
|
14
|
+
lxml/debug.pxi,sha256=KTcpR8-slUYvmIPbE35GoHDNTb-gjTEvD7bw6LltM4c,1125
|
15
|
+
lxml/serializer.pxi,sha256=iIXfechFHfvFs2sTk7wMIy3sDJxmaMPbNO33mkLLBUE,68063
|
16
16
|
lxml/classlookup.pxi,sha256=Tax8Vhbm5C6UCjgmRFsYjW0pFHxIuTthH1MOgASDLgc,22435
|
17
|
-
lxml/saxparser.pxi,sha256=
|
18
|
-
lxml/sax.py,sha256=
|
19
|
-
lxml/etree.cpython-311-darwin.so,sha256=
|
17
|
+
lxml/saxparser.pxi,sha256=TmkdM5h9xII9iKRaBk_1NGk2KTfeesl5Ha8bpFQGqLc,33529
|
18
|
+
lxml/sax.py,sha256=nby0w7jWwdq6QHYkRMkw096rxDZsscXy-zx8d67tbzE,9705
|
19
|
+
lxml/etree.cpython-311-darwin.so,sha256=rXbaWGz3Ghldai7jLrHvYmV84UPfw7uFARW-MF1QU0o,9118592
|
20
20
|
lxml/pyclasslookup.py,sha256=gLD1HM2HtITYYiGzjEOewSwbB7XkVx_NZv_quCt79Oc,92
|
21
|
-
lxml/__init__.py,sha256=
|
21
|
+
lxml/__init__.py,sha256=E9pqXsEQS2c4XCODrKN8ZqYvH6x5Y5PK7B9vSkgW4xk,574
|
22
22
|
lxml/objectpath.pxi,sha256=s5TNG2-EbaWWKLFAiX303B95zK_Ui8ausB__3QvFFGw,11450
|
23
23
|
lxml/relaxng.pxi,sha256=3OQ-fZMzP-KF5vM6HTozT_9ee3J0DJnpj9RcHC8LoMw,6339
|
24
|
-
lxml/etree_api.h,sha256=
|
24
|
+
lxml/etree_api.h,sha256=1c5kUDv9UYF9-y7OVw_Bf22hdlfYojVQ_onrrPAPl4A,17372
|
25
25
|
lxml/xinclude.pxi,sha256=7eBrI_OK47mmrHQ0ixbixRI8pKqQ1nwkMV-OmKUVlD4,2456
|
26
26
|
lxml/iterparse.pxi,sha256=JXvYhSOCaRjT_hYbRGMlJt2rlqx0TiRpN4FE1jQc63w,16521
|
27
|
-
lxml/parser.pxi,sha256=
|
28
|
-
lxml/objectify.pyx,sha256=
|
29
|
-
lxml/builder.py,sha256=
|
27
|
+
lxml/parser.pxi,sha256=C1wKmFQFTh7YM6q1GgxD9cgLq3dMpQ7Y07dtj0zxxHI,84788
|
28
|
+
lxml/objectify.pyx,sha256=I4bQQXmQssBtk5bTrid-eVURBLKRTM5iQZiviugIrts,75823
|
29
|
+
lxml/builder.py,sha256=KI1HxHTd4wJqqVfmTRtSbXBQdl2T-P36ih4hT-J3MNw,8485
|
30
30
|
lxml/dtd.pxi,sha256=IAKkmA4ZoC68sqAWcTqoS8jEGYcPQrVMCZgn4iLBYko,15281
|
31
|
-
lxml/apihelpers.pxi,sha256=
|
31
|
+
lxml/apihelpers.pxi,sha256=9S6bzp-VKCUPZv0f6-el5PsbPFN4FJqSnMCIYilS0eU,63881
|
32
32
|
lxml/xmlerror.pxi,sha256=K7YIB21sLWdf_2GxyUymRZ5vDr3O4OJ5vGjrklBGa6o,49854
|
33
33
|
lxml/doctestcompare.py,sha256=40EDnkwpcvW86qNa86990OXF42xdHaosSZoiBsEjkzU,17731
|
34
34
|
lxml/usedoctest.py,sha256=qRgZKQVcAZcl-zN0AIXVJnOsETUXz2nPXkxuzs1lGgk,230
|
35
35
|
lxml/readonlytree.pxi,sha256=ddRYczhHieJ4XUvWvTPW9N9oQ8vuKtv7lC1mtE1qvH8,18976
|
36
36
|
lxml/cssselect.py,sha256=_wZdX-B9p5MeIYABmENIYRWEkwXwX-7jO8Dkf-1rUZU,3306
|
37
|
-
lxml/etree.pyx,sha256=
|
38
|
-
lxml/extensions.pxi,sha256=
|
37
|
+
lxml/etree.pyx,sha256=2qCb8ZNjsdoB0fUELYwAM4ldLQZWS5_gt-OxKEUM-vs,138014
|
38
|
+
lxml/extensions.pxi,sha256=xKLad35EQgpsDhs07tw31aKJBBMWIK9rMc0JTXETAUA,32022
|
39
39
|
lxml/xmlschema.pxi,sha256=mumNoHni5S3BQPtcmOHRd61KRaVWu4eOie2wQeB0e6E,8490
|
40
|
-
lxml/schematron.pxi,sha256=
|
41
|
-
lxml/builder.cpython-311-darwin.so,sha256=
|
42
|
-
lxml/sax.cpython-311-darwin.so,sha256=
|
43
|
-
lxml/lxml.etree.h,sha256=
|
40
|
+
lxml/schematron.pxi,sha256=F2OHKZUl57-byBk_wWtPTnHZ1fwlj0FtwG3VuGtG-UY,6064
|
41
|
+
lxml/builder.cpython-311-darwin.so,sha256=HkAcIjJNWXXjkpAMXrd1arTb-cpr6FYj0qy1VlPzxjA,277520
|
42
|
+
lxml/sax.cpython-311-darwin.so,sha256=J3OL9ng291v5brs3nnB6j-kDTCu0lXBqUGP0WvRkWZM,381504
|
43
|
+
lxml/lxml.etree.h,sha256=0h07COSE5RC8y3MbrK3cc4ElLplQjGFZTxRbGMrTsMA,9792
|
44
44
|
lxml/docloader.pxi,sha256=bYSZAxxbBEfVzfLXTUWFRfOyUTfV23L7i9hR2dgtSNY,5772
|
45
45
|
lxml/nsclasses.pxi,sha256=5pzNBhBtlqObPdThL9QIGRs1Dxj1qnr0PyXuTCURqTg,9129
|
46
|
-
lxml/etree.h,sha256=
|
46
|
+
lxml/etree.h,sha256=0h07COSE5RC8y3MbrK3cc4ElLplQjGFZTxRbGMrTsMA,9792
|
47
47
|
lxml/parsertarget.pxi,sha256=v1PidxRaG5giwXcTDkpBI7PDFmsZuOcK0y9LdkQaY8M,6326
|
48
48
|
lxml/ElementInclude.py,sha256=PSLeZFvCa76WHJulPLxcZXJtCI2-4dK2CtqPRiYOAQg,8560
|
49
49
|
lxml/xsltext.pxi,sha256=TImDiAPlAezC07P7RY1N9YChA7AuKFH-G53hXdel9yc,11088
|
50
|
-
lxml/lxml.etree_api.h,sha256=
|
50
|
+
lxml/lxml.etree_api.h,sha256=ZrX9se6gmhPcafaEjNJwqSrgFejIyDhXnKHchEZ9IKM,17377
|
51
51
|
lxml/proxy.pxi,sha256=TPfavn4-ufhVlr-GKciz2qXCTUFtvGdxO-F-h30yIws,23697
|
52
|
-
lxml/_elementpath.cpython-311-darwin.so,sha256=
|
52
|
+
lxml/_elementpath.cpython-311-darwin.so,sha256=SjSLlE_vRJE6FZulbeGlO9rDHJtCD_GdGGXcaHywGY8,422712
|
53
53
|
lxml/isoschematron/__init__.py,sha256=uauerYeKTlWFCJSqieIHhF5l6rYV2myeEJ0Imd1LzRc,13274
|
54
54
|
lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl,sha256=QweRrIIM-zFcgg98GXA2CaWfIbgVE0XKEeYSfvv67A0,4563
|
55
55
|
lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl,sha256=ObebsB8Wt-d3uIA_U5NU85TpnQ3PxPX38TdOAqosMac,3172
|
@@ -64,67 +64,67 @@ lxml/includes/xmlerror.pxd,sha256=pNP5juL4hRHdVdXUWzMspbdtgPqJdHLDu4jns3ItvrI,58
|
|
64
64
|
lxml/includes/c14n.pxd,sha256=DBQcOJ0c_YS245ohMb8fmuEC1kFyv1LrNY_8Mf-syZg,1110
|
65
65
|
lxml/includes/xmlschema.pxd,sha256=OLZPd2WDJyopiXJJyo-dAyyYHaeSYFiMAI4tqIiv-Ik,1702
|
66
66
|
lxml/includes/__init__.pxd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
67
|
-
lxml/includes/lxml-version.h,sha256=
|
67
|
+
lxml/includes/lxml-version.h,sha256=wEVR0E9vWcIcLqeKSynNl-L8FcZ0xlZLBysRvInuHmo,71
|
68
68
|
lxml/includes/schematron.pxd,sha256=Hob7xh-K-MKqp7WiG8thMagf5EkQzmgfi4ds0EF91JA,1604
|
69
69
|
lxml/includes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
70
|
-
lxml/includes/tree.pxd,sha256=
|
70
|
+
lxml/includes/tree.pxd,sha256=XApzMRy_LSqCtQ-OTS-vNSW7CT_OWstybfIT2H84LsA,20179
|
71
71
|
lxml/includes/uri.pxd,sha256=3vOXw6AbSPxAM9uo71T1qnfx-wd9ezXLDQtWsb2zX0I,145
|
72
|
-
lxml/includes/etree_defs.h,sha256=
|
72
|
+
lxml/includes/etree_defs.h,sha256=dEuf7oHs7KS08Jo5dIr9tTGG8ILWz0OeRqzmql4XFv4,14224
|
73
73
|
lxml/includes/etreepublic.pxd,sha256=Bn4d3JkWPqXputXqI-eJ0xmPrwNFPTfDCa7axgjB7FM,10184
|
74
74
|
lxml/includes/xpath.pxd,sha256=e8-ZYUbRG7N1mHETAlknJ_QqAteOosrYLRgpH-OsTkg,5603
|
75
75
|
lxml/includes/htmlparser.pxd,sha256=9uASkP5dU7OE2lCOLT-z2e01qSbFlp4ehgwdostF_qk,2802
|
76
76
|
lxml/includes/xslt.pxd,sha256=4yl3pOu7pAvsx5Tc-W4IWCoB8wgtSSR62HI1jqu6jko,8241
|
77
77
|
lxml/includes/config.pxd,sha256=H6Mrl8It21hzRI2hzMId9W48QqkYYkoLT4dniLNmdTw,96
|
78
|
-
lxml/includes/xmlparser.pxd,sha256=
|
78
|
+
lxml/includes/xmlparser.pxd,sha256=LpFrvQj89EmV8WBXY1Eoxz8Vz6TiioXIFclFXKDXQE4,12494
|
79
79
|
lxml/includes/xinclude.pxd,sha256=CuO_XZNB6E2JK1qXXWn11APrjFQV5kA6SMyb77WZn0A,804
|
80
80
|
lxml/includes/dtdvalid.pxd,sha256=Nv0OykjYehv2lO-Zj--q6jS3TAC_dvQVPSgPMuse1NM,689
|
81
81
|
lxml/includes/relaxng.pxd,sha256=HzHlQ6mCcf_tj_JZ9NAVJTVAv8ScCkE8Ifq15y3bS0c,2615
|
82
82
|
lxml/includes/libxml/chvalid.h,sha256=TZcceNp6Cw0QlYwIqK9GxyYqL5UiAjpQyjt_yrZGTQE,5087
|
83
|
-
lxml/includes/libxml/parserInternals.h,sha256=
|
84
|
-
lxml/includes/libxml/xpointer.h,sha256=
|
85
|
-
lxml/includes/libxml/debugXML.h,sha256=
|
83
|
+
lxml/includes/libxml/parserInternals.h,sha256=8_Wr6UgRzm8BRn1RPLxyBkw6BagAdDvVqMA_e181_EI,14539
|
84
|
+
lxml/includes/libxml/xpointer.h,sha256=DAxMsfPp2SSZgXFrPbxBA84RwTMRf35Qg_LBbUzPQhA,1026
|
85
|
+
lxml/includes/libxml/debugXML.h,sha256=XXRNI39gJW7bGRC4SzE4ad-SJ906BsUGz3AwOtkKuS4,1667
|
86
86
|
lxml/includes/libxml/schematron.h,sha256=8EhPDhvtlMxl9e0C5rSbEruOvzJS5BC_OOFbq9RXZnY,4255
|
87
87
|
lxml/includes/libxml/uri.h,sha256=J9teJHme5z883c4twF5oImEYY-E3xSvhdSGpyRVtvIg,2855
|
88
|
-
lxml/includes/libxml/parser.h,sha256=
|
89
|
-
lxml/includes/libxml/encoding.h,sha256=
|
90
|
-
lxml/includes/libxml/tree.h,sha256=
|
88
|
+
lxml/includes/libxml/parser.h,sha256=Uq7-ce55UUAsvo4n6CiBlNQpmowewvWhOsQtgGM1UQ8,48498
|
89
|
+
lxml/includes/libxml/encoding.h,sha256=haL7ratww2wkIERGmtwUqU2BbTVe52FZFU7MmrOpsPk,9623
|
90
|
+
lxml/includes/libxml/tree.h,sha256=zTRLt6h5x6ApyeXgs90CKQZSAl2hKm7b5NxtPKUQFAE,36106
|
91
91
|
lxml/includes/libxml/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
92
|
-
lxml/includes/libxml/threads.h,sha256=
|
93
|
-
lxml/includes/libxml/xmlversion.h,sha256=
|
94
|
-
lxml/includes/libxml/globals.h,sha256=
|
95
|
-
lxml/includes/libxml/catalog.h,sha256=
|
96
|
-
lxml/includes/libxml/xmlreader.h,sha256=
|
97
|
-
lxml/includes/libxml/HTMLtree.h,sha256=
|
98
|
-
lxml/includes/libxml/SAX2.h,sha256=
|
99
|
-
lxml/includes/libxml/xmlexports.h,sha256=
|
100
|
-
lxml/includes/libxml/xlink.h,sha256=
|
101
|
-
lxml/includes/libxml/SAX.h,sha256=
|
102
|
-
lxml/includes/libxml/entities.h,sha256=
|
103
|
-
lxml/includes/libxml/xmlregexp.h,sha256=
|
92
|
+
lxml/includes/libxml/threads.h,sha256=mT3CgK4lXK7-NDnUOFXqYuCK6fyY70S3BsHF-TnT45k,1619
|
93
|
+
lxml/includes/libxml/xmlversion.h,sha256=qq0Y7Y5p8Q2LGzTNCbbGuwtgvERwp7-ILbUTli_KBZw,5112
|
94
|
+
lxml/includes/libxml/globals.h,sha256=NH8zyRI5cXJJGp5k2aLxOm-reJEGOFX6LYP82GBXRlY,583
|
95
|
+
lxml/includes/libxml/catalog.h,sha256=H9ssTCaBjtDqc-AZqCk1R7h8F2iD9szqLjJyHpaczXg,4633
|
96
|
+
lxml/includes/libxml/xmlreader.h,sha256=BAHinlSOTXX3DEax9BniaIIPAXJyLGfzym9R-27LCcU,12387
|
97
|
+
lxml/includes/libxml/HTMLtree.h,sha256=Q7UBKFbQ8fx4d_dMnmR6ay8JmfOhopFkDp2B63YkLDU,3517
|
98
|
+
lxml/includes/libxml/SAX2.h,sha256=RfFP5o3le-Rg8bnA2GW7L7L9_pfXCs3TieODcv1DTWY,4240
|
99
|
+
lxml/includes/libxml/xmlexports.h,sha256=IyV3AMeQVbOl0wkjlnNX4B8WUZ-5GNKQmxZc6-maWUU,2025
|
100
|
+
lxml/includes/libxml/xlink.h,sha256=TVLOkISrcKDelo9n_XIUyPiStDYa8NxuF2dz70aBFCI,5062
|
101
|
+
lxml/includes/libxml/SAX.h,sha256=SFnG27EFrYGUB9HDL_xSIGBwEns5pl07rApXWThFZFM,386
|
102
|
+
lxml/includes/libxml/entities.h,sha256=LEOCA826-0f8dhRJzC_2hvUVsSH7lKQjrea9hSTdBbo,4419
|
103
|
+
lxml/includes/libxml/xmlregexp.h,sha256=_q6C1XRy8DS3kSmLbEKpvkKQciTgjTJgGc_zUQ6m22M,2632
|
104
104
|
lxml/includes/libxml/list.h,sha256=oh7iJNQajRA_cHsNk9CcFPYkaW2smf4J_MpedPPjC4k,3128
|
105
|
-
lxml/includes/libxml/xinclude.h,sha256=
|
106
|
-
lxml/includes/libxml/xmlerror.h,sha256=
|
105
|
+
lxml/includes/libxml/xinclude.h,sha256=K3I5jhw2zAMj26LuRNZc15Bwv2JE2hWxwVn4TCqv2b4,3258
|
106
|
+
lxml/includes/libxml/xmlerror.h,sha256=vJE2WmGiCT7oYMSkSYqCMjk8geBQBIu3XncLgIR_Yyg,37535
|
107
107
|
lxml/includes/libxml/schemasInternals.h,sha256=V8M4In3zf24EX55Yt4dcfxwp7NpHGYViKnLKwtyrPJ4,26233
|
108
108
|
lxml/includes/libxml/dict.h,sha256=SweaPGMtTTf4je6dNTIoEzcfEvpsAT9_PhR7FC0K-rQ,1770
|
109
|
-
lxml/includes/libxml/xmlIO.h,sha256=
|
110
|
-
lxml/includes/libxml/HTMLparser.h,sha256=
|
111
|
-
lxml/includes/libxml/xmlautomata.h,sha256=
|
112
|
-
lxml/includes/libxml/xmlsave.h,sha256=
|
109
|
+
lxml/includes/libxml/xmlIO.h,sha256=FvbuMYTy1-S5PScabE03wz0oWKf626pmXvOPZNuLm-w,11948
|
110
|
+
lxml/includes/libxml/HTMLparser.h,sha256=sU4xGqj-vBtEvzlxA3hBPWJboifvkc4F1hynKXmsl3k,9569
|
111
|
+
lxml/includes/libxml/xmlautomata.h,sha256=7Sc3YgPz1ZIBKCHPSxs5oAwJEZWQ1RT2kyUw85pUtmU,4004
|
112
|
+
lxml/includes/libxml/xmlsave.h,sha256=zcEQr9sO5CsFrnoOLshhdsqMEr8k4AeFhbkYyNfO9Fs,2934
|
113
113
|
lxml/includes/libxml/xmlstring.h,sha256=d5PpqxP1I1sfmCUHvVJtjoC9h7hLHcAAQ5ok_Rtf50I,5271
|
114
|
-
lxml/includes/libxml/xpath.h,sha256=
|
115
|
-
lxml/includes/libxml/valid.h,sha256=
|
114
|
+
lxml/includes/libxml/xpath.h,sha256=CQv6X_pRhuXoCVpqoDXYB7FfusLK7AuPxCNigwhNYAA,16156
|
115
|
+
lxml/includes/libxml/valid.h,sha256=2opFsEsFyRRvQKdIFGfqU7eT3qT2PwSfSyOkAxm6PSc,13271
|
116
116
|
lxml/includes/libxml/xmlschemastypes.h,sha256=MYwlGmoKAo3lHRaaKgnCXiLmPT9KRjdxyCJ7TEyZ6jM,4583
|
117
117
|
lxml/includes/libxml/c14n.h,sha256=BSBXw6nIZutC8mWvbRrLLmoWjw3wRt-nM93vjXGMCm8,2742
|
118
|
-
lxml/includes/libxml/xmlmodule.h,sha256=
|
119
|
-
lxml/includes/libxml/relaxng.h,sha256=
|
118
|
+
lxml/includes/libxml/xmlmodule.h,sha256=ERUHUmDdZRmh6NjLYWUpse51rLWR8qNjPHOtdgmlLF0,1198
|
119
|
+
lxml/includes/libxml/relaxng.h,sha256=VXZ74r5Yja06KqypdBHc8neDwPxQ2aMrsWHSdRt5oi4,5991
|
120
120
|
lxml/includes/libxml/nanohttp.h,sha256=bLbzYjAyAKmP3ComMOPH6XaUImu6bNAESF1HrVtRve0,2124
|
121
|
-
lxml/includes/libxml/xmlunicode.h,sha256=
|
121
|
+
lxml/includes/libxml/xmlunicode.h,sha256=8sq3wEW2AiyTCuc3ZceOEkce7lfrI7VnkRfwEQgc6pU,278
|
122
122
|
lxml/includes/libxml/xmlwriter.h,sha256=BEUwYNKx3xymDE9vepksEK7yVq9SXYm1d2pQnzlPy90,20688
|
123
|
-
lxml/includes/libxml/xmlmemory.h,sha256=
|
124
|
-
lxml/includes/libxml/xpathInternals.h,sha256=
|
125
|
-
lxml/includes/libxml/nanoftp.h,sha256=
|
123
|
+
lxml/includes/libxml/xmlmemory.h,sha256=m7wGvVMxNzZiuOAo3vkjxaVWstc8aQLzb6obbjPsebE,4658
|
124
|
+
lxml/includes/libxml/xpathInternals.h,sha256=mc9B5tdpfssyz_NPUzww6dKuWCtBybBiBRJkTe4AE4U,18504
|
125
|
+
lxml/includes/libxml/nanoftp.h,sha256=22PBtWhJueYLFvwukt4oFooRct_xJA83hbluHRBNXUM,302
|
126
126
|
lxml/includes/libxml/hash.h,sha256=KIIpAYKBfGUU3ydWhGehUyfuauZz_Ps0gyambzQo_rc,7017
|
127
|
-
lxml/includes/libxml/xmlschemas.h,sha256=
|
127
|
+
lxml/includes/libxml/xmlschemas.h,sha256=5AfLnYUcfmxHRzg0dVpdHig--4ui1-XDwDgpKGDKCiU,7067
|
128
128
|
lxml/includes/libxslt/keys.h,sha256=16v25VEluS7jYhgg6gYFwVxgGMn-1ctnlhhWWT4RcBY,1155
|
129
129
|
lxml/includes/libxslt/xsltutils.h,sha256=1eguYgR9-jeNOVlBUktHboaq-VLX6JXraO80TfbARKM,9085
|
130
130
|
lxml/includes/libxslt/security.h,sha256=fUD1cy_WxFCTvTNAF0WOQIU4p5CNWn1LHFyZJd-Fx5U,2652
|
@@ -157,16 +157,18 @@ lxml/includes/extlibs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
157
157
|
lxml/includes/extlibs/zlib.h,sha256=ilV5r3LqT0J_8ApBUPDMs_xcHkN59ybhARM7Grn8YAw,96829
|
158
158
|
lxml/includes/extlibs/zconf.h,sha256=ROVD_0UUx6mgHWSAGcLJqB0RBcv6PHfx-vbNhur6ir0,16464
|
159
159
|
lxml/html/soupparser.py,sha256=xo8VvNeOEb-SChuXLKCRECh8J7HBiJLE9sAbEskoUUQ,10197
|
160
|
-
lxml/html/defs.py,sha256=
|
160
|
+
lxml/html/defs.py,sha256=l_6nh4DHvrsVyWVqWCUUx14QiahRyZv4Melqy_thf6Q,4250
|
161
161
|
lxml/html/_setmixin.py,sha256=8IFIOLmVz0G-XzsD2tCEkSFWO-dgPBHgvHufC8ni67s,1188
|
162
162
|
lxml/html/clean.py,sha256=FghSJy4jt2RaBy6dgusowkU18hxpZ4XLE5ceCK9qxyA,503
|
163
163
|
lxml/html/_diffcommand.py,sha256=kz_7EP9PmYWuczlZcGiw74_rG0eTKvQ2lrO0rkiwlYE,2081
|
164
164
|
lxml/html/html5parser.py,sha256=dnyC4cqHxywjZSzk0mu2L7THTZjxhg4yF4pncjusa_w,8634
|
165
|
-
lxml/html/__init__.py,sha256=
|
165
|
+
lxml/html/__init__.py,sha256=CC5WdsvSptZhr9MZya1qsL6JKVbviYdrHOhXrGhmORg,64425
|
166
166
|
lxml/html/formfill.py,sha256=umgk0BbkAI1W6q9musFbL-cDnI_aap2NsLBJqk0UmVI,9681
|
167
|
-
lxml/html/
|
167
|
+
lxml/html/_difflib.py,sha256=GgH_jVrZQC8tI8WV_lFZQsXFJ3mOTAPup1zjBJNvkPo,84954
|
168
|
+
lxml/html/builder.py,sha256=Uz3r5uiuCdoN0UPa7ngoLMwAadVIhslzGvlRPGigY_M,6187
|
168
169
|
lxml/html/ElementSoup.py,sha256=s_dLobLMuKn2DhexR-iDXdZrMFg1RjLy1feHsIeZMpw,320
|
169
170
|
lxml/html/_html5builder.py,sha256=NLaT-Ev-aBgJpeQl-6ZbJChLZK5GV-znDkHOJD5VQC4,3230
|
171
|
+
lxml/html/_difflib.cpython-311-darwin.so,sha256=AYZtyf9doJmj3du7M6g-vmXHyXroYShTYtR2Lki7Fdg,1003872
|
170
172
|
lxml/html/usedoctest.py,sha256=tPlmVz4KK1GRKV5DJLrdVECeqsT9PlDzSqqTodVi5s0,249
|
171
|
-
lxml/html/diff.py,sha256=
|
172
|
-
lxml/html/diff.cpython-311-darwin.so,sha256=
|
173
|
+
lxml/html/diff.py,sha256=Za0By-yeYlQEjUu7m7xKB288kKiy8VBS5gT0RPOaFY0,32989
|
174
|
+
lxml/html/diff.cpython-311-darwin.so,sha256=uc8fD-8iPXFMDIeRc3oROJByD6tbOq6BL5w5wswOfVA,682224
|
@@ -1,3 +1,5 @@
|
|
1
|
+
BSD 3-Clause License
|
2
|
+
|
1
3
|
Copyright (c) 2004 Infrae. All rights reserved.
|
2
4
|
|
3
5
|
Redistribution and use in source and binary forms, with or without
|
@@ -6,7 +8,7 @@ met:
|
|
6
8
|
|
7
9
|
1. Redistributions of source code must retain the above copyright
|
8
10
|
notice, this list of conditions and the following disclaimer.
|
9
|
-
|
11
|
+
|
10
12
|
2. Redistributions in binary form must reproduce the above copyright
|
11
13
|
notice, this list of conditions and the following disclaimer in
|
12
14
|
the documentation and/or other materials provided with the
|
lxml-5.4.0.dist-info/METADATA
DELETED
@@ -1,96 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.4
|
2
|
-
Name: lxml
|
3
|
-
Version: 5.4.0
|
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@lxml.de
|
8
|
-
Maintainer: lxml dev team
|
9
|
-
Maintainer-email: lxml@lxml.de
|
10
|
-
License: BSD-3-Clause
|
11
|
-
Project-URL: Source, https://github.com/lxml/lxml
|
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 :: 3
|
18
|
-
Classifier: Programming Language :: Python :: 3.6
|
19
|
-
Classifier: Programming Language :: Python :: 3.7
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
21
|
-
Classifier: Programming Language :: Python :: 3.9
|
22
|
-
Classifier: Programming Language :: Python :: 3.10
|
23
|
-
Classifier: Programming Language :: Python :: 3.11
|
24
|
-
Classifier: Programming Language :: Python :: 3.12
|
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: >=3.6
|
31
|
-
License-File: LICENSE.txt
|
32
|
-
License-File: LICENSES.txt
|
33
|
-
Provides-Extra: source
|
34
|
-
Requires-Dist: Cython<3.1.0,>=3.0.11; extra == "source"
|
35
|
-
Provides-Extra: cssselect
|
36
|
-
Requires-Dist: cssselect>=0.7; extra == "cssselect"
|
37
|
-
Provides-Extra: html5
|
38
|
-
Requires-Dist: html5lib; extra == "html5"
|
39
|
-
Provides-Extra: htmlsoup
|
40
|
-
Requires-Dist: BeautifulSoup4; extra == "htmlsoup"
|
41
|
-
Provides-Extra: html-clean
|
42
|
-
Requires-Dist: lxml_html_clean; extra == "html-clean"
|
43
|
-
Dynamic: author
|
44
|
-
Dynamic: author-email
|
45
|
-
Dynamic: classifier
|
46
|
-
Dynamic: description
|
47
|
-
Dynamic: home-page
|
48
|
-
Dynamic: license
|
49
|
-
Dynamic: license-file
|
50
|
-
Dynamic: maintainer
|
51
|
-
Dynamic: maintainer-email
|
52
|
-
Dynamic: project-url
|
53
|
-
Dynamic: provides-extra
|
54
|
-
Dynamic: requires-python
|
55
|
-
Dynamic: summary
|
56
|
-
|
57
|
-
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
|
58
|
-
provides safe and convenient access to these libraries using the ElementTree
|
59
|
-
API.
|
60
|
-
|
61
|
-
It extends the ElementTree API significantly to offer support for XPath,
|
62
|
-
RelaxNG, XML Schema, XSLT, C14N and much more.
|
63
|
-
|
64
|
-
To contact the project, go to the `project home page
|
65
|
-
<https://lxml.de/>`_ or see our bug tracker at
|
66
|
-
https://launchpad.net/lxml
|
67
|
-
|
68
|
-
In case you want to use the current in-development version of lxml,
|
69
|
-
you can get it from the github repository at
|
70
|
-
https://github.com/lxml/lxml . Note that this requires Cython to
|
71
|
-
build the sources, see the build instructions on the project home
|
72
|
-
page. To the same end, running ``easy_install lxml==dev`` will
|
73
|
-
install lxml from
|
74
|
-
https://github.com/lxml/lxml/tarball/master#egg=lxml-dev if you have
|
75
|
-
an appropriate version of Cython installed.
|
76
|
-
|
77
|
-
|
78
|
-
After an official release of a new stable series, bug fixes may become
|
79
|
-
available at
|
80
|
-
https://github.com/lxml/lxml/tree/lxml-5.4 .
|
81
|
-
Running ``easy_install lxml==5.4bugfix`` will install
|
82
|
-
the unreleased branch state from
|
83
|
-
https://github.com/lxml/lxml/tarball/lxml-5.4#egg=lxml-5.4bugfix
|
84
|
-
as soon as a maintenance branch has been established. Note that this
|
85
|
-
requires Cython to be installed at an appropriate version for the build.
|
86
|
-
|
87
|
-
5.4.0 (2025-04-22)
|
88
|
-
==================
|
89
|
-
|
90
|
-
Bugs fixed
|
91
|
-
----------
|
92
|
-
|
93
|
-
* Binary wheels use libxml2 2.13.8 and libxslt 1.1.43 to resolve several CVEs.
|
94
|
-
(Binary wheels for Windows continue to use a patched libxml2 2.11.9 and libxslt 1.1.39.)
|
95
|
-
|
96
|
-
|
File without changes
|
File without changes
|