lic-check

Provides FOSS compatibile licenses when give license to a new project.

Status

https://secure.travis-ci.org/mkouhei/lic-check.png?branch=master https://coveralls.io/repos/mkouhei/lic-check/badge.png?branch=master Documentation Status

Requirements

  • Python 2.7 or Python 3.3 over

Features

  • License classifiers

Setup

$ pip install --user lic-check
or
(venv)$ pip install lic-check

Usage

$ python
>>> from lic_check.classifier import Classifier
>>> c = Classifier()
>>> c.segments
[SoftwareLicenses, DocumentationLicenses, OtherLicenses]