A script to guess licenses based on text
Project description
infer-license
Heavily inspired by https://github.com/sol/infer-license/ this will provide an API to guess what license a given file represents.
>>> from infer_license import guess_file
>>> print(guess_file("LICENSE"))
License(name='MIT License', shortname='MIT', trove_classifier='License :: OSI Approved :: MIT License')
>>> guess_file("setup.py")
None
There's also a handy infer_license
script that takes a filename.
$ infer_license LICENSE
LICENSE: MIT
License
infer-license is copyright Tim Hatch, and licensed under
the MIT license. I am providing code in this repository to you under an open
source license. This is my personal repository; the license you receive to
my code is from me and not from my employer. See the LICENSE
file for details.
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
infer-license-0.2.0.tar.gz
(61.5 kB
view hashes)
Built Distribution
Close
Hashes for infer_license-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23de3988a35513e8cea925ff500e70e1f7df52ad25dc8ca80c0d4609632c4f93 |
|
MD5 | cf1f7d48ca08dfb642ad1892f659272f |
|
BLAKE2b-256 | e56b3f77cdf36c815cd2297a45ad0e0c5c7a6a6fa95e83061ac8d886454f0377 |