Metadata-Version: 1.1
Name: findreplace
Version: 2018.6.17.0
Summary: Go through a directory recursively, find and replace specified values in file names and file data.
Home-page: https://github.com/djstein/findreplace
Author: Dylan Stein
Author-email: djstein@ncsu.edu
License: UNKNOWN
Description: 
        # findreplace
        
        Go through a directory recursively, find and replace specified values in file names and file data.
        
        ```python
        pipenv install findreplace
        ```
        
        example
        
        ```python
        findreplace replace ~/git/findreplace/testdir '{{example}}' main
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
