miohtama / python-Levenshtein

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
GNU General Public License v2.0
382 stars 229 forks source link

Python 3 compatibility #2

Closed nh2 closed 11 years ago

nh2 commented 13 years ago

Is this module compatible with Python 3? I't doesn't compile for me in a Python 3 virtualenv.

miohtama commented 13 years ago

No. Unfortunately I do not have any personal interest to further continue the module, so few days of work must be invested to make it run on py3k.

wor commented 12 years ago

Added Python 3 support with commit: https://github.com/wor/python-Levenshtein/commit/fcbd6f7fdd8b2ea5f2e9617cead240cb2717df1d

miohtama commented 12 years ago

Can you do a pull request - Go to your own Github fork - press button Make pull request?

wor commented 12 years ago

Done.

miohtama commented 12 years ago

If I create a

1) zest.releaser skeleton for the package http://opensourcehacker.com/2012/08/14/high-quality-automated-package-releases-for-python-with-zest-releaser/

2) Give you PyPi rights http://pypi.python.org/pypi/python-Levenshtein/

.... would you want to make a release? We can walk through it together.

I am not really into Levenshtein, so I'd hope people who really need this package would have the power to push it forward.

jrstjohn commented 11 years ago

This can be closed. Python 3 support was added via https://github.com/miohtama/python-Levenshtein/pull/4