python-text-unidecode
Decode Unicode data
text-unidecode
is a basic Python port of the Text::Unidecode
Perl library. It can create ASCII representations of Unicode data. In general users should prefer the python-unidecode
package which offers better memory usage and transliteration quality.
- Versions: 1.3
- Website: https://github.com/kmike/text-unidecode/
- Licenses: Clarified Artistic · GPL 2+
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-text-unidecode
as follows:
guix install python-text-unidecode
Or install a particular version:
guix install python-text-unidecode@1.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.