Metadata-Version: 2.3
Name: flpc
Version: 0.1.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Summary: A Rust-based regex port for Python3 to faster performance. 👾
Maintainer-email: Adarsh Gourab Mahalik <gourabmahalikadarsh@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/itsmeadarsh2008/flpc
Project-URL: Repository, https://github.com/itsmeadarsh2008/flpc.git
Project-URL: Bug Tracker, https://github.com/itsmeadarsh2008/flpc/issues

# flpc
![PyPI - Implementation](https://img.shields.io/pypi/implementation/flpc)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/itsmeadarsh2008/flpc)
![PyPI - Downloads](https://img.shields.io/pypi/dm/flpc) <br>

A Rust-based regex port for Python3 to get faster performance. 👾

# DEAD-SIMPLE
Just import `flpc` as `re` and use it as you like and the namings are same as the native `re` module. Only thing is that `match` function name of the `re` native library is replaced with `find_match`

# MIT Licensed
