Text-Unidecode
==============
.. image:: https://travis-ci.org/kmike/text-unidecode.svg?branch=master
:target: https://travis-ci.org/kmike/text-unidecode
:alt: Build Status
text-unidecode is the most basic port of the
`Text::Unidecode <http://search.cpan.org/~sburke/Text-Unidecode-0.04/lib/Text/Unidecode.pm>`_
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'
Raw data
{
"_id": null,
"home_page": "https://github.com/kmike/text-unidecode/",
"name": "text-unidecode",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Mikhail Korobov",
"author_email": "kmike84@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ab/e2/e9a00f0ccb71718418230718b3d900e71a5d16e701a3dae079a21e9cd8f8/text-unidecode-1.3.tar.gz",
"platform": "",
"description": "Text-Unidecode\n==============\n\n.. image:: https://travis-ci.org/kmike/text-unidecode.svg?branch=master\n :target: https://travis-ci.org/kmike/text-unidecode\n :alt: Build Status\n\ntext-unidecode is the most basic port of the\n`Text::Unidecode <http://search.cpan.org/~sburke/Text-Unidecode-0.04/lib/Text/Unidecode.pm>`_\nPerl library.\n\nThere are other Python ports of Text::Unidecode (unidecode_\nand isounidecode_). unidecode_ is GPL; isounidecode_ uses too much memory,\nand it didn't support Python 3 when this package was created.\n\nYou can redistribute it and/or modify this port under the terms of either:\n\n* `Artistic License`_, or\n* GPL or GPLv2+\n\nIf you're OK with GPL-only, use unidecode_ (it has better memory usage and\nbetter transliteration quality).\n\n``text-unidecode`` supports Python 2.7 and 3.4+.\n\n.. _unidecode: https://pypi.python.org/pypi/Unidecode/\n.. _isounidecode: https://pypi.python.org/pypi/isounidecode/\n.. _Artistic License: https://opensource.org/licenses/Artistic-Perl-1.0\n\nInstallation\n------------\n\n::\n\n pip install text-unidecode\n\nUsage\n-----\n\n::\n\n >>> from text_unidecode import unidecode\n >>> unidecode(u'\u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u0442\u0435\u043a\u0441\u0442')\n 'kakoi-to tekst'",
"bugtrack_url": null,
"license": "Artistic License",
"summary": "The most basic Text::Unidecode port",
"version": "1.3",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "d83b4ae91f2c89770e55bad5fe24c259",
"sha256": "1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8"
},
"downloads": -1,
"filename": "text_unidecode-1.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d83b4ae91f2c89770e55bad5fe24c259",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 78154,
"upload_time": "2019-08-30T21:37:03",
"upload_time_iso_8601": "2019-08-30T21:37:03.543829Z",
"url": "https://files.pythonhosted.org/packages/a6/a5/c0b6468d3824fe3fde30dbb5e1f687b291608f9473681bbf7dabbf5a87d7/text_unidecode-1.3-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "53a0a6c5aef8f5eb5834e78e0fdf0499",
"sha256": "bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93"
},
"downloads": -1,
"filename": "text-unidecode-1.3.tar.gz",
"has_sig": false,
"md5_digest": "53a0a6c5aef8f5eb5834e78e0fdf0499",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 76885,
"upload_time": "2019-08-30T21:36:45",
"upload_time_iso_8601": "2019-08-30T21:36:45.405555Z",
"url": "https://files.pythonhosted.org/packages/ab/e2/e9a00f0ccb71718418230718b3d900e71a5d16e701a3dae079a21e9cd8f8/text-unidecode-1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2019-08-30 21:36:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "kmike",
"github_project": "text-unidecode",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"tox": true,
"lcname": "text-unidecode"
}