python311-argcomplete-3.3.0-150400.12.12.2<>,z@fOZpwt QoTHt č ͚rl.<ټwBBT?Sd - N,0<@Yz x>p> > h>  `> > >>>,\>Tl  o (8!9(!:!>C/@C7FC?GCT>HDL>IED>XEYE\E>]F>^K bN cNdOVeO[fO^lO`uOt>vPlwQ>xQ>yR'zSSSSSCpython311-argcomplete3.3.0150400.12.12.2Bash tab completion for argparseArgcomplete provides easy, extensible command line tab completion of arguments for your Python script. It makes two assumptions: * You're using bash as your shell * You're using argparse to manage your command line arguments/options Argcomplete is particularly useful if your program has lots of options or subparsers, and if your program can dynamically suggest completions for your argument/option values (for example, if the user is browsing resources over the network).fApache-2.0https://www.suse.com/Development/Languages/Pythonhttps://github.com/kislyuk/argcompletelinuxnoarch# python311_install_alternative: update-alternatives --quiet --install /usr/bin/register-python-argcomplete register-python-argcomplete /usr/bin/register-python-argcomplete-3.11 311 # python311_install_alternative: update-alternatives --quiet --install /usr/bin/python-argcomplete-check-easy-install-script python-argcomplete-check-easy-install-script /usr/bin/python-argcomplete-check-easy-install-script-3.11 311# python311_uninstall_alternative: if [ ! -e "/usr/bin/register-python-argcomplete-3.11" ]; then update-alternatives --quiet --remove "register-python-argcomplete" "/usr/bin/register-python-argcomplete-3.11" fi # python311_uninstall_alternative: if [ ! -e "/usr/bin/python-argcomplete-check-easy-install-script-3.11" ]; then update-alternatives --quiet --remove "python-argcomplete-check-easy-install-script" "/usr/bin/python-argcomplete-check-easy-install-script-3.11" fi> 0-'@\  a a_.66   m 8&|pmbS0V1/H/H>1S9d'AA큤A큤A큤A큤A큤A큤A큤f pyproject.toml migration start (#427) * Improve user install logic in activate-global-python-argcomplete (#437) * Ensure Python 3.7 compatibility in check_console_script (#436) * ZSH implementation fixes (#431, #433) * Documentation improvements - Drop obsolete patch * trim-test-deps.patch- bash-repl.patch: Use correct place for auxiliary bashrc.sh file from pexpect- Add without_zsh.patch - Delete skip_tcsh_tests.patch - Delete without_fish.patch - Update to 3.0.8: * Test suite shell wrapper: Accept OSError on exit - 3.0.7: * Test suite: Use general regex to cut zsh reset ANSI sequences (#425) - 3.0.6: * Allow importlib-metadata 6.x; skip test failures on Python 3.7 (#420, #424) * Note completers can return iterables of strings, not just lists (#422) * Documentation and test improvements - 3.0.5: * Call _default as fallback in zsh global completion hook * Begin support for mapping-emitting completers - 3.0.4: * activate-global-python-argcomplete: do not overwrite existing dotfile in user directory * Add NOTICE file * Establish long term name for split_line as argcomplete.lexers.split_line - 3.0.3: * Re-add split_line to API (#419) - 3.0.2: * Fix zsh default completion issues - 3.0.1: * Fix zsh autoload issues - 3.0.0: * Fully support zsh. Argcomplete now supports completion descriptions and global completion in zsh. * Clean up top level namespace. * Documentation and test improvements. - 2.1.2: * Test infrastructure improvements * Indicate that there is no support commitment for fish and tcsh shells - 2.1.1: * Documentation and test improvements - 2.1.0: * Remove scripts for contrib-supported shells from global namespace - 2.0.6: * setup.py: exclude test.* subpackages from find_packages (#406) * Support PowerShell (#405) * CI updates - 2.0.5: * Revert "Support powershell (#392)"- add sle15_python_module_pythons (jsc#PED-68)- Make calling of %{sle15modernpython} optional.- Remove importlib-metadata requirement, it's not needed for python > 3.7- Add without_fish.patch which makes fish only optional BuildRequires (gh#kislyuk/argcomplete!410).- fix substitution on tests/test.py to test the current python flavor- update to 2.0.0: * Truncate input after cursor. * Support of path completion in fish * Drop support for Python 2.7 and 3.5 * Add support for Python 3.10 * Test, documentation, and release infrastructure improvements- update to 1.12.3: * Update importlib-metadata version pin * Display script debug output in tcsh * Fish support improvements * Print ``warn()`` message from beginning of line * Test infrastructure improvements- update to 1.12.2: - Update importlib-metadata dependency pin (#332) - Add change log project URL (#312) - Replace Travis CI with GitHub Actions (#323) - Update importlib-metadata dependency version range - Bash nounset mode fixes (#313) - remove 0001-Remove-expected-test-failure-for-new-versions-of-fish.patch (upstream)- %python3_only -> %python_alternative- Fix test execution without /usr/bin/python- Add patch from upstream to fix tests with latest fish version: * 0001-Remove-expected-test-failure-for-new-versions-of-fish.patch- update to 1.11.1 * Add -o bashdefault to register-python-argcomplete’s output command * Use shell builtins where possible * Switch from pkg_resources to importlib * Remove .sh extension by bash-completion convention * Do not suggest options after – * Include all test directory contents in source distribution * Trigger completers on –optional=PARTIAL_VALUE * Documentation and test improvements- Update to 1.10.0: * fish support - Refresh patch skip_tcsh_tests.patch- Update to 1.9.5: * check_module: Don’t crash, exit with error instead (#261) * Register completion for multiple commands (#246)- Trim unnecessary build dependencies using trim-test-deps.patch - Simplify skip_tcsh_tests.patch so it is easier to read and update - Update to v1.9.4 * Use the correct interpreter when checking wrappers * Provide shellcode as a module function (#237) - from v1.9.3 * Fix handling of COMP\_POINT * Fix crash when writing unicode to debug\_stream in Python 2- Remove superfluous devel dependency for noarch package- New upstream release + Version 1.9.2 - Update patch to skip broken tcsh tests + skip_tcsh_tests.patch - Fix issues with singlespec auto-conversion + Install %{python_sitelib}/bash_completion.d/python-argcomplete.sh into %{_sysconfdir}/bash_completion.d/ + Use %python_clone to create both Python 2 and Python 3 versions of all scripts below /usr/bin and /etc/bash_completion.d with the %{python_version} suffix; also install the Python 3 versions without the suffix- singlespec auto-conversion- update to 1.8.2 - add patch skip_tcsh_tests.patch to skip broken tcsh tests- ported back from python3 package including introduced update-alternatives to coexist with corresponding python3 package- update to 1.0.0 * Don't print args with suppressed help by default; add argcomplete.autocomplete(print_suppressed=True) to control this behavior * Fix always_complete_options=False support. * Correct doc filename in setup.cfg * Make context managers exception-safe. * Fix issue with non-string choices for arguments. * Improve non-ascii argparse argument support on Python 2.7.- update to 0.8.7: * register-python-argcomplete: add option to avoid default readline completion. Thanks to @drmalex07 (pull request #99). - additional changes from 0.8.6: * Expand tilde in script name, allowing argcomplete to work when invoking scripts from one's home directory. Thanks to @VorpalBlade (Issue 104). - additional changes from 0.8.5: * Fix issues related to using argcomplete in a REPL environement. * New helper method for custom completion display. * Expand test suite; formatting cleanup. - additional changes from 0.8.4: * Fix issue related to using argcomplete in a REPL environement. Thanks to @wapiflapi (pull request #91). - additional changes from 0.8.3: * Fix multiple issues related to using argcomplete in a REPL environement. Thanks to @wapiflapi (pull request #90). - additional changes from 0.8.2: * Don't strip colon prefix in completion results if COMP_WORDBREAKS does not contain a colon. Thanks to @berezv (pull request #88). - additional changes from 0.8.1: * Use complete --nospace to avoid issues with directory completion. - additional changes from 0.8.0: * Refactor main body of code into a class to enable subclassing and overriding of functionality (Issue #78). - additional changes from 0.7.1: * New keyword option "argcomplete.autocomplete(validator=...)" to supply a custom validator or bypass default validation. Thanks to @thijsdezoete (Issue #77). * Document debug options. - additional changes from 0.7.0: * New keyword option "argcomplete.autocomplete(exclude=[...])" to suppress options (Issue #74). * More speedups to code path for global completion hook negative result. - additional changes from 0.6.9: * Fix handling of development mode script wrappers. Thanks to @jmlopez-rod and @dcosson (Issue #69). * Speed up code path for global completion hook negative result by loading pkg_resources on demand. - additional changes from 0.6.8: * Begin tracking changes in changelog. * Add completion support for PBR installed scripts (PR #71). * Detect easy-install shims with shebang lines that contain Py instead of py (Issue #69)./bin/sh/bin/shh04-ch1a 1715266634 !!##%&'()*+,-./0113455789:;<=>3.3.0-150400.12.12.2 python-argcomplete-check-easy-install-scriptregister-python-argcompletepython-argcomplete-check-easy-install-scriptpython-argcomplete-check-easy-install-script-3.11register-python-argcompleteregister-python-argcomplete-3.11argcompleteargcomplete-3.3.0.dist-infoINSTALLERLICENSE.rstMETADATANOTICERECORDREQUESTEDWHEELtop_level.txt__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyc_check_console_script.cpython-311.opt-1.pyc_check_console_script.cpython-311.pyc_check_module.cpython-311.opt-1.pyc_check_module.cpython-311.pyccompleters.cpython-311.opt-1.pyccompleters.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pycfinders.cpython-311.opt-1.pycfinders.cpython-311.pycio.cpython-311.opt-1.pycio.cpython-311.pyclexers.cpython-311.opt-1.pyclexers.cpython-311.pycshell_integration.cpython-311.opt-1.pycshell_integration.cpython-311.pyc_check_console_script.py_check_module.pybash_completion.d_python-argcompletecompleters.pyexceptions.pyfinders.pyio.pylexers.pypackages__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyc_argparse.cpython-311.opt-1.pyc_argparse.cpython-311.pyc_shlex.cpython-311.opt-1.pyc_shlex.cpython-311.pyc_argparse.py_shlex.pypy.typedshell_integration.pypython311-argcompleteREADME.rstpython311-argcompleteLICENSE.rst/etc/alternatives//usr/bin//usr/lib/python3.11/site-packages//usr/lib/python3.11/site-packages/argcomplete-3.3.0.dist-info//usr/lib/python3.11/site-packages/argcomplete//usr/lib/python3.11/site-packages/argcomplete/__pycache__//usr/lib/python3.11/site-packages/argcomplete/bash_completion.d//usr/lib/python3.11/site-packages/argcomplete/packages//usr/lib/python3.11/site-packages/argcomplete/packages/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python311-argcomplete//usr/share/licenses//usr/share/licenses/python311-argcomplete/-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.suse.de/SUSE:Maintenance:33743/SUSE_SLE-15-SP4_Update/975c478c9933462ca976afde535d6184-python-argcomplete.SUSE_SLE-15-SP4_Updatedrpmxz5noarch-suse-linuxemptyPython script, ASCII text executabledirectoryASCII textASCII text, with CRLF line terminatorsPython script, UTF-8 Unicode text executable  !"#$%&RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRyt2gSc[utf-86e2fa927a1e33710d7c8a3b76b1f33bfd770a1e76b0f69a0184628fdf67823e2?7zXZ !t/Y!]"k%a I=sl;ƥkV3>ؖT< Z%`G<g&ŦuBđ)ڤPU yzk.-mRsa{~aLyG]\QLq U[sznm$y\Vpѯ,;2rz:pW s&w챼|Svm(38G5<x U8XYڬ>])_DFgo,ᴗ˾C +us ^i#k5b& ٜ 8FAhE&e`b- 42,Ӭ0@]lh˄1L̂YL߽2w%\N&2_-;0aH|˜fR b"n!-A$Bh׳Ӓvc_$wND\d'{/ak/Oڂ WLO=~.=l>A2JZZҰ0;Q4D{bʬ00% P?VAJlڹBkXe2ʼCgM<[uW[,G4R4)RET+(pŒ:;,)֥8xxnAJ"-qI:c#؛/1-op:p[Ҋ8ՓсVCRO.%gڛР{I.Bq htpKӵ 7xmi~7)vjJ1v)~Y$=}ǗөpeElŐGͰތoNZ{ }6%tR]&rUAU\':X!ϑVc5 vqS=qe8*2̍8ݳ7Һږ쩵FGo + Fk/!gCE] ] bL74u9wuJIaOn۔| F Cz(j)5Uir7\ϴW-xΞ4"W™3ɰCa._d(z\wO m5n^J |gh2eS+1#zldJYܷ&E9vuJTcM;]%Usɥb(.$%rMSo-Azg9;:dt,c/wPS"95H5,!7g p*"|AEC̑T2>&ו6u /zW#|F 6V9yƖs^$w8y#:)?9b>5pi}F%|ԧكx*hz>(L3zԢIFXQ`-3oܗ0`m>/,;.S4Jy蕲婜 Xm}f֛y]n9Oɥw{jDݻuS.3:kjjKOtT8N"xefV`YJ i9JcE^]3*i#FEB9_d|*hfzb5ɛ*a7Yս"?$Ȱ O2hP\giƟ@\;PnIfGrOɼ>7KdxduMhIE!ᄯ.KF'Xg0ٰ0PT6xyD0"vpfe !֑Z)L6=W_"|mbt;4r{iVk ඓ/\- Ȫc˥HIO$1q$,TS#57h^xa6Gz^ٟF}1e'·YǦȀCk`{c <ȶ:}?7(΄w=dQi5F3ol{U )mn e̘d` R~-EH P/(Gr6:bm( D,%eC}xCDw+ϑ^\њˍ$j #֠Vh}`4d vuY_+@W0*⸤{t?n0eZqNjD 1i@^Ce~ tZ_ lCP +܅rP9$mA|PE_L)#n?״#?ح9TTOt%#5"XmuߕrQui_CMn) 9X8ytP$\:Ċ'F>#ul&^`\^7Rއbd`q uB9/U+!$AR1 l־\Dʸ d#򸧫J6>ƾ74T@ ;}Y|u#ȭ*2ίmйԫi'0^/ H"whdh<7 w]  J5~U';]jAY ,r\8icRxE( [Vw&Vw:uOS'_*W*1kb>n"y#XOa雱%6l>f-gd(jvZwߊhJp^q<ՓD4ey {fo{O%a*;xwzd^×Du[NcQxh#80$9|%-z׭2zV!䁴'z8"w`QUh؟Dtt"XvjmTQR^gՎt+7yx~PXp3d81}X/ pf;f5thH&'^G&$r+ d/f1 m[ e9jBܬwƁ)ycT?*gn .Y=0`8GWH:VC7$A |qV>"?-AX7pgaCʙtr1$ #cIrIē۽[6qjNb5?y'6>tI̊|tۺ\M<֥NxȦ19<3p@bp Ǿ{ba6Eb?I%vó4s$I2wx!'Sdң3n$V_u6Pz39O?"lKJ`oIz%S*ovyBNKZj-T_)Ǹ~8\~gЙZ(K}xFWg&ql\Bz8j2;։' ՈЃ*/x/Z !VP;%5@OA9 b@[4tߊ0'U%dկ2=VQnaV5 +^15'5%rM J=k T O'W=ey6jQ8;,w:OY{XVT0$adn1斗N0?2 JA 'SIJ3Â2*փ(Kno4E" P@%=vo!SN/V\? 9|9Qtj=IE>?V^ŃՉǗY1Xk DŽ3s-[m%Wߣ^ "?XnX4 %u7´3Ğ,?5[/3q. =93W-G ~|k\dsN2ع!Ϫ -=2z|RE$$jPg6b'BRwP`~=^^;YݨlV.Wqq7K(à}-`{P+^јoy!4^qTIDzI- _D\fI%# gHO\*Ev 3 QI]}ma&- EI^/¤KSHo[ݦhW}i{z |R P.f|@FD8=?7bvA<*H/Х}&VHrA$\>pT^0 7`+W9d|J=ےޚ%Qv%|vX ?ܬLGWzKF/W]^8-`ZTZ}Tl\pڌ`Wp(M*xڍ4n"ryVp=@@$s|c>i66& jpZZdQIfbŬ ~Я qSoJbԾ͒M8d{AxOkVZ`F Aj +Ֆ猹BUhOI#Έ^4Lom;Hl54dD'[t*(|\^Km{ fk2 !&E^xbR =YR [ +B:^dHU60.bULj(d8  kO _Wؙװc{s=/ {z#o՘+1 ^5QNu t4p s2*"&/i3X7^,%nJdRM«- `!JE 1m^Eˆ\{aU'oFQ'dژ Ыu:\Y2kf6bxoj1|/W0iLGچ<`暈|SP4Ψ4oxw5.m0;_uzC$V,DJL-Ѓkewlr?h2͖F(o@?-y~AdDj++dk_'eaq4{w\`A+D#>-$dd).ЫU./g "'q,XZpL!]OԐG3p%_%;%a޶"f;Wi(6dcƢCݿF@"f nPoN ݦ%k ORtuԓ}?:Rc3/$@*@K[9yYˁ˯r{iz4JzuLse olku/ y;8K`;niQ}K0tk:5il-iMuPyh"T 13A֯:-cDPW(uXrF{)g7|($rwr/UE9sH35c _?-4:Z:G1_ h9/jI*F6ތxWtG~>S`VKth;YVcAU#Sw?o2![h2_`y I%Orqz{d_JiZ!_*jdj)k\@0<W+*9Q9߲ȡ:xnFYX^n=r;Dk@и[ jW8=c6\_aEnkFO-ϫ5t9|6Zf0$ԻKubɆm4pF[hE*)]ACCg YZ