anhaidgroup / py_stringmatching

A comprehensive and scalable set of string tokenizers and similarity measures in Python
https://sites.google.com/site/anhaidgroup/projects/py_stringmatching
BSD 3-Clause "New" or "Revised" License
135 stars 16 forks source link

Drop support for Python 2, clean up imports and dependencies #85

Closed zware closed 7 months ago

zware commented 1 year ago

This drops the dependency on six, which was only needed for compatibility with Python 2. Since v0.4.2 was documented as the last version to support Python 2, six is no longer needed. In the course of removing it, I also found several unused imports and no-longer-necessary __future__ imports, which I also removed.