Implementation of Licomp using OSADL's matrix
Licomp Osadl provides compatibility data:
- between an Open Source outbound license and inbound Open Source licenses
- when copying code from one Open Source component to another and
- the Open Source components are unmodified
Licomp Osadl uses OSADL's license matrix, part of OSADL's license checklist
Licomp Osadl implements the Licomp api for communication with the Licomp resources. For a better understanding of Licomp we suggest you read:
The various licomp resources below can be accessed as a group by:
- licomp-toolkit - (
pip install licomp-toolkit
)
Licomp is used be the following compatibility resources:
- licomp-hermione - (
pip install licomp-hermione
) - licomp-proprietary - (
pip install licomp-proprietary
) - licomp-reclicense - (
pip install licomp-reclicense
) - licomp-dwheeler - (
pip install licomp-dwheeler
)
Since Licomp Osadl implements Licomp we refer to the Licomp guides (both cli and python api).
See Licomp Comand Line Interface
Note: the commmad line program for Licomp Osadl is called licomp-osadl
.
Licomp Osadl is available via pypi.org at: https://pypi.org/project/licomp-osadl/.
To install, simply do the following:
$ pip install licomp-osadl
Installing from github assumes you already have pip
installed.
$ git clone https://github.com/hesa/licomp-osadl
$ pip install -r requirements.txt
$ pip install -r requirements-dev.txt
$ pip install .