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

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

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

We're currently using v0.2.0 since we have a customized version of `libhs`. Since trying to update to Python 3.10 we're seeing the following error (in a container based on [`python:3.10-bullseye`](https://github.com/docker-library/python/blob/4c86fbef4c546a65e372c9bc8c27b8c17bfe42fd/3.10/bullseye/Dockerfile):...

can not successfully install by Dockerfile

First, thanks for all the work on this extremely useful library – https://github.com/darvid/python-hyperscan/issues/32#issuecomment-1195994588 Regarding named capture groups, does the above approach lead to a case in which, for a pattern...

I was trying to serialize and then restore database, all I get when trying to call scan on restored database is `hyperscan.InvalidError: error code -1`. I'm using python module version...

enhancement
docs

As of v0.5.0 this example from the docs doesn't work: ``` # Deserializing (loading from bytes): db = hyperscan.loadb(serialized) ``` because loadb has a mandatory mode parameter. Do the docs...

### Discussed in https://github.com/darvid/python-hyperscan/discussions/155 Originally posted by **steven-t-murphy** September 9, 2024 Our team has been working on a project that required Hyperscan to be compatible with Windows. We modified the...

I build the python-hyperscan, referencing the document, the build is successful, but when i run poetry shell and try to import the hyperscan, the import operation becomes failed as "ModuleNotFoundError:...

Hi, first of all thank you for this amazing library. While playing around with it I stumbled upon this issue. When matching on strings containing characters that [UTF-8 converts into...