Metadata-Version: 2.1
Name: re-map
Version: 0.1.4
Summary: Apply multiple regex patterns and keep change index map.
Home-page: https://github.com/aleksas/re-map
Author: Aleksas Pielikis
Author-email: ant.kampo@gmail.com
License: UNKNOWN
Description: [![Build Status](https://travis-ci.org/aleksas/re-map.svg?branch=master)](https://travis-ci.org/aleksas/re-map)
        [![PyPI](https://img.shields.io/pypi/v/re-map?color=success)](https://pypi.org/project/re-map/)
        
        # re-map
        Apply multiple regex patterns and keep change index map.
        
        ## Current state
        
        This is still work in progress.
        
        Not all replacements are mapped crrectly.
        
        ## Goal
        ...
        
        ## Idea
        *   Same re pattern doesn't alter text so the indeces are not gloabally changed
        *   Different re patterns alter
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
