Tagged Questions
3
votes
1answer
57 views
Accepted best practices for setup.py of a forked project
Context:
I was looking to see if there was a tool to do something (in my case I was looking for a proxy that would allow for http log inspection from a python test framework).
There turned out to be ...
2
votes
2answers
183 views
GPLv3 Project with BSD Library
I am working in a Python project that I want to release under the GPL3 license. This project has one file that uses the BSD lxml library .
I really need to put reference of the BSD license in the ...
12
votes
3answers
975 views
Using a GPLv3 Python module, will my entire project have to be GPLv3 licensed?
I'm working on a small project right now that I plan on releasing under an open-source license (haven't decided which yet). The question I have is that one of the Python modules I use is licensed ...