spdx / yalm-python

Implement SPDX License Matching in Python. Project in CommunityBridge Linux Foundation 2020.
Apache License 2.0
6 stars 3 forks source link

SPDX YALM: Yet Another License Matcher

SPDX YALM is a license matching library based on the SPDX License Matching Guideline.

SPDX is an open standard for communicating software bill of material information. SPDX reduces redundant work by providing common formats for organizations and communities to share important data, thereby streamlining and improving compliance, security, and dependability.

Project YALM is implemented as the matching guideline compliant library - this library provides a way to compare license documents and templates in a standardized way.

Features

Installation

Ensure you have installed Python 3.9 or higher.

You can install this library via PyPI.

pip install yalm

License

Copyright (c) 2021, SPDX YALM Developers. Files in this repository are licensed under Apache License Version 2.0.

Credits

This Project is