Metadata-Version: 2.1
Name: are
Version: 0.0.0.1
Summary: Library for working with regular expressions as abstract mathematical objects.
Home-page: https://github.com/reity/are
Author: Andrei Lapets
Author-email: a@lapets.io
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/x-rst

===
are
===

Library for working with regular expressions as abstract mathematical objects.

.. image:: https://badge.fury.io/py/are.svg
   :target: https://badge.fury.io/py/are
   :alt: PyPI version and link.

Package Installation and Usage
------------------------------
The package is available on PyPI::

    python -m pip install are

The library can be imported in the usual way::

    import are
    from are import *


