darvid / python-hyperscan

🐍 A CPython extension for the Hyperscan regular expression matching library.
https://python-hyperscan.readthedocs.io/en/latest/
MIT License
168 stars 29 forks source link

Adding Windows compatibility for hyperscan #156

Open steven-t-murphy opened 2 weeks ago

steven-t-murphy commented 2 weeks ago

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 setup.py and created a script to enable successful builds on Windows, and we are now using Hyperscan on both Windows and Linux platforms. We would like to contribute these changes back to the community. Exit Criteria: * python-hyperscan fork are both public on GitHub * GitHub regression testing operational * pypi updated with windows compatibility
JaneX8 commented 4 days ago

For this reason: https://github.com/SAP/credential-digger/issues/52#issuecomment-712261327

I would really like to see Windows support too. to be able to use https://marketplace.visualstudio.com/items?itemName=SAPOSS.vs-code-extension-for-project-credential-digger the plugin in VSCode.

LucianoBAF commented 2 days ago

@darvid