1

I was trying to build a Django project using pybuilder where I need to separate the pyc files and resource files. This is regarding protecting the source code, I know we can achieve this by the licencing mechanism. Our requirement is distributed the pyc file to the client instead of actual py file.

bSr
  • 1,410
  • 3
  • 16
  • 30
  • Source code is trivially retrievable from pyc files. The way to protect your IP is via licensing, not by hiding the source code. – Daniel Roseman Sep 26 '17 at 12:25

0 Answers0