Metadata-Version: 2.1
Name: sirex
Version: 0.0.3
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
Description: # Sirex
        
        A package to use regex functions for strings and numbers
        
        ## Usage
        
        Sirex has many functions that help you do  regex function calls on strings  <br>
        Please see the documentation for the different functions
        
        ```
        from sirex import * 
        sirex.count_numbers("Hell123ow 123")
        ```
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
