itsmeadarsh2008 / flpc

A Rust-based regex crate wrapper for Python3 to get faster performance. πŸ‘Ύ
https://pypi.org/project/flpc/
MIT License
59 stars 1 forks source link
maturin performance pyo3 python python3 regex regexp rust
flpc logo # flpc: Lightning-Fast Python Regex ![Star](https://img.shields.io/badge/Please%20Give%20A%20Star%20%E2%AD%90-30323D?style=flat-square) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/flpc?style=flat-square) ![GitHub Issues](https://img.shields.io/github/issues/itsmeadarsh2008/flpc?style=flat-square) ![PyPI - Downloads](https://img.shields.io/pypi/dd/flpc?style=flat-square) ![GitHub License](https://img.shields.io/github/license/itsmeadarsh2008/flpc?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/itsmeadarsh2008/flpc?display_timestamp=committer&style=flat-square) πŸš€ Supercharge your Python regex with Rust-powered performance!

🌟 Why flpc?

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.

πŸš€ Quick Start

  1. Install flpc:

    pip install flpc
  2. Use it in your code as shown in the API

πŸ”§ API

flpc mirrors the re module's API, with a few small exceptions:

Common functions include:

πŸ’‘ Pro Tips

🀝 Contributing

We 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.

πŸ“„ License

flpc is open-source software licensed under the MIT license.