python3-text-unidecode

most basic Python port of the Text::Unidecode Perl library (Python3 version)
  https://github.com/kmike/text-unidecode
  0
  no reviews



This library is an alternative of other Python ports of Text::Unidecode (unidecode and isounidecode). unidecode (in Debian available as python3-unidecode) is licensed under GPL; isounidecode uses too much memory, and it also didn’t support Python 3 while text-unidecode was created.

This package contains the Python 3 version of the library.