Skip to content

OpenSourceOrg/python-opensource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python bindings to the Open Source License API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages