python-unidecode 1.3.8
ASCII transliterations of Unicode text
Unidecode provides ASCII transliterations of Unicode text. Unidecode is useful when integrating with legacy code that doesn't support Unicode, or for ease of entry of non-Roman names on a US keyboard, or when constructing ASCII machine identifiers from human-readable Unicode strings that should still be somewhat intelligible.
- Outputs:
out
- Website: https://pypi.org/project/Unidecode/
- Licenses: GPL 2+
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-unidecode 1.3.8
as follows:
guix install python-unidecode@1.3.8
Or install the latest version:
guix install python-unidecode
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.