python-opensourcepython-opensource is an API Wrapper that allows you to query the Open Source License API with Python.Examplefromopensourceimportlicensesforlicenseinlicenses.tagged("copyleft"): print(license.name)Installingpip install opensource