/python-opensource

Python bindings to the Open Source License API

Primary LanguagePythonMIT LicenseMIT

python-opensource

python-opensource is an API Wrapper that allows you to query the Open Source License API with Python.

Example

from opensource import licenses

for license in licenses.tagged("copyleft"):
    print(license.name)

Installing

pip install opensource