Metadata-Version: 2.1
Name: schuylkill
Version: 0.1.2
Summary: Fixing human errors by matching those hard-to-spell words
License: MIT
Author: Nick Hand
Author-email: nick.hand@phila.gov
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fuzzywuzzy (==0.18.0)
Requires-Dist: pandas (>=1.3,<2.0)
Requires-Dist: python-levenshtein (==0.12.2)
Requires-Dist: scikit-learn (>=1.0,<2.0)
Requires-Dist: sparse-dot-topn (>=0.3.1,<0.4.0)
