OmkarPathak / pyresparser

A simple resume parser used for extracting information from resumes
GNU General Public License v3.0
808 stars 411 forks source link

Does this make my entire Python app GPL? #80

Closed arpanpreneur closed 1 year ago

arpanpreneur commented 1 year ago

I found this is GPL licenced, so installing it in my proprietary codebase, even for a simple optional feature, will make my app GPL. Let me know if that's the case.

Also if I use a Rest API layer on top of this, and consume the APIs in my main app, will that too trigger copy-left in my main app?