Hi,
I wish there was a simple way to integrate kingfisher in python (and other languages). Perhaps using python bindings or if kingfisher could have a json api where I could post files/text for scanning.
I tried running a separate process on a small file:
time kingfisher scan - -f jsonl < .env
On my machine this takes ~3s. My guess is that the startup has a lot of overhead which makes it infeasible to use that method for fast scanning of many text strings/files from python.
Thank you for a great piece of software