Metadata-Version: 2.0
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
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: click
Requires-Dist: requests


# 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
```


