Skip to main content

osadl-matrix

This is a CSV version of the OSADL license compatibility matrix as a python library.

License

This module is licensed under Unlicensed license. Feel free to do whatever you want with it. The data is licensed under CC-BY-4.0

Usage

Using builtin functions

import osadl_matrix

result = osadl_matrix.is_compatible("BSD-3-Clause", "MIT")
# result is either
# osadl_matrix.OSADLCompatibility.YES - licenses are compatible
# osadl_matrix.OSADLCompatibility.NO - licenses are *NOT* compatible
# osadl_matrix.OSADLCompatibility.UNDEF - no data available on compatibility

Using the raw data

import csv

import osadl_matrix

with open(osadl_matrix.OSADL_MATRIX) as csvinput:
    creader = csv.reader(csvinput, delimiter=',', quotechar='"')
    for row in creader:
        print(row)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

osadl-matrix-2021.10.29.121048.tar.gz (11.7 kB view details)

Uploaded Source

File details

Details for the file osadl-matrix-2021.10.29.121048.tar.gz.

File metadata

  • Download URL: osadl-matrix-2021.10.29.121048.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for osadl-matrix-2021.10.29.121048.tar.gz
Algorithm Hash digest
SHA256 faf6af2998b76310bbcf83f2691dbf74bd33aea61c762bb7f594e85aa1a8c2f6
MD5 0c1b270ba70d7c7a843ee32c9c663e96
BLAKE2b-256 d4b620940f25dd25274991e4404c6483503bbdf8305ea42032be31b85c366f70

See more details on using hashes here.

Release history Release notifications | RSS feed

2024.5.22.10535

1 file

2024.2.13.10236

1 file

2024.2.3.10200

1 file

2024.2.2.10214

1 file

2024.2.1.10241

1 file

2024.1.31.10126

1 file

2023.6.23.30625

1 file

2023.6.14.30610

1 file

2023.3.16.10309

1 file

2023.3.14.10340

1 file

2023.3.11.10325

1 file

2023.3.10.10358

1 file

2023.3.9.10358

1 file

2023.3.8.10358

1 file

2023.3.7.10310

1 file

2023.3.4.10304

1 file

2023.3.3.30339

1 file

2023.3.1.10355

1 file

2023.2.28.10232

1 file

2023.2.25.10242

1 file

2023.2.23.10247

1 file

2023.2.22.10229

1 file

2023.2.16.10203

1 file

2023.2.15.10237

1 file

2023.2.11.10220

1 file

2023.2.10.10229

1 file

2023.2.8.10215

1 file

2023.1.11.10138

1 file

2023.1.10.10133

1 file

2022.9.17.80935

1 file

2022.9.4.80934

1 file

2022.9.4.80925

1 file

2022.9.4.80921

1 file

2022.9.4.80909

1 file

2022.9.4.80908

1 file

2022.8.1.50845

1 file

2022.2.7.50230

1 file

2022.1.19.70101

1 file

This release

2021.10.29.121048 This release

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page