license-finder

Official

Deterministic license discovery for Python.

Authoropendatahub-io
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill deterministically finds a Python package’s license by first inspecting PyPI metadata, and if needed, guiding a repository-based search to locate LICENSE files.

Core Features & Use Cases

  • PyPI metadata check for license_expression or license fields
  • Fallback to repository LICENSE files via shallow cloning
  • License reporting to support compliance assessments

Quick Start

Run: ./scripts/find_license.py <package-name> [version]

Dependency Matrix

Required Modules

None required

Components

scripts

šŸ’» Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: license-finder
Download link: https://github.com/opendatahub-io/ai-helpers/archive/main.zip#license-finder

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository