Skip to content

Implementation of Licomp using the Recliense matrix

Notifications You must be signed in to change notification settings

hesa/licomp-reclicense

Repository files navigation

Licomp Reclicense

Licomp Reclicense provides compatibility data:

  • between a Reclicense outbound license and inbound Open Source licenses
  • when distributing a binary, linking to (e.g. linking to a library) Open Source components
  • the Open Source components are unmodified

Licomp Reclicense uses RecLicense from Open Source Software Data Analytics Lab@PKU-SEI.

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 Reclicense

Since Licomp Reclicense 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 Reclicense is called licomp-reclicense.

Python module

See Licomp Python API

Installing Licomp Reclicense

From pypi.org

Licomp Reclicense is available via pypi.org at: https://pypi.org/project/licomp-reclicense/.

To install, simply do the following:

$ pip install licomp-reclicense

From github

Installing from github assumes you already have pip installed.

$ git clone https://github.com/hesa/licomp-reclicense
$ pip install -r requirements.txt
$ pip install -r requirements-dev.txt
$ pip install .

About

Implementation of Licomp using the Recliense matrix

Resources

Stars

Watchers

Forks

Packages

No packages published