Hi!
In order to save space in device (iPhone), can I delete freely from Pythonista some pure python external libraries that I never use (like sympy version 0.7.4.1: I use always the last one, 1.0.0 downloaded via pip)?
If it is not possibile, could Pythonista author kindly report here a list of pure python libraries implemented inside his great app Pythonista that don't require a specific compilation to be implemented in iOS system?
No problem for pre-compiled libraries like numpy, because these libreries are not pure python based and even if user doesn't use them, these libraries are deliberately implemented (suitably compiled) in Pythonista.
Maybe Pythonista, without some pure python external libraries, could become smaller in size, and we know that user can download pure python external libraries when he wants using "pip install" command provided by the pure python script StaSh.
What do you think?
Thanks for your kind reply.
Matteo