0

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?

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
Andy Smith
  • 3,308
  • 4
  • 26
  • 34
  • Take a look [here](http://reverseengineering.stackexchange.com/questions/1943/what-are-the-techniques-and-tools-to-obfuscate-python-programs) also. – Mauro Baraldi Sep 29 '14 at 19:01
  • Worth looking at this pyc->py decompiler if you were ever under the impression that pyc protects your code: https://pypi.python.org/pypi/uncompyle – Andy Smith Sep 02 '15 at 10:01

0 Answers0