Metadata-Version: 2.1
Name: rust_regex
Version: 0.1.0_alpha1
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
License-File: LICENSE
Summary: Python bindings for the Rust regex crate
Author: MiguelX413
Author-email: lbpgaming27@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/x-rst; charset=UTF-8
Project-URL: GitLab, https://gitlab.com/MiguelX413/rust_regex
Project-URL: GitHub, https://github.com/MiguelX413/rust_regex

.. badges-start

|CI| |pypi| |pyversion| |implementation| |license| |downloads| |black|

.. |CI| image:: https://github.com/MiguelX413/rust_regex/actions/workflows/CI.yml/badge.svg
   :alt: GitHub Actions Build Status
   :target: https://github.com/MiguelX413/rust_regex/actions/workflows/CI.yml

.. |pypi| image:: https://img.shields.io/pypi/v/rust_regex.svg
   :alt: rust_regex PyPI Project Page
   :target: https://pypi.org/project/rust_regex/

.. |license| image:: https://img.shields.io/github/license/MiguelX413/rust_regex.svg
   :alt: LGPL-2.1 License
   :target: https://github.com/MiguelX413/rust_regex/blob/master/LICENSE

.. |pyversion| image:: https://img.shields.io/pypi/pyversions/rust_regex.svg
   :alt: Supported Python Versions

.. |implementation| image:: https://img.shields.io/pypi/implementation/rust_regex.svg
   :alt: PyPI - Implementation

.. |downloads| image:: https://pepy.tech/badge/rust_regex/month
   :alt: PyPI Download Count
   :target: https://pepy.tech/project/rust_regex

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :alt: Code Style Black
   :target: https://github.com/psf/black

.. badges-end

Python bindings for the Rust regex crate

.. code-block:: console

    $ pip install rust_regex

**rust_regex**

This project aims to have an interface compatible with the built-in re module.

