python3-neovim-0.3.1-lp150.2.3.1<>, \I/=„l CȹB7H>SN1X>3ae16<n3 $FL#1ׇs "2 ekwG%H0ZKٹWEQ<ۃGpi5TN|\}p^r9P>>Z?Zd # ;  ^^ L^ ^ ^ ^ |^^^^ @ \  !: (!j8!t9!:"FCYGCl^HD^IF\^XFYF\F^]HP^^O1bScSdT@eTEfTHlTJuT\^vUwV(^xW^yYEzZ,Z<Z@ZFZCpython3-neovim0.3.1lp150.2.3.1Python client to NeovimLibrary for scripting Nvim processes through its msgpack-rpc API.\Isheep83= 0.1.6. - Version bump to 0.1.11. Upstream changelog: Version 0.1.11 * ce840cb Add number attribute to Window and Tabpage objects * 111bc07 Use api level 1, as released with nvim 0.1.6. * ba1fcd4 add neovim.VERSION (python module version) and nvim.version attributes. * 6eb75a3 show full tracebacks for errors in handlers and callbacks- Version bump to 0.1.10. Upstream changelog: Version 0.1.10 * 861b0ba Report errors in handlers on stderr when used as external client * 36b2732 Don't rely on sys.stderr when it is not used * 1954384 Allow Buffer.append to take bytes (b'...') as argument * cb23953 Use predictable log file names- Version bump to 0.1.9. Upstream changelog: Version 0.1.9 * 8eb6ba7 fix vim.buffers interface * deecb3e Hide irrelevant parts of tracebacks from plugin errors- Remove unneeded dependencies since the GUI was moved to another package.- Version bump to 0.1.8. Upstream changelog: Version 0.1.8 * 44fb250 vim compatible behavior for vim.eval("[1, 2]") * 16cdbc5 fix bang and register command modifiers * d6669ab better handling of invalid utf-8 in python3 * 96c721a Don't error out on :UpdateRemotePlugins when there is no plugins. * 5f80a55 Use pyuv instead of asyncio on Windows to support stdio. - Fix `python-neovim.changes` and `python3-neovim.changes` indentation.- Version bump to 0.1.7. Upstream changelog: Version 0.1.7 Add back compatibility for nvim.session.threadsafe_call which is quite common. Version 0.1.6 This release contains some breaking changes, primarily for using this package as a client to remote nvim instances. Most python plugins (both legacy and rplugins) are expected to be unaffected. This version requires recent master version of neovim (or 0.1.3 when it gets released). nvim.session is unexported. Upgrade clients as follows: nvim.session.threadsafe_call -> nvim.async_call nvim.session.next_message -> nvim.next_message nvim.session.run -> nvim.run_loop nvim.session.stop -> nvim.stop_loop nvim.session.request -> nvim.request (or nvim.api.method ) nvim.with_hook is gone. This was mostly used by clients to configure decoding on python3. With this release, neovim.attach will activate decoding for python3, so str is returned by default on both python2 and python3. attach takes an optional boolean keyword argument decode, to force decoding on or off. Decoding behavior can be changed with nvim2 = nvim.with_decode(True/False) * b192bae make nvim.current.range.start/end behave like in Vim * 9498b38 more robust way to find the script host * 6655ced remove SessionHook and move public session api to the nvim object * 22537a2 introduce nvim.api.some_method and buffer.api.some_method to call the msgpack API directly * 69d6d0f allow nosetests without needing to set envirionment varibles to find nvim * 0886e84 remove DecodeHook * 02e28e7 change neovim.attach to setup decoding for python3 Also some bugs regarding line indexing are fixed in neovim master (not the python-client), for instance buffer.append("line", i), when the line is inserted after the last existing line, is no longer an error. Version 0.1.5 Previously, when implementing an rplugin as a package, an empty dummy file was needed like this: rplugin/python3/mypackage.py # empty file rplugin/python3/mypackage/__init__.py # contains spec rplugin/python3/mypackage/helpers.py rplugin/python3/mypackage/... This is no longer neccessary and mypackage.py can be deleted. * df0f428 fix missing files in source distribution * 3f86eb0 add more info to README.md * 0d5b388 fix formatting of README.md * 5744bbe search for package dirs * c960e32 be more verbose about import errors Version 0.1.4 This release introduces no new features or bugfixes, and is a compatibility release. Neovim master will soon require this version (or later) being installed. * 79721e6 move script_host.py to this repository.- Version bump to 0.1.3. Upstream changelog: Version 0.1.3 The gui was removed in this release, and is now available at neovim/python-gui and as the pip package neovim_gui * c3789fb move test/common.py to test/test_common.py to include it in release tarballs * 1020b45 remove the gui * 4be9207 better handling of exceptions in async (notification) handlers * 57747f6 allow $NVIM_PYTHON_LOG_FILE also when running the nosetests Version 0.1.2 * I published 0.1.1 incorrectly. Version 0.1.1 * dea5427 don't use deprecated logging.warn() method * 94c4240 fix typos in the gtk gui key definitions * 2cc7314 support attaching on windows * 62e347a add wrappers for add_highlight/clear_highlight buffer methods * 2db6bee don't use BaseException.message which is removed in python3- Version bump to 0.1.0. Upstream changelog: * 66617ca doc: Add embedding example to readme. * 0dce6a8 Change supported python3 versions to 3.3-3.5 * d6f2c7a Don't override the encoding of msgpack strings * e94201f ui: convert byte strings in python3. Fixes #145- Initial version based on home:gmg137:neovim/python-neovimsheep83 1548333249  !"#$%&&((*+,-./0123456789:;<=>??ABCDEFGHIJKLMNOOQRSTUVWXYZ[\]^0.3.1-lp150.2.3.1  neovim__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycapi__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycpynvimpynvim-0.3.1-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-saferequires.txttop_level.txt__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyccompat.cpython-36.opt-1.pyccompat.cpython-36.pycutil.cpython-36.opt-1.pycutil.cpython-36.pycapi__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbuffer.cpython-36.opt-1.pycbuffer.cpython-36.pyccommon.cpython-36.opt-1.pyccommon.cpython-36.pycnvim.cpython-36.opt-1.pycnvim.cpython-36.pyctabpage.cpython-36.opt-1.pyctabpage.cpython-36.pycwindow.cpython-36.opt-1.pycwindow.cpython-36.pycbuffer.pycommon.pynvim.pytabpage.pywindow.pycompat.pymsgpack_rpc__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycasync_session.cpython-36.opt-1.pycasync_session.cpython-36.pycmsgpack_stream.cpython-36.opt-1.pycmsgpack_stream.cpython-36.pycsession.cpython-36.opt-1.pycsession.cpython-36.pycasync_session.pyevent_loop__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycasyncio.cpython-36.opt-1.pycasyncio.cpython-36.pycbase.cpython-36.opt-1.pycbase.cpython-36.pycuv.cpython-36.opt-1.pycuv.cpython-36.pycasyncio.pybase.pyuv.pymsgpack_stream.pysession.pyplugin__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycdecorators.cpython-36.opt-1.pycdecorators.cpython-36.pychost.cpython-36.opt-1.pychost.cpython-36.pycscript_host.cpython-36.opt-1.pycscript_host.cpython-36.pycdecorators.pyhost.pyscript_host.pyutil.pypython3-neovimREADME.mdpython3-neovimLICENSE/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/neovim//usr/lib/python3.6/site-packages/neovim/__pycache__//usr/lib/python3.6/site-packages/neovim/api//usr/lib/python3.6/site-packages/neovim/api/__pycache__//usr/lib/python3.6/site-packages/pynvim-0.3.1-py3.6.egg-info//usr/lib/python3.6/site-packages/pynvim//usr/lib/python3.6/site-packages/pynvim/__pycache__//usr/lib/python3.6/site-packages/pynvim/api//usr/lib/python3.6/site-packages/pynvim/api/__pycache__//usr/lib/python3.6/site-packages/pynvim/msgpack_rpc//usr/lib/python3.6/site-packages/pynvim/msgpack_rpc/__pycache__//usr/lib/python3.6/site-packages/pynvim/msgpack_rpc/event_loop//usr/lib/python3.6/site-packages/pynvim/msgpack_rpc/event_loop/__pycache__//usr/lib/python3.6/site-packages/pynvim/plugin//usr/lib/python3.6/site-packages/pynvim/plugin/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-neovim//usr/share/licenses//usr/share/licenses/python3-neovim/-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:Maintenance:9518/openSUSE_Leap_15.0_Update/8052b21fc9705b00961f3aae47df1bd8-python-neovim.openSUSE_Leap_15.0_Updatedrpmxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledASCII text  !"#$%&'()*+,-./0123456789:;<=>?@ABCDRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRdT_̆:5utf-8b8d1d9df683cc7184d7a8a5d827b58372d168a1768438096486712e882c34b2f? 7zXZ !t/`>%]"k%%) `><-y}{n,."ț$mfխ CS"x|S nĻqErOӌa}j1fH5t( F&Ӄ ;:1ޓb{ak.1)) ߞ'V+HK-D.G2#3I5[=_&`{8E!"+*o]ܪjBz-I(rnlTدseg1󳶲ʗ?TCrv2YV j8ˌQoJyZγz*4Ԣ$lkЯMB'Aްݍ]!łdHD'~ dC1^X{;Ga@atǙEP22iAp1C䪌2bnJw.E,& UpC1= HxN`s=Ik+< =~WeH \ *012ck k@r\/SBYyDjg2d!CDd5 jrh#8Xpx%ox]SHv|QݡݬiӌPMxN9d2;c^=^#adžlQ8 %j퉹paxǦm.hBpv?U*k^E8J/ \-6ȼ8/4}\ٮφLm;ɗ58ן Fiۍ"Au1Bqd*fs5y*-Qp$r``3[)Y5xG }S4GE-ύV-NCt{>7Sdy;pptb C|̀s;G4'zsnRk2?OJs$&X~n@)19]x7MVS&>G3H-:2D;v_|D`[u?@\l6grM1Z(=r')枮GlE'N8#.( E08E->6lBS&.7\ ~(鵇"c R=D} bo}Fs& 7rbZҌ2.r.W=1M0Wml1\"' ~zwVJZݡ"Ib̠&1<|DގԊЌnO.Ѝ `oz?Q(b_oH繉Z$` {PAYA7уֿC\I( cI Iniɖ́'Aj%ų@iBy{=ͽF]F:p'g1VBcřRn8@?s׳05l./ͬlXEVWɦl;v8g3a!dBoDnga;sb *z/8c{&HQ_E}\SԷf:6G<=L^ϵ' G um/㧭e1 9dH>.-yaZM>D"1G'Wa*>8Sv {8($r2E-?U֏ :fVof|P<[I-6{${bُy"=쇈bL ,\1<tM7=A:r6TaNjpcWqў~_GR QZUrhMUZUڠD(o4ćʬeݐ ad{<Ě˨!)C'؈:ѿ]RQ\D>2(aW%D QQ}r:? .Ylpqƙ\-D'vuaB'`4Ě9g˯O&wnƺ:aKf0m5|+R&RRݤҮ0gv,3wiQ0288?Ec B( Z׊1S/<"'fbV4MS( U .v$VvD<Î 8rMYE(XN/=>LOn=(ٹZYyj2 :,fe[nn0)/I o~LoaYo  Zе l F<mJ}k!~;MtD/TҺy)xn='P\K6)-'R H e˄# @& f]>W*\g6VD ˅#Pe4lC?2X:O+z sVJg/ .ZCUc]fu"{t6I_Z[pyUҘ ^obf027m!@.[ 4MS mC⠩ך}MVL^o5GS56`Z`}?+=Β>&)("#^_鱈/贷NHIyax R6ynGb<]ŪݴndHߤ*,"RWdQn*b0 HURx-4!5rH ~]lGh׮b"*J\0}ݲ\8eTC^ufxoоl'ߞʘn:2ZEd *O6qtwX`L9 m=X81գK4ݭ{]r[5X1427ZUkM0x4VX&!\fm`D*('Zɂ*GY&H, pga:pwT.wcTĘ3XC;]LۨU +JםU:[uv .zI)@@ٙ0.8 e5}1Gd}Mm-``C| K- 21WS֛ct ޅ$,.x8U5C˕-v Ue0 ͇(5 *P14;TH=LG>B' M>A̰YwkYeаn u #nvgg84:ِ vT JgC0BY IR8k3q"<׫-lF'Rf>v>c+sO#]$Asy?ƴ(UȕlI(ctAX]`Ղ xIq⛬BgRrr)%ad*H;SX|q^ǶڀQи/Go֋PtBmy@EЦ~41T0W0E[F<-齻!4X換,HGU&ФVVsA> 5MN^ /)R5"Gx&bKN;g#8)&k&/@T̈́F\[>>)?qEত Ȍ?qAd~ye օ(A۶5ʗw#!C.KËGڍxEƹiCդq""T̟됉/rĐѿEA&SY<Ә{%`Va/B ߸=%1AClU) wS46ݤ/FeD9 rFBWlqQGVTLwrAD5GB8ǽSh;sO<Eb܀W#K-fz&+)xxj(kSkip $J1l=?[sKoNgrӒ|"YP+ӡ K'VE9;w̨)Ca[ٷ1=|$iuՐKHW*Lx_ .8jO0+ !G2;~&Nx#yP5)wVg#%ױܯRPa#4*{*_ŎCĮނ촕?,GչG;(e!hY]~;H a˨f;]9SEʬb lzZ/&>jRi}ڧAҜԶkzB׳r3CLQ6߿z1SVxo^X6Y'_AƗUXZVLwfCf8>6rp[:Ì%d׿#:iWsg' 7moE21gSMؒ,Zn 6Ea?vZi"Tn" q|X>Wʑm>|}U-ojz0hBcDO 2˜$ `b#yVeI;"V(=. \>f Nsk۳s;"x^Ad a}rWz?Tpax牥k&#̄Q*/W 4͔Rp#DRevGDBW]O)ݣȪ2%^Տ$4B|$> \S=d זhX6*N/1g66K} e+Fj;smobOk w1KE7_gXPO +e !!UUm;]oQwk$j SH0AbO=p0ear?=6ދ*EU&6M-Dml*4"N+MkcvszI~Ȗa\sAtњbȞhB[Wfo,ɐv- 0~QBbbP}j}ɇxFL*B,-7:tSJyD4:9mo&A %֋U ;QiC՚5ՒvEvIF{cG;˜DE\"% <3Q*V)<Ƭ]/a)Y.]E e<$ٱ)e9%|ĝ੣H.75?Xo-֖/?N4lIǯރInEN]SBf!e05w[Hy |tײp礆LlzNYc&'c̱X[czBlCې4M2#e 6NCβ,>4Vu}YP}PFF HxRuuVȿ;Vu|_}"E]i+P=uQwMT=ɡQr> q`o$=el,>:d959|]bb]h  (Z0F05O,)&7$_V\ovO{Aj5aFeUR׺yIq0ڂ2Z4|_BrnV$tAo^lYCfyR_GqkU(_n])Xy6+%h+1{!/ 'nqL R8t:Aُ͈d,:tڬ/=y5(~.euhaVYJq1oyB8~Y(%,hRP]4Xޏe{vEI $5؊t^W= }-2I(e: 6fqؒ)dЙ6Glߚæ/1isyBAe|bp]sdlԞ=p!s!n{ ]8i;&*5S25;MW%޴4T+5ȨnV Q N#v$9e*8:P_ ԏA\xRQ}#E$C1@ؔIi.xo5#cs1}+LAy\䭞*pQoc$W)E}~3*/ G3I`m\4q1+J(ώ1M.I$uWDgό{'anY]p.O Hw%ڜC# kWϝ+H!ڝgs\x*Xd>0ҳ!Ur"Ƚ2+"|ƍdN[ɏPI[Z&Ly~)Ki1V<).'&l@A5P^mI N-# JZ}3P2<ߺ" k VG' I%P i%UA*Kz8zs|ƯjBeWy.ثt6FlZ + 7Fsx_Gy3V~[5O?Ei"k+,ldR^*d'mcW ީ+ OSʚY=q),T"/j}E Kt0%t{7z&8<z/jC\.зo@Ep<忢C5T fM*%ckcj1Юn+88_V:3>l}hrIE駙,W{׺em;{k2qv+G?_GfI:JdTd-g; p\DͶ=h|=M#¾7o|T&&!~6xTc=sJO}>/LHަXpR4 -3W#y`*H<69Gn3>䤸Qr4L&:n ϭAlㆢa𲞦FG\Ge=HC.DQA][3x\grj$!ػfyFJ!$"Ԥ٧\Ahagōh3"Dx;Z'Uۙ_$1ǃd6uT"^#y R;E6R+ϒVDXl̡?ZPA;ʘa M݃' U6Ms HӊkV (Ѥ))!~߮VNƒAYK., O=&oMn TZH泮CyEzޡ ӘCW*b.aGzu潂Z`!D}8~{ƘAp-Oe{J aCH˜uh55#Ѱh4a3/6X5oV \j@cBzZ㴡X^gȼNj"hau7 jv2C33Fh+R1>:܃Z4;eۮfC xzޘ+OHWWT6ǽ TfS<{¥b}oRkYc:K BwM$|}j;-Nل#7LXgko9r޾6<',h%KƠhc;E’#x-")pڬJ *04CtxIg94j /Vÿ>)s⿧MǬ).K ׎vN;Uc+Tڦyӵ ֈbz|7&^pq,WYŘ%ΦkK9+*dcfN湷TTc'HYY$7kITr3)àk+`f|i䓼f [kdkN7YG7ZJZHt3a#Esc?1CTX:^QN ă{6d$#`R,;J8ce163/= ^6.%bv i}(C݄RdS\5toѤϢ`D~} #w\E5Ic)Qv_: ˆ4oe4z9ÿA3)1}η-&w#CYry6 Q{Pzk 1-LbYif<<_MD2M EL:@>SxKQȝJ).vTJ+ sM>-׆CH@rhD _e(i.*pޙ{d&q\%r, ϯ4uԅtXAwz1JM8cXwֶ]F)|hvVLi"0V֞&$@CԥوtG22#cQ?(62qEߦ@cc4Ag}BJ Ϫ3 aq9_MDOyC26v*X[$Q616qǷ ؙ'E8M40֜n=N9Ii=^}|V(8:UjA$/O6-V {-/S"'6>L8u Y2Zt:u)E'EKlotY|ԋW;fqnYt 77k~coBۻ!$jB`r)XbK6JO{ux-2 e.$w[&I3AW˳eI߅WgmBڏ /=n-`T$`_b\g׸Bl$ڶp8# =@htTۘEYzK\$,E7y(f?ha}9˩ˤ5 TBekȐ啛*eJJLֵؘ2e,>'Qb4U;Yqq (yiטΌ^_0ΌֽɑrD\O[#9PI *1`m5vKY.b/iI\9 ҫz*IWU ZY,Ն@kz{;F GpCf3Q?|Jb#|rzdmhB`i9E)dR3UschA!Cb&: J6&A%BOx Ⱦ-ŭryv l4=Vnc {EMDktkmc羼 r'O3n wNsFe҄FNϭ^%ÞbTfP3ʕE|Ĉ$R Ft<3$AC sxOU&ixyt;R(r3gwC&}q=WNC5މ\" (,ƘfG ‚IA͑Pߏ>F㩹kwd5#]A&ȩTNH4]CR͚r Dx]I4(&@?%!Ox.VJ)tڬYo>9_ :[?\Ÿ,Cpu؋ 4@qH` U{a6ClԒ_1d2bzI/:mgM0eQICH3 {sf3A߹ܒPqVSd?3k(%HLgSb˫iFW"Go?B1ΰy\lX)ʟc<\P^(lˏ;du~RSDfk(m$&jqxYn+Su˔^%uU|JT7:7'_}uoWhKZo/ݟKx3'1>bДOw ͢@VQ,UO#]+v—Tg닿8Ȅ#~Nk~FS޳}x4i<w1~EK4(H'w]TL-i*?&CF(QCKX97eP1!T;Xbg4#Ԑ%s7eESzRI&X60\9,!%~;E89B2U=qBʴ ,MRH _p Qx$A7."NCT-PO#lf[KT".̈zJkSOn)eF 0Z@#T\kqU ~$q}HN 2*3".=4hnLC)c&bYA=T=Hl7ltEb\3vAU;XBa˲kR8vITP#]qԮ?ɍv2CGU;Gi B]ea3͞JpW_Ց4-iLJkôg aIWCS_@X1]ÂYIx4~LN&@7:Lc&ЄUBǑ2=ޢ!)B %3LMޖDtujУYA5-A/xu)I_/j㘲,dYjoP~D o [7iZl'.u0mH>GL{Kt ߵ@H , MRSJ~ank(28ypuηv)[lO\tEW@V`qGEbh`ژT J@s:ÏJz'٧dJ%%WnDdoIL|o_Yʞ[8ݚKI@̓sD*)ISMmd ,ȹ!2eϓu xῢEw;ltB2^{}56>:&P卨_ R^O7AJH({B 7goGᥥ6C(?N`lMU~~zx[=YV(jy_F)jԲwYzHk~,y39{#^Byh'o(&#kh>;hWedUEP;tLCFїx$Idx{% Sk (X~T`14ߚ6cj(K|YII'b4!:6~\\<3yD\@!a'HPf =2Py ߏ,{E6`Hܔݨ埤=+G rgU M+m] _>"` 48w\v-/4|'ݣ$Zf2UrF弄 UHzmq)F JZTćɢ JOISt+J,|ًFCAhİ~E׷[F{Ԛ厜܃ZvKEͅ`$Hёmi!+dj*G*%f/T]1U!#9M5&E& eɽKC8J%>yM  !x2zEtj`$~kK|⪍Po!.]NUUbuuؕ{ y~WI%BG.pjH<˭uˎQgOJ|#h؜ez~Y~Uws8"O1ym^茱r|B:ys<#nՈ``%فc!XԋcEFT%IMriQ߿ɦp,/L%l˓oO1%)Eki{3"(4}}>nD&f4YaH\5zl~vѝc$|I' YZ