◐ Shell
clean mode source ↗

GitHub - OpenSourceOrg/python-opensource: Python bindings to the Open Source License API

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

This repository was archived by the owner on Jun 9, 2026. It is now read-only.

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