Metadata-Version: 2.1
Name: sirex
Version: 0.1.0
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
        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 
        ```
        import sirex
        
        sirex.count_numbers("Hell123ow 123")
        ```
        
        
        Detailed Documentation
        
        Detailed documentation can be found here : 
        ```
        sirex.readthedocs.io
        ```
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
