License conflict detection and compliance reporting for Python projects
Project description
vigil-licenses
License conflict detection and compliance reporting for Python projects.
Part of the Vigil compliance toolkit.
Install
pip install vigil-licenses
Quick Start
from vigil_licenses.scanner import LicenseScanner, LicensePolicy
policy = LicensePolicy(
allow=["MIT", "Apache-2.0", "BSD-3-Clause"],
block=["GPL-3.0", "AGPL-3.0"],
)
scanner = LicenseScanner(policy=policy)
report = scanner.scan()
print(f"Conflicts: {len(report.conflicts)}")
License
Apache-2.0
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ossentinel_licenses-1.0.0.tar.gz.
File metadata
- Download URL: ossentinel_licenses-1.0.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adfcae1202e619469076e6c45c63d9ec1d51f71fccb0aa35ff8867bc71ed9148
|
|
| MD5 |
be88e0ef5a112e9d24c92aacd118791d
|
|
| BLAKE2b-256 |
eeae1bfd9e7cdcc8857078b6160610537255e21cc02218bf1817f257c1f33b65
|
File details
Details for the file ossentinel_licenses-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ossentinel_licenses-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c99357bcba69ff5870a2a77d90e91d2144f4d1c8ff12d8aafab3a8bf788e0a88
|
|
| MD5 |
2b5184d400f00e541fbe678c814cb06e
|
|
| BLAKE2b-256 |
f5a0ae0e9771769ea946c45cfdc836be112ae899a98a00010dd1b5ba739cc199
|