Python bindings for askalono, a Rust library for detecting open-source license texts in files. Current version 0.2.0, requires Python >=3.11. Pre-built wheels available for major platforms.
pip install pyaskalonoVerified import paths — ran on the pinned version, not inferred.
Detect license from a text string.
Read the file contents before calling detect_license: `with open('LICENSE') as f: text = f.read()`Ensure input is a non-empty string of significant length. Check result is not None.
Install Rust via rustup, then retry. Alternatively, use a platform with pre-built wheel.
No dependency data recorded yet.