Skip to content

hesa/licomp-osadl

Repository files navigation

licomp-osadl

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

Introduction

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 is used be the following compatibility resources:

Using Licomp Osadl

Since Licomp Osadl implements Licomp we refer to the Licomp guides (both cli and python api).

Command line interface

See Licomp Comand Line Interface

Note: the commmad line program for Licomp Osadl is called licomp-osadl.

Python module

See Licomp Python API

Installing Licomp Osadl

From pypi.org

Licomp Osadl is available via pypi.org at: https://pypi.org/project/licomp-osadl/.

To install, simply do the following:

$ pip install licomp-osadl

From github

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 .