I have script in Python containing several functions, and one Callback (when event occurs). I would like to release some "package" from my script , which could be importable and usable for other users. Lets say: Some one can use it for creating GUI app in JAVA, another it will incorporate to his own C++ Gui app, and someone just will call my functions from another Python script.
Can you point me to right direction please?
Thanks.