Skip to main content

Questions tagged [python]

For questions that relate to the Python programming specifically

1 vote
0 answers
43 views

Do I meet the conditions of GPLv3 license?

GitHub says GPLv3 licence conditions are: License and copyright notice State changes Disclose source Same license License and copyright notice: How do I write copyright notice? Is it enough to write ...
yg213's user avatar
  • 21
6 votes
2 answers
1k views

Way to share code built on scripts with Creative Commons licence including no derivative clause?

I invested a considerable amount of time translating a set of Matlab scripts into Python and subsequently conducted extensive testing to ensure that the Python scripts returned the exact same values/...
papaya's user avatar
  • 63
18 votes
1 answer
6k views

PySimpleGUI, until now, has been distributed under the GPLV3, but just became a subscription model. How does that work?

PySimpleGUI, a GUI framework for Python, has previously been published under the LGPLv3. They just announced that they are changing to a subscription model with PysimpleGUI 5, and that previous ...
Jazz Weisman's user avatar
6 votes
1 answer
2k views

Python Commercial Use of Software Licensing Compliance

I have a Flask application that is being sold to a client. I remain in control of the source code, and it is a private repo. I wanted to ensure I was not violating License Agreements, and ran a tool ...
ghawes's user avatar
  • 163
1 vote
1 answer
332 views

Python packages and their license in the binary program [duplicate]

I am writing a program in Python that currently uses several different packages, mainly BSD licenses, e.g. Pandas, NumPy, etc. The finished program is distributed in the form of an .exe file. My ...
hiero's user avatar
  • 11
2 votes
1 answer
747 views

Do I need to distribute licenses for Python modules used in code that I release but don't directly distribute (i.e. users pip install modules)?)?

I intend to publish the code for my thesis under an appropriate open-source license, such as GPL v3. The code consists of Python and compiled C code that either imports or is statically linked to ...
user29733's user avatar
3 votes
1 answer
2k views

GNU GPL license in libraries in python requirements [duplicate]

I have developed a python script that makes use of a package hosted in PyPI. My code basically imports this package and uses some of its functions, together with some more functionality I developed. ...
albarji's user avatar
  • 141
2 votes
1 answer
331 views

Best way to release a Nuitka-compiled software?

My question would be: If I wrote software in Python and compiled it with Nuitka and would like to publish it under either the GPL v2 or MIT license for others, should I also attach the original .py ...
gewdfa's user avatar
  • 31
2 votes
0 answers
264 views

Internal Python application and Python packages with multiple licenses

I am developing a tool for internal use in my company using Python and several Python packages. This tool uses different kinds of Python packages, all of which have one of GNU Public License, Lesser ...
Wapers's user avatar
  • 21
3 votes
1 answer
573 views

How can an AGPL web application allow proprietary plugins?

We are developing a web application (REST API backend + frontend, both Python/Flask if that matters). We want to distribute it as a free software and we'd prefer a GPL license over a less restrictive ...
Jérôme's user avatar
  • 133
1 vote
2 answers
4k views

PyQt5 Commercial License

Suppose I do the following: I code out a very small python program (like no more than five hundred lines of code): I download relevant packages about PyQt5, opencv, numpy, math and matplotlib at ...
温泽海's user avatar
  • 111
0 votes
1 answer
245 views

How can I use mysqlclient for db connection in django for commercial application?

I have been using mysqlclient package for MySQL DB connection in Django and recently realized mysqlclient is in GPL license. Is it fine to use mysqlclient package in a private repo for a commercial ...
discover's user avatar
  • 111
0 votes
1 answer
209 views

How can i use pandasgui commercially if the pyqt library used is not free for commercial use?

pandasgui allows commercial use under the MIT license but I noticed the library used includes PYQT5 which is under the GPL v3 licence how is that possible ?
Anas's user avatar
  • 3
4 votes
1 answer
1k views

Can proprietary-licensed software execute shell commands that are probably GPL licensed?

Can proprietary-licensed software (that will be distributed, alongside with the hardware) use GPL software (distributed from package manager)?. It's basically scientific-measurement-device, that ...
Garid's user avatar
  • 187
2 votes
1 answer
118 views

Is there a special tooling that github linguist is using for third party software licensing?

I am studying how other libraries handle third party software licensing. I noticed that github linguist has a separate folder called vendor and inside it uses git submodules and yaml files https://...
Kim Stacks's user avatar

15 30 50 per page
1
2 3 4 5