python2-parsel-1.5.2-lp152.2.1 >  A ^6/=„L9yE pecapmz6CNJDф9S\N~B);&9Ř>bI+[s۰s+/C.&vD8 a1Ry4`Vsj0 +(w+M7}.iaZen/A[D@xORۺ]B`Ù 7(QCނ&V:Ѷhh-41k <| z /qEO\A{`9H?`1ۏա=WusuiU(O#>pA(?d ! i 0QW`  8       <    ( 8 9 ,: BjFxGHIdXYZ[\](^bcDdefluv0wx yxzCpython2-parsel1.5.2lp152.2.1Library to extract data from HTML and XML using XPath and CSS selectorsParsel is a library to extract data from HTML and XML using XPath and CSS selectors.^6lamb21:openSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/scrapy/parsellinuxnoarch%jUWW3f=x=x  {AA큤A큤A큤^6^6^6^6^6^6^6^6]MXp^6^6]MXp^6^6]MXp^6^6]MXp^6^6]MXp^6^6^6]MXp^6]MXp8ca942bd4a8d92b1ed0cc82f14772eff0a7a8d568e1300ef1c785a264ad281775d2231953a1e476db414fae5470a86f76b85ac3bd7d97f5f2d5705936cd49fd401ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b1c204b1a57d890b04feb82a1704d1dc1bb203b9b7c9313de6696cbbd7e08b96f763c59c3707d869b83496982fbd03cbc49f661a60c04d82ff2fe2c0618af2bb077ed511fe541208e929a8fc55b718b3f6707aebc8dadd83a10fc6dd6df3ac46e68904df33cf7cc4c10d6ce837bc09abc9b5c970b881e0f9f025a8bc524c85e5668904df33cf7cc4c10d6ce837bc09abc9b5c970b881e0f9f025a8bc524c85e56f747414194700da25ddfcd715ebbea8de1a4b4af8297b03e0d0626f77c8b769ca39969ef0c6f600dfa481095bdb73f118b11cf5745649214162fec6db714a8cba39969ef0c6f600dfa481095bdb73f118b11cf5745649214162fec6db714a8cb8b6877cf1e5568ca72502d8c6656c27f18751016d3c5e43c84192af7194e00b886dcd12fd7987688261386abec299e1a3383265ad09bfb8ebebfe851409ba13886dcd12fd7987688261386abec299e1a3383265ad09bfb8ebebfe851409ba138148eada95acb258d3ebc97d5a914bc658029c0c2fae6de32c016207dcaa61582d432b663b6c20dfaaedb0fa8ad90aea59457e590a0820f05a1f0fce77a208130d432b663b6c20dfaaedb0fa8ad90aea59457e590a0820f05a1f0fce77a208130b378ff111d754587bd11ca3b2fa620e7626c0524f975ed38a12b35956c0377a32ffd0dfdf6db25ec110498f9dd5cedd1a00b9e2b0781c34ca7df7d30d41dab012ffd0dfdf6db25ec110498f9dd5cedd1a00b9e2b0781c34ca7df7d30d41dab014ab34909f765ec7cc068b15e2f93851e80afe31ed980edc9ecb55d1eca86e6f41238a5c6812856a2696ad0530edad2495ec030489c3e63c1f890f9541672ad97rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-parsel-1.5.2-lp152.2.1.src.rpmpython-parselpython2-parsel@      python(abi)python2-cssselectpython2-functools32python2-lxmlpython2-sixpython2-w3librpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.70.91.5.21.8.03.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1^]x\l@[@Za@Z;@WPTomáš Chvátal Tomáš Chvátal Matej Cepl Todd R mpluskal@suse.commpluskal@suse.comjacobwinski@gmail.com- Fix build without python2- Update to 1.5.2: * ``Selector.remove_namespaces`` received a significant performance improvement * The value of ``data`` within the printable representation of a selector (``repr(selector)``) now ends in ``...`` when truncated, to make the truncation obvious.- Remove superfluous devel dependency for noarch package- Update to version 1.5.1 (2018-10-25) * ``has-class`` XPath function handles newlines and other separators in class names properly; * fixed parsing of HTML documents with null bytes; * documentation improvements; * Python 3.7 tests are run on CI; other test improvements. - Update to version 1.5.0 (2018-07-04) * New ``Selector.attrib`` and ``SelectorList.attrib`` properties which make it easier to get attributes of HTML elements. * CSS selectors became faster: compilation results are cached (LRU cache is used for ``css2xpath``), so there is less overhead when the same CSS expression is used several times. * ``.get()`` and ``.getall()`` selector methods are documented and recommended over ``.extract_first()`` and ``.extract()``. * Various documentation tweaks and improvements.- Update to version 1.4.0: * has-class XPath extension function; * parsel.xpathfuncs.set_xpathfunc is a simplified way to register XPath extensions; * Selector.remove_namespaces now removes namespace declarations; * Python 3.3 support is dropped; * make htmlview command for easier Parsel docs development.- Update to version 1.2.0: * Add get() and getall() methods as aliases for extract_first and extract respectively * Add default value parameter to SelectorList.re_first method * Add Selector.re_first method * Bug fix: detect None result from lxml parsing and fallback with an empty document * Rearrange XML/HTML examples in the selectors usage docs - Convert to singlespec- Initial package build.python-parsellamb21 1587558042 1.5.2-lp152.2.11.5.2-lp152.2.11.5.2-lp152.2.1parselparsel-1.5.2-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-saferequires.txttop_level.txt__init__.py__init__.pyc__init__.pyocsstranslator.pycsstranslator.pyccsstranslator.pyoselector.pyselector.pycselector.pyoutils.pyutils.pycutils.pyoxpathfuncs.pyxpathfuncs.pycxpathfuncs.pyopython2-parselREADME.rstpython2-parselLICENSE/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/parsel-1.5.2-py2.7.egg-info//usr/lib/python2.7/site-packages/parsel//usr/share/doc/packages//usr/share/doc/packages/python2-parsel//usr/share/licenses//usr/share/licenses/python2-parsel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/290835f630c7fc7870aca05c3b8ca4a6-python-parselcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executableASCII textpython 2.7 byte-compiledHTML document, ASCII text RRRRRRRRRRRRRRRR?}Sbsutf-83d08d4c2ebc6ccff2b910751e4f80e6deb6d3df19ed86e27e79318cba0fdce50?7zXZ !t/<] crt:bLL K"+aљ,'uP;QDd;Phᛸv6v{-g.՞]ǖzQ)`7ĈvҚk+$!fOg̴i D%UERɆ-rDs@4nmG& ͺv:X>?=+8pW&C^heHJqzx4Ȓ:d;Do'. km 1s ,4h{XZ$1l<>F`Iv[^ tP`6I?Tulq:`h`'r{7Ot R߻+ꂡN͝,p2!f |IM]3傪>*<]%R xe=4K p YK{|2%YrhTd_i%4ĭ^b@a+Ș2C{ ntQ( # MsWٲ/WH|h"pݺ۳:c*'ܡ[BY'Nh-ڌ^;CPPl%904@&Cpsk$9;;w|ebôۜ[ /p3'+(<."z~WUR0ɦˢR9lp)wB nLRcW8<5;^gJQO.BHSX .{$<.r/Y4Oayi)D%O!rI#3pw C)I/?`AxBlD*./Zw*25YjGZolWiB% k<2%B;$ߍ 5]K^mdTX;;%j>IMH$Vա,􎿪1L$j9Q,"L!M f^{(t#ǣJ0*DCl5L`Z|Ɲ ?"BhB7cܘ䕃vIT0an:h+=JGO XU"a;OQ,.&]`a_ӽ+귺c-+U? IQy?oh͑F1(PWY. zJq O9Яm  Tz8( ¨nqg0smmuZ߼&Xn{S*'UUu=WL_F? tRXͺ\B4y?T4vq` 1:MCk_PALF ,ؖeJ \>Q)PD`-Hv%wDb`A ppv?r>ٝb_҇#^+n8.QPrgI"hhtPZ@z˞GUE0x1RCp4{\O[cMNhХhl U^Qp`J2'}Ҥqӯ뒊^-G6Y``v?CU I}V^YƍȀ흾RU5X>ٽ>ciIV+ 8}MVhG_jF!kL:I;$CS+X_[L& *67Y ıT O=B#A/Yd*@㢿(m2ۢ^PL (aa&d Nb7(w,vm}X{I~DӷC캅EpqiX;bF]a0u8ATߍ@URWx'kCSRieW3[S,qvCEPj {"T jJ1\пҒ/biFlzNWF_]Ջ}wPS,( C>wբ }gFdЖTn-)+i:7db^恛 j36H/%!mFp'gUk%$ت krT¶}USTݼem_%'֎9\>EfS噥=)W)1}^P.j@[-+ ydJ.-Lƃ"vۿ"&2l!;f\2 t?gnPBߦ~9եNjK\Sl῟I6 QB,ҾRVr beE2d^ c〾LaR}z@)F Tf$vH4J?\0ϭ[u*e_q\X7s~UKQ(>j)tΊ"VX[zX"n 7֙smY Em}pK,/: ECEߔ `|)\)`̘hH*zF \}~AFyt񘵶g }k}9Gb`@n;C 4 tpTRgV-;P@>r?i3_ۗy*+JT06-y~J֨SALB;Ɗg^|{M֘͒FPxPה<qCcupVj p]ݙ:.4s1}AC%o۬Im#j{ G 1Z(;l֞[bQ5pl?k"Q 3MJO䄣j-lf62z}/+l#0!zF) (0'W}A#DO>e8J?3=L؁kns|ؘM^džVƒ,2?۽kHGNF9aU0GΔojBφ`3N-ՓM@m"C :JK \3PaBp;EC ):5өxD--؊v@Nf0fGf El!n&Ȅ<> e7r3#GQcٶn/k_EYơy-tiRv}.y 9z% c8<4UwImH֖WzPszNsT)U@my0@77 s,x'R`AG9dXzWHR+ږ[YBo4PnH`Y1} 3k Ȅ@|;^2*A}f!k0f"B9үp*Хmr?Q.p!;毡p4\V}\̊ 5L36 9%a\,]n> ;P?IͳݔSTUxʀr@3MgXcux=/ߕ704@JV뇱Pkc,/zUhņ]w/=G0.p()KވyB1t>.B۫!C QJd/Q>=aqY?T,7ad}q+jK1u,tN]>.njVf{IބP#d@- qKֶ-NXw=yj| @HApt-d2O| ?EˋvL @xOZ^uҌ48}PΨMP(ۗ"КF-0)=klfӎ9<Ծ`Y]Gμ? ytaݔ lM|\>/GeuyK{,z*YVxGGhJ !]Ot[*X)D} ]mʀK/gqpe̴,}fE'< KK9.1\Q.5ł*n]SgjjW_'zUps}KC.sSƘϴ_SQleuR2ݼS {a;%zYU oH oazrkё )Ppl&Dfڵג ȵMCn#8x"F}vڼjo@dowkzm`TAJ=f劓f|{w(\V-N,KC,@$x/:;sċ{}O0KQZ/|`rL^C^vR{hf蜣x:/g: ʟ1ES#t!:վi4%u§t6,"ӌaNyI3}lO"iar zUW^6 ѧ|M{9b SĦd8xӯa7&#A$ũG8-x ʋPk.NNh(PF<`G]J5UIK+npAxp x4A7k꼸qvSk+zڴpur'{H4zgb#zfd9}t0 `n˟7C(jxN!`z* 7Pbtf x;3W{1[{|QvQVJf!THE|{IV% ӊ ?kbGJc͗+T@ TyPpgMBօ'kI ?fy΄AP a_J #t)մ Nd`$-;5%iTW hv@ ?_ɏZ隅c^3J>4LūG =r }P0z7C(lmL)ϟzfC hIL&'6:1 rf@~sZ".F),'dUd7ٹ]¦Tp,if~D] Q{114"(OG!/2%|>rՅU>,cM93vR% 9$d@bS5xkB1s*[)Bǣ{h/89ⵋz/׾ѱD u|g^'ZHmp6Lv&QO݋4J҃9n `冧UWd580y6|4GB_"#%6bh1X(pw[ꔬCOD Y:ShLL d68 i#ߤ7+ZzӼ@by^|ƹ0UIt!,?J`۔350&dT]i +mمR"(x>*2Mf ! Nܶz r'8qz;=\MZJi<ėUu\m(c,ۥ^ދɪAч:޹-gHtw䷅zb R>&K^  L0۽AD.JRmNk7e>src 8:Uam #B3g_jCº%~3X7*AThUJʴ1v[MP##m TC'9٦ef;r%̺%gﭖ ua(q}/HdD )Ù\X% &%6V]/2Es4mQh49NV5s9n7||!V콎|8*W:sFwJsTmxΦt8K}.qG,z1T ܷppڨgV]=ԡоDnQnt~3ܗ}2m,HdzmCV l{=âYa3$C̟[7i4bUɬ[O)*XRd0?!~u Z#L#ҜV#:\e@p̄ltCޣ?GY=i<Cyd#w^A81!mܮ#?%[0,_kbe-Z61Җ*/UۺZb kXK6Qi4dDT 54GUg3GvÓ AD%rb8FG']}Hyvo\KJSG)fE>oG3RSRǑo2F̵Wf琍1^R<_n+Sfe95~`h&J 2b[$ Q^훧3/eQ.6-Q\o8-QJשtSPZKSEfV==Iˀi7OړFmƅNtsͧ-ﰔ O{p(F]-yIrs!\X[$-бMG-LZS9Z6@aZ?bqfj`pXLj ]akAqc#yL ӲؕL~P2K>i04De['xexo dӝK(PShc^JNx1CG S1lߢ޼UG9w*t ա ZҠWgXt\Dw,HxuFhxmTܿ*(MwpGt>͉k(72c|/ǿݼ:Kgtq9 VTzu$km#m(%p\Qd $& &],g8(lF<JفQYYڬ2#?*&vUoib;~-jQ`xJho#G-|Zq?SLkwI$MPƎڑjS3تJ-N /a,F )!˜ u;VO*PA큧=/PzK} C][vw&}\yCU_c!qa[!3>va|4MzP@48*ei/@ b鉰U.H9ȗrz#QH>O7W&Ht!`q$w*7mvRR~ӿbIj[ۅK3>Ncؔa,U:=W:a~Orud>r-ivwOBZ[sz8ux77kLb1Jxox5I$JP~ ?ֻ䲻a;vZj `ҹP+*ƷաTc^K A&,W]'3NHYw:sk@rP*Ee^fgZQ_w?oNdRE/WVCДŬB=+POϬ9\jRl_Dx6#Ի\&N-rQA҆kGzg"-vT\y!łtOL4~2f9nϮ#&b%~łU)K1,;L&ShG 㸞ʜx'xFת_҄GN#Y;@0J@}5!Z M/c+W14烿 lwC@3DH2?aK^g4+f#67N30–_o0e  =J?ڟk7}>/(^ ֆbcp"ΈIZ꼸D>[p]ru0Y9]vRdp`eJҘ c^N6 rЋLoks? %bZ:}kMz&E&"A ">!94'(>EnxrGL݀$`a[M ƪ$iy˖1R 5s^8qFH =㡥dٍŪP~&XWؤ)9Qc$îhZ1b;̿d7ȍGY (ׯ],~AϐR!fs}Ժ=&fOO|kJ Rjf\k'|Dͅpq;߫<LVgm I~6vx\*8ܭ=2#2҇\ցl @4;c ~$YZC|4ũaܻLgY]=r0xʹ T=L=lӬK6 x_CawpNU1rxm3hi #b?d09uXV#tTɞ2M$rsTGS)W3e-(Uq,iDS.DZPcXaۢ.(emKf%l'Aˢ2HFT1K=_qF 뜜c.k_yn  ``4f.D9h]uͮ<ؖ Ŕ ٟK 8~lFϡmYd =!6v%ڥ"6EEQ{L-J|b@ IQ؋]Z!j;fm0=gIgۺ5Y}?4~%+xi1L |V)h wn/KZi'_Lha E]Ljo lgx.߳m"|县6\^ƛ@C!ElVF~YXhwupHѴ,7^[d2\ׅ$7f݉6X"V1  t^`VB; tG;^L_eGK.ɎϜC!s9@9ωAiCEen+_iʁkiAm9,`} zjyq|{YeK)>Nq[/KrU1f|C>YkEhV UȪI%1*h.* Zg^%˵a5Α@lRda^=7g(I|B+ʵDsb"Np m!h r bg"Iǂ%wy qy9Ş'ښeJ3 d-&+$q"3<)ZI/Hr Dmή!Y㎊-sYQAV8$iK3Eݲڂl+n{Yx~NO2H˃'vD yDim—^`[X D؁J6Ν[8I(kX/++zOЃXxL(m%j:YS4+T.^xg8Wa7Mcd`\7D"o^Ϧ&@Hl. ~LK/pgi~oOV7dodbj Q7LĄD:Wɂy(V 4v "r?zm=0`r64:'apE;0%WaP0ܗ Ѿ_XtؔwsNavMfBS6s= 1}SN27%eH><r]tLdFSe|NtkDq68QPـRvOOIɚ qqofBo.9] ;3բwB(%A:F.~MSqdV}p3 lQEI*_ivDR>W ɚ47%bB_Bߌ*HL^~ mha\s{m|ǧ7Suy׻\6_-~A }6j[б0g+G=:#+yjqGlb~݅zh ڔ o1y4lȶ YZ