Skip to main content

A python license header checker.

Project description

# license-header-check

license-header-check is a tool to test if all modules in a python package have a certain license header.

## Install

`bash pip install license-header-check `

## Usage

You have to provide two arguments:

  • license_file: A file with the license header as its only content.

  • package_name: The name of the package that should be checked.

Optional:

  • –ignore: A path in the package that should be ignored.

## Example

`bash license-header-check LICENSE my_package `

`bash license-header-check LICENSE my_package --ignore my_package.my_subpackage `

Project details


Download files

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

Source Distribution

license-header-check-0.2.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

license_header_check-0.2.1-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

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