I want to distribute python code in packages, however it is proprietary code that will be stored on client's servers so I do not wish to share the source.
Is it possible to produce a Python Wheel with obfuscated code or removed code?
I want to distribute python code in packages, however it is proprietary code that will be stored on client's servers so I do not wish to share the source.
Is it possible to produce a Python Wheel with obfuscated code or removed code?