aboutcode-org / scancode-toolkit

:mag: ScanCode detects licenses, copyrights, dependencies by "scanning code" ... to discover and inventory open source and third-party packages used in your code. Sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase, the Google Summer of Code, Azure credits, nexB and others generous sponsors!
https://aboutcode.org/scancode/
2.15k stars 553 forks source link

Pure python fallback dependancy for pyahocorasick. #3416

Open 35C4n0r opened 1 year ago

35C4n0r commented 1 year ago

Project Proposal: Proposal Parent issue: https://github.com/nexB/scancode-toolkit/issues/3210 Linked PR: https://github.com/nexB/ahocode/pull/1 We plan to create a pure python fallback dependancy for pyahocorasick. To achieve this, instead of creating a wrapper, we plan to reuse almost all of the code from abusix/ahocorapy, with minor modification on top of it.

gotmax23 commented 3 months ago

Was this closed prematurely? scancode still has a hard dependency on the C pyahocorasick.

pombredanne commented 3 months ago

Good point!