pyminifier
pyminifier copied to clipboard
multifile can not work will with "pyminifier --obfuscate-variables *.py"

I import globalvar.py in main.py, it can work will before minified, but can not reference variable correctly after minified.
having the same issue, tried to use --obfuscate-variables instead of full obfuscation, but it wouldn't handle globals correctly (which works with -O). since the last commit is 2 years ago i guess this project is dead.