For safety reasons, is there any way to protect flask app code?
I have tried to compile a .py
into a .pyc
, but the web app won't run.
I have also tried to use a python confuse tool, but the effect is not ideal.
Whether the flask application can be packaged by pyinstaller or cptyhon.