voronind/awesome-slugify

not working in python 3

irmen opened this issue · 2 comments

Please make this library compatible with Python 3. Right now it doesn't work because of at least several syntax errors in some string literals, and an iteration over a changing dict issue.

see pull request #5

Added. Thanks.