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

Latest commit

 

History

History
11 lines (8 loc) · 165 Bytes

File metadata and controls

11 lines (8 loc) · 165 Bytes

python-opensource

Example:

from opensource import licenses

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