
Research
/Security News
Contagious Interview Campaign Escalates With 67 Malicious npm Packages and New Malware Loader
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
A Lightning Fast ⚡ Rust-based regex crate wrapper for Python3 to get faster performance. 👾
🚀 Supercharge your Python regex with Rust-powered performance!
Being in experimental stage. The code structure and dependencies may change. If your project is using this. You will have to manually configure the migrations to latest versions.
flpc is a powerful Python library that wraps the blazing-fast Rust regex crate, bringing enhanced speed to your regular expression operations. It's designed to be a drop-in replacement for Python's native re
module, with some minor syntax differences.
Install flpc:
pip install flpc
Use it in your code as shown in the API
flpc mirrors the re
module's API, with a few small exceptions:
fmatch()
instead of match()
(to avoid conflicts with Python's keyword)group()
on a match object, always provide an index (e.g., group(0)
for the entire match)Common functions include:
compile()
search()
findall()
finditer()
split()
sub()
subn()
r''
) for cleaner regex patternsgroup(0)
to get the entire matchWe welcome contributions! Whether it's bug reports, feature requests, or code contributions, please feel free to reach out. Check our contribution guidelines to get started.
flpc is open-source software licensed under the MIT license.
FAQs
A Lightning Fast ⚡ Rust-based regex crate wrapper for Python3 to get faster performance. 👾
We found that flpc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.