Metadata-Version: 2.1
Name: mre
Version: 0.8.3
Summary: Maker Regular Expressions
Home-page: https://github.com/alvarofpp/mre
Author: Álvaro Ferreira Pires de Paiva
Author-email: alvarofepipa@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Maker Regular Expression
<a href="https://pypi.org/project/mre/">
  <img alt="PyPI" src="https://img.shields.io/pypi/v/mre.svg">
</a>

<div align="center">
  <sub>Documentation:</sub>
  <a href="doc/pt-br.md">
    <span>:brazil:</span>    
  </a>
</div>

This a simple package to make regular expression in Python.

```bash
pip install mre
```

- Test regex: [Regex101](https://regex101.com/);
- [Regular expression operations](https://docs.python.org/3/library/re.html).

