marecki@gentoo.org Marek Szuba This is a fork of "editdistance" with the following changes: * __hash__ based support is removed as it makes incorrect assumptions * only strings (type str) are supported * cffi replaces cython (so abi3 wheels can be produced) * the module is renamed to editdistance_s * the public api does not contain eval() (only distance()) asottile/editdistance-s editdistance-s