python-text-unidecode
Port variant v11
Summary Most basic Text::Unidecode port (3.11)
Package version 1.3
Homepage https://github.com/kmike/text-unidecode/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 09 OCT 2023, 04:40:21 UTC
Port created 01 JAN 2023, 17:21:46 UTC
Subpackage Descriptions
single Text-Unidecode ============== :alt: Build Status text-unidecode is the most basic port of the `Text::Unidecode `_ Perl library. There are other Python ports of Text::Unidecode (unidecode_ and isounidecode_). unidecode_ is GPL; isounidecode_ uses too much memory, and it didn't support Python 3 when this package was created. You can redistribute it and/or modify this port under the terms of either: * `Artistic License`_, or * GPL or GPLv2+ If you're OK with GPL-only, use unidecode_ (it has better memory usage and better transliteration quality). ``text-unidecode`` supports Python 2.7 and 3.4+. .. _unidecode: https://pypi.python.org/pypi/Unidecode/ .. _isounidecode: https://pypi.python.org/pypi/isounidecode/ .. _Artistic License: https://opensource.org/licenses/Artistic-Perl-1.0 Installation ------------ :: pip install text-unidecode Usage ----- :: >>> from text_unidecode import unidecode >>> unidecode(u'какой-то текст') 'kakoi-to tekst'
Configuration Switches (platform-specific settings discarded)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-pip:single:v11
autoselect-python:single:standard
Build and Runtime python311:single:standard
Download groups
main mirror://PYPIWHL/a6/a5/c0b6468d3824fe3fde30dbb5e1f687b291608f9473681bbf7dabbf5a87d7
Distribution File Information
1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8 78154 text_unidecode-1.3-py2.py3-none-any.whl
Ports that require python-text-unidecode:v11
python-graphene-django:v11 Graphene Django integration (3.11)
python-python-slugify:v11 Unicode-capable slug generator (3.11)