al45tair / vat

Useful Python VAT code
Other
3 stars 3 forks source link

refactor: allow running in pure python environment #4

Open kvdb opened 6 years ago

kvdb commented 6 years ago

python-Levenshtein requires C libraries whereas distance doesn't.

al45tair commented 6 years ago

I'd rather make this optional, so that users who can use C extensions are able to use Python-Levenshtein if they prefer.

kvdb commented 6 years ago

Perhaps extras_require in setup.py can be of assistance?