omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Framework Questions

    Pythonista
    3
    6
    4036
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • reticulated
      reticulated last edited by

      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..

      1. Can Pythonista / iTunes Kit be used to build a framework?

      2. 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?

      3. Do I have any other options for building modules that others could use?

      1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        I think what was determined previously is that signed frameworks (signed by omz) could be loaded. However it would need to be signed by omz.

        1 Reply Last reply Reply Quote 0
        • reticulated
          reticulated last edited by

          @JonB

          Okay, I get it cool.

          Too bad, seemed too easy.

          @omz are you open to a community contribution?

          Perhaps a github page where members can contribute code and - when you get time you can review and include?

          I am sure the top members here would be happy to ensure code quality on PR's.

          Let me know

          1 Reply Last reply Reply Quote 0
          • JonB
            JonB last edited by

            To clarify, you could always write your own modules, and integrate them using the xcode template. you wouldnt be able to use them with pythonista, just within your own app.

            1 Reply Last reply Reply Quote 0
            • reticulated
              reticulated last edited by

              @JonB

              Well outside of jailbreaking - It won't be as nice to develop - especially since I'd have to build out all of the interfaces the implementation of the new functionality.

              I should also state that I use Pythonista for fun, and to solve problems on my iDevices that I can't otherwise.

              That - and i'm too lazy to break out the MBP.

              Thanks for clarifying - better than wasting my time.

              1 Reply Last reply Reply Quote 0
              • omz
                omz last edited by

                @reticulated said:

                @omz are you open to a community contribution?

                Depends. Quite honestly, every additional module/framework I include increases the amount of maintenance I'll have to do later, so it would have to be quite useful for a larger group of people, and I usually add new stuff at my own pace. If you build something truly useful using the Xcode template (I think that's what you're referring to), then of course I'd be open to look at it though.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Powered by NodeBB Forums | Contributors