Dmytro Yaroshenko
Dmytro Yaroshenko
@bennr01 Do we can take six from pip/github? Looks like sources are there and we able to download it for stash
I have pyterminal original pip 25 installed with pipTerminal and then six installed with this pip, but there issuess with cli arguments handling in stash   
Use this to install modern pip https://github.com/CrossDarkrix/Pythonista3_pip_Configration_Tool
I used pipTerminal v2.0.8 with lib2to3 requirements commented 
> I thought the Beta had a built in way to install third party modules. That would make StaSH unnecessary. In my opinion, either this should support regular pip, or...
> We need a PR that removes the `six` dependency because `lib2to3` was deprecated in Python 3.11 and removed in 3.13. > > * https://docs.python.org/3/whatsnew/3.13.html > > Python 2 died...
> We need a PR that removes the `six` dependency because `lib2to3` was deprecated in Python 3.11 and removed in 3.13. > > * https://docs.python.org/3/whatsnew/3.13.html > > Python 2 died...
so, `six` is just single file module, I mean it simply can be added inside stash. Also I started revisiting stash sources, that's not looks too hard to update, possibly...
> Six requires lib2to3 which was removed in Python >= 3.13. Seem like six on pypi not require it. I'll check it again tooday soon. Second one thing, I can...
@cclauss @bennr01 I just started * #524