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 details)

Uploaded Source

File details

Details for the file what_the_license-0.1.tar.gz.

File metadata

File hashes

Hashes for what_the_license-0.1.tar.gz
Algorithm Hash digest
SHA256 f31475ae862860df19171c8771b65dfaadf83ff2c3761228803000232d696842
MD5 5e58c56bf9733c3630aacf8dc023e5b8
BLAKE2b-256 c3dcae4061232445f1b9f57e09262820289ce03d2113981d205d05ddbe190c31

See more details on using hashes here.

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