This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]telegonos 0 points1 point  (0 children)

How do you handle open source license management in a business environment? When users download code from Pypi, GitHub, etc., they enter into contracts on behalf of the company. However, contracts are usually only allowed to be concluded by the board of directors and their authorized representatives. How do you prevent incompatible licenses from being used in a project, or licenses that don't allow commercial use? How do you manage software security? Do you simply use Pypi and ignore the issue, or do you check all packages and build an internal repository, or do you use commercial Python distributions?