MySQL Forums
Forum List  »  MySQL Workbench

Re: Python plugins provided as compiled *.PYC files?
Posted by: Karsten Wutzke
Date: March 10, 2015 04:27PM

I just tried it. It doesn't work with all files being *.pyc. The main plugin file must be provided as source (*.py). I could live with that.

The reason I am asking is that I have created a plugin that exports the model to JPA-annotated entity classes and I would like to make the plugin available to the public, OTOH I want to keep the sources private, at least for now, until I have decided what to finally do with the whole thing.

So the question now comes down to:

If I provide *.pyc files compiled by WB's Python implementation, will anybody downloading these files be able to decompile the files to reconstruct the sources, that is including class names, method names, variable names etc. so that the actual meaning becomes clear?

Karsten

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Python plugins provided as compiled *.PYC files?
746
March 10, 2015 04:27PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.