I am looking for ways to encrypt an in-house python package, preferably a .whl.
I do not need the source code itself to be obscured, only verification that the person trying to unpack the wheel is an authorized user who has the encryption key.
Does anyone have ideas on how this could be done?