Metadata-Version: 2.1
Name: kodiak-rure
Version: 0.2.3
Summary: Python bindings for the Rust `regex` crate
Home-page: https://github.com/chdsbd/rure-python
License: MIT
Keywords: regex,rust,dfa,automata,data_structures
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Text Processing :: Indexing
Requires-Dist: milksnake
Requires-Dist: cffi (>=1.5.0)
Requires-Dist: six

Python API for RUst's REgex engine
==================================

NOTE: This project is forked from [rure](https://github.com/davidblewett/rure-python) to include M1 compatible binaries. Otherwise it is the same.

See the README in [rure](https://github.com/davidblewett/rure-python) for more details.