Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

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

Latest commit

 

History

History
History
23 lines (17 loc) · 471 Bytes

File metadata and controls

23 lines (17 loc) · 471 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.