Metadata-Version: 2.1
Name: bktree-python
Version: 0.6.3
Summary: Python implementation of Burkhard-Keller Trees (BK-Tree)
License: MIT
Author: Armasse
Author-email: armasse35@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

## bktree-python

This package provide an implementation of Burkhard-Keller Trees (BK-Tree) in Python.
This data structure allows for efficient approximate string matching, which is useful for applications like spell checking, fuzzy searching, and more (https://en.wikipedia.org/wiki/BK-tree).
