python-hyperscan icon indicating copy to clipboard operation
python-hyperscan copied to clipboard

🐍 A CPython extension for the Hyperscan regular expression matching library.

Results 33 python-hyperscan issues
Sort by recently updated
recently updated
newest added

.. or I'm using it improperly/misunderstanding the documentation. 'from' index appears to be 0 when it should indicate the start of the matched sequence when scanning for a substring. This...

Hi team, We are running following code to scan the text extracted from files, and getting this `ScratchInUseError('error code -10')`: ``` # Initialize db at the beginning only once. db...

Right now we can't use this package because I can't build wheels for it for Home Assistant as the build system can't do custom builds. Perhaps a PEP 517 build...

enhancement