Metadata-Version: 2.1
Name: flace
Version: 0.3.0
Summary: flace - Find and repLACE editing tools for python
License: GNU General Public License v3 (GPLv3) (LICENSE)
Description-Content-Type: text/x-rst
License-File: LICENSE

flace - Find and repLACE editing tools for python
=================================================

VERSION {version}

With ``flace`` you can search and edit files in various ways. 

Examples
--------

Search for matching strings in a file::

   import flace
   
   flace.mgrep("file_path", ["search_string_1", "search_string_2", ...])


   
