-
Hi, I would like to create two independent packages that are both obfuscated with pyarmor, one of which is a dependency of the other, and should not be importable:
Is this possible, and if so how? I have tried even to use a shared runtime to obfuscate both packages, but I still get a |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
In the restrict package, the exported module shouldn't be obfuscated with restrict option. |
Beta Was this translation helpful? Give feedback.
-
Hi @jondy, I'd like to follow up on this. Currently your solution has worked because we are willing to unrestrict a certain Ideally, obfuscating both packages with a shared runtime key would supercede the |
Beta Was this translation helpful? Give feedback.
-
All the pyarmor features are documented here Please check it to find the right solution. If there is no feature for your case, it's still no this feature |
Beta Was this translation helpful? Give feedback.
In the restrict package, the exported module shouldn't be obfuscated with restrict option.
It should work if using the right options.