Metadata-Version: 2.1
Name: sirex
Version: 0.0.4
Summary: Simple Regex - A package to use regex commands on strings using simple function calls
Home-page: https://github.com/pythoslabs/sirex
Author: Pythos Labs
Author-email: pythoslabs@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# Sirex
SiRex - Simple Regex - A package to use regex commands on strings using simple function calls


## Usage

Sirex has many functions that help you do  regex function calls on strings  <br>
Please see the documentation for the different functions

Installation 
```
pip install sirex
```

Usage 
```
from sirex import * 
sirex.count_numbers("Hell123ow 123")
```


