fuzzyfinder
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.
Release files for fuzzyfinder 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fuzzyfinder-1.0.0.tar.gz | 11.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fuzzyfinder-1.0.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 16.0 kB
Release files / fuzzyfinder-1.0.0.tar.gz
| Download URL | fuzzyfinder-1.0.0.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
691e48e2f8911f366a1de4eddcff34a212081bcc55999d89f2332941149c8087
|
|
BLAKE2b-256 checksum How to use checksums |
7e5f8b3c014772cd05f8615987a3243c1ea4c596147ae28d94ada6b0c74628f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / fuzzyfinder-1.0.0-py2.py3-none-any.whl
| Download URL | fuzzyfinder-1.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
594128178057d77eb6007687ae6eefd4d2fd648720a33fecae218338eb121bb5
|
|
BLAKE2b-256 checksum How to use checksums |
0a20af63068b87fa0f5b9d6884aa6d678759da6abe4f228f2eaf98eb0bc0e9a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |