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

Latest commit

 

History

History
19 lines (13 loc) · 555 Bytes

README.rst

File metadata and controls

19 lines (13 loc) · 555 Bytes

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.