Hi all,
I was thinking about extending Pythonista functionality, I know I can work to build Python extensions when using the iTunes kit from @omz but I have some questions..
-
Can Pythonista / iTunes Kit be used to build a framework?
-
If I build Python modules against the same version as Pythonista, would a sys.path modification allow it to work, assuming it was embedded into the framework?
-
Do I have any other options for building modules that others could use?