Hello, such a nice repository benefits me a lot and so kind of you to make it open source!
Question
There’s some possible legal issues on the license of your repository when you combine numerous third-party packages.
For instance, lxml, argparse and psycopg2 you imported are licensed with BSD License, Python Software Foundation License and GNU Library or Lesser General Public License (LGPL), respectively.
However, the MIT License of your repository are less strict than above package licenses, which has violated the whole license compatibility in your repository and may bring legal and financial risks.
Advice
You can select another proper license for your repository, or write a custom license with license exception if some license terms couldn’t be summed up consistently.
Hello, such a nice repository benefits me a lot and so kind of you to make it open source!
Question There’s some possible legal issues on the license of your repository when you combine numerous third-party packages. For instance, lxml, argparse and psycopg2 you imported are licensed with BSD License, Python Software Foundation License and GNU Library or Lesser General Public License (LGPL), respectively. However, the MIT License of your repository are less strict than above package licenses, which has violated the whole license compatibility in your repository and may bring legal and financial risks.
Advice You can select another proper license for your repository, or write a custom license with license exception if some license terms couldn’t be summed up consistently.
Best wishes!