Falldog / pyconcrete

Protect your python script, encrypt it as .pye and decrypt when import it
Apache License 2.0
692 stars 149 forks source link

Encryption for installed packages #81

Closed eggcracker closed 3 years ago

eggcracker commented 3 years ago

Hi, is there anyway to automatically apply pyconcrete to the packages that are installed with pip? Currently I find their installation location and apply pyconcrete manually.

Falldog commented 3 years ago

No, there is no way to do it now.

Maybe you can try to install package by pip virtualenv, and you be able to find all the package which install by pip and encrypt it at once time

eggcracker commented 3 years ago

Thank you for the clarification!