Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

bbqsrc/spdx-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spdx

A Python module incorporating an interface to the SPDX license database.

This library serves purely as a holder for the database that can be found on the SPDX website.

To more easily query this database or detect licenses, consider using something like spdx-lookup.

Usage

See the spdx/__init__.py file for the very simple interface.

tl;dr: spdx.licenses() gets you the licenses, and spdx.License is a nice wrapper for interacting with them.