[BangPypers] How to Distribute Commercial Python Applications

2014-08-03 Thread Deepak Tripathi
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


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 
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


Re: [BangPypers] How to Distribute Commercial Python Applications

2014-08-03 Thread Noufal Ibrahim KV
On Mon, Aug 04 2014, Deepak Tripathi wrote:

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

[...]

This is what I did. 

http://stackoverflow.com/questions/5661385/packaging-and-shipping-a-python-library-and-scripts-the-professional-way/5731719#5731719

This was more than just a "python application" though. It had several
dependencies and the whole setup ended up becoming, in retrospect,
something like a poor man's docker.

-- 
Cordially,
Noufal
http://nibrahim.net.in
___
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 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 
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


[BangPypers] Mailing list etiquette

2014-08-03 Thread Kushal Das
Good old presentation [1] from mbuf. Please take time to read and understand.

[1] 
http://www.shakthimaan.com/downloads/glv/presentations/mailing-list-etiquette.pdf

Kushal
-- 
CPython Core Developer
http://fedoraproject.org
http://kushaldas.in
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers