Metadata-Version: 2.1
Name: rtrie
Version: 0.1.3
Summary: 
License: MIT
Author: alexgagnon
Author-email: alex@monad.media
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: rapidfuzz (>=3.1.1,<4.0.0)
Description-Content-Type: text/markdown

# rtrie

A generalized radix trie implementation in pure python.

