Skip to main content

A tool to find the concrete open source license given a source file header.

Project description

A tool to find the concrete open source licens given a source file header:

>>> import what_the_license
>>> what_the_license.wtk(open('some_source_file'))
    [
      {
        "score": 100.0,
        "license": "The MIT License"
      },
      {
        "score": 48.030888030888036,
        "license": "Boost Software License - Version 1.0 - August 17th, 2003"
      },
      {
        "score": 44.86486486486486,
        "license": "MOZILLA PUBLIC LICENSE Version 1.0"
      }
    ]

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

what_the_license-0.1.tar.gz (26.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page