Metadata-Version: 2.1
Name: mre
Version: 0.8.4
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>

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).


<span>Documentation:</span>
  <a href="https://alvarofpp.github.io/mre/">
    <span>:brazil:</span>    
  </a>

## Contributing documentation

```bash
pip install -r requirements-dev.txt
```
Running documentation

```bash
mkdocs serve
```
Change or create files in the `docs` folder.


