Find parts of long text or data, allowing for some changes/typos.
Go to file
Tal Einat 64dfbe8214 fixed module import 2013-11-12 10:56:01 +02:00
docs initial commit (project framework) 2013-11-02 00:34:18 +02:00
fuzzysearch fixed module import 2013-11-12 10:56:01 +02:00
tests fixed one test and two bugs in find_near_matches() 2013-11-12 10:18:42 +02:00
.gitignore initial commit (project framework) 2013-11-02 00:34:18 +02:00
AUTHORS.rst initial commit (project framework) 2013-11-02 00:34:18 +02:00
CONTRIBUTING.rst initial commit (project framework) 2013-11-02 00:34:18 +02:00
HISTORY.rst initial commit (project framework) 2013-11-02 00:34:18 +02:00
LICENSE Initial commit 2013-11-01 15:12:11 -07:00
MANIFEST.in initial commit (project framework) 2013-11-02 00:34:18 +02:00
Makefile initial commit (project framework) 2013-11-02 00:34:18 +02:00
README.rst initial commit (project framework) 2013-11-02 00:34:18 +02:00
requirements.txt initial commit (project framework) 2013-11-02 00:34:18 +02:00
setup.py initial commit (project framework) 2013-11-02 00:34:18 +02:00
test_requirements.txt initial commit (project framework) 2013-11-02 00:34:18 +02:00
tox.ini initial commit (project framework) 2013-11-02 00:34:18 +02:00

README.rst

===============================
fuzzysearch
===============================

.. image:: https://badge.fury.io/py/fuzzysearch.png
    :target: http://badge.fury.io/py/fuzzysearch
    
.. image:: https://travis-ci.org/taleinat/fuzzysearch.png?branch=master
        :target: https://travis-ci.org/taleinat/fuzzysearch

.. image:: https://pypip.in/d/fuzzysearch/badge.png
        :target: https://crate.io/packages/fuzzysearch?version=latest


fuzzysearch is useful for finding approximate subsequence matches

* Free software: MIT license
* Documentation: http://fuzzysearch.rtfd.org.

Features
--------

* TODO