Metadata-Version: 1.0
Name: transmogrify.regexp
Version: 0.4.0
Summary: Modify key values by applying a regular expression
Home-page: https://github.com/aclark4life/transmogrify.regexp
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: Introduction
        ============
        
        ``transmogrify.regexp`` allows you to use regular expressions and format strings
        to search and replace key values in a transmogrifier pipeline.
        
        Installation
        ============
        
        Usage
        =====
        
        Sample usage::
        
            [apply_regexp]
            blueprint = transmogrify.regexp
            key = _path
            expression = /(.*)/(\d\d\d\d)/(\d\d)/(\d\d)/(.+)/index.html
            format = %%s/%%s-%%s%%s%%s.html
            order = 0,4,1,2,3
        
Platform: UNKNOWN
