Metadata-Version: 2.4
Name: spdx_checker
Version: 0.1.3
Summary: Fast SPDX License Checker for Source Code
Author-email: Tobias Stach <tobias.stach@gmail.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Dynamic: license-file
Dynamic: requires-python


# SPDX License Checker

`spdx-checker` is a fast Python package for validating and analyzing SPDX license headers in your projects. It leverages Zig for exceptional speed and efficiency.

## Example Usage

```python
import spdx_checker

spdx_checker.check_license("MIT", ["example1.py", "example2.svelte", "example3.html"])
```

## Development

Issues with uv caching
```
To force uv to ignore existing installed versions, pass --reinstall to any installation command (e.g., uv sync --reinstall or uv pip install --reinstall ...).
```

## License

[MIT](LICENSE)
