# 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
from findreplace.core import findreplace
base_dir='~/git/findreplace/testdir'
find_replace_dict = {'{{example}}': 'main', '{{dog}}': 'test'}
findreplace(base_dir=base_dir, find_replace_dict=find_replace_dict)
```
Release files for findreplace 2018.6.24.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| findreplace-2018.6.24.1.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| findreplace-2018.6.24.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 6.9 kB
Release files / findreplace-2018.6.24.1.tar.gz
| Download URL | findreplace-2018.6.24.1.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cc006107bcb1873f3e3eb3da9fc2ee5672962268f61d337460c794c1e873133a
|
|
BLAKE2b-256 checksum How to use checksums |
f355bde01e4239be869d8cc22916f249084a6bcb0640491a9d1873a9514e6931
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / findreplace-2018.6.24.1-py2.py3-none-any.whl
| Download URL | findreplace-2018.6.24.1-py2.py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
3d5b5414ff0206e8b49ed7f80640097d890df969bde1a36cc25405c636978335
|
|
BLAKE2b-256 checksum How to use checksums |
28a0aa8377f7eba6b5f8ee1a6fc04b83185f279acc32ebfecc7dd9c6dac9fbbc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |