Re: [BangPypers] How to Distribute Commercial Python Applications

2014-08-04 Thread B.Nanda Kishore
We use bdist_egg always to ship python packages. It ships just pyc files. https://pythonhosted.org/an_example_pypi_project/setuptools.html On Mon, Aug 4, 2014 at 10:27 AM, Deepak Tripathi apenguinli...@gmail.com wrote: How to distribute commercial python application without giving source code

Re: [BangPypers] How to Distribute Commercial Python Applications

2014-08-03 Thread sayantan bhattacharya
I haven't personally written any code that obfuscates the main source code, but I think - you can search in those lines. An example of the same is the youtube-dl script. It runs fine but the data could not be viewed - you can check out their code/repository for any information on the way the code