Another thing you can do is only ship compiled Python bytecode files. You
can create these files by using the -O or -OO option. In Python 2, this
creates a .pyo file, in Python 3 this creates a .pyc file with opt1 or
opt2.

On Fri, Nov 9, 2018 at 11:00 AM Dan Ritter <d...@randomstring.org> wrote:

> Tom Luo:
> > Is there any alternative besides docker?
>
> Yes.
>
> You can:
>
>    - set up servers and sell the service of access to your nifty
>      idea rather than shipping code to the users.
>
>    - ask your users to sign a contract that says that they will
>      not read through the source code or re-use it, because the
>      copyright remains with you.
>
> -dsr-
> _______________________________________________
> Discuss mailing list
> Discuss@blu.org
> http://lists.blu.org/mailman/listinfo/discuss
>


-- 
--
Jerry Feldman <gaf.li...@gmail.com>
Boston Linux and Unix
PGP key id: 6F6BB6E7
Key fingerprint: 0EDC 2FF5 53A6 8EED 84D1  3050 5715 B88D 6F6B B6E7
_______________________________________________
Discuss mailing list
Discuss@blu.org
http://lists.blu.org/mailman/listinfo/discuss

Reply via email to