Fuzzy Finder implemented in Python.
Project description
Fuzzy Finder implemented in Python. Matches partial string entries from a list of strings. Works similar to fuzzy finder in SublimeText and Vim’s Ctrl-P plugin.
Documentation: https://fuzzyfinder.readthedocs.org.
Quick Start
$ pip install fuzzyfinder or $ easy_install fuzzyfinder
Usage
>>> from fuzzyfinder import fuzzyfinder >>> suggestions = fuzzyfinder('abc', ['abcd', 'defabca', 'aagbec', 'xyz', 'qux']) >>> list(suggestions) ['abcd', 'defabca', 'aagbec']
Features
Simple, easy to understand code.
No external dependencies, just the python std lib.
How does it work
TODO: Add a link to the algorithm description.
Similar Projects
https://github.com/seatgeek/fuzzywuzzy - Fuzzy matching and auto-correction using levenshtein distance.
History
0.1.0 (2015-06-05)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fuzzyfinder-0.3.0.tar.gz
(11.8 kB
view details)
Built Distribution
File details
Details for the file fuzzyfinder-0.3.0.tar.gz
.
File metadata
- Download URL: fuzzyfinder-0.3.0.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59ed17c3d8bafff48fb89b13010a709168ea7425241a6b827ef22e436f075d4e |
|
MD5 | 41234ae0344117d54256711192a4c67f |
|
BLAKE2b-256 | 2771371b058db8d84917e624b86405eda47c781a3ac837207c12bfd528cd10f6 |
File details
Details for the file fuzzyfinder-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: fuzzyfinder-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f356178abde6f71616f7433a08a3255897a1409f240e7356188c700458a2549d |
|
MD5 | 503868628695d427769dcb2779126630 |
|
BLAKE2b-256 | 68d76876c6ee7c927232a655cf76c1c6ec39b8757331c5955f256da0359866c4 |