I would like to share my addin with few people but don't want them to see the logic script. As part of AddIn, all scripts and supporting modules are copied into Assembly Cache -- easily accessible. One possible solution (as per suggestion of a senior member) is to use *.pyc file (containing all the logic) and call it from "my_addin.py file". This seem to work but only outside addin framework. Is there a way to secure the logic script within AddIn, any suggestions?
↧