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
 to the customer, dev platform in Unix (FreeBSD), Python2.x.





Regards,
Nanda
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


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 is
being obfuscated.


On Mon, Aug 4, 2014 at 10:27 AM, Deepak Tripathi apenguinli...@gmail.com
wrote:

 Hi,
 How to distribute commercial python application without giving source code
 to the customer, dev platform in Unix (FreeBSD), Python2.x.

 --

 --
 |--|
 | Deepak Tripathi  |
 | irc: irc.debian.org  |
 | nick: deepak, gnumonk|
 | web: http://www.gnumonk.com  |
 | E3 71V3 8Y C063(we live by code) |
 |--|
 ___
 BangPypers mailing list
 BangPypers@python.org
 https://mail.python.org/mailman/listinfo/bangpypers




-- 
Sayantan Bhattacharya
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers