skip to navigation
skip to content

FuGrep 0.50

Python bindings to agrep, a fuzzy string matching tool

FuGrep means fuzzy grep, which is inexact string matching. FuGrep is a replacement for agrepy, which works nice but has a very unpythonic interface. FuGrep uses agrep for the underlying functions and uses concepts of agrepy, but replaces the python wrapper with its own code.