The python license model

R

Ramza Brown

Can you distribute a python system with only a couple of libraries that
you plan to use. For example, I generally avoid having a system with
hundreds of loose scripts(ie python library). So, I have considered
only taking the libraries I need. My question, is python license
friendly for doing this?

I haven't worked with 'egg' too much.
 
R

Ramza Brown

Ramza said:
Can you distribute a python system with only a couple of libraries that
you plan to use. For example, I generally avoid having a system with
hundreds of loose scripts(ie python library). So, I have considered
only taking the libraries I need. My question, is python license
friendly for doing this?

I haven't worked with 'egg' too much.
Also, are there any articles for distributing python applications
without the default python install.
 
A

Aahz

Can you distribute a python system with only a couple of libraries that
you plan to use. For example, I generally avoid having a system with
hundreds of loose scripts(ie python library). So, I have considered
only taking the libraries I need. My question, is python license
friendly for doing this?

Dunno what you mean by "friendly", but aside from some little gotchas
having to do with its storied history, you can consider Python's license
functionally equivalent to BSD/MIT/Apache. IOW, do whatever you want, as
long as you keep the copyright around.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,311
Members
47,985
Latest member
kazewi

Latest Threads

Top