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
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)
File details
Details for the file what_the_license-0.1.tar.gz.
File metadata
- Download URL: what_the_license-0.1.tar.gz
- Upload date:
- Size: 26.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f31475ae862860df19171c8771b65dfaadf83ff2c3761228803000232d696842
|
|
| MD5 |
5e58c56bf9733c3630aacf8dc023e5b8
|
|
| BLAKE2b-256 |
c3dcae4061232445f1b9f57e09262820289ce03d2113981d205d05ddbe190c31
|