{ "info": { "author": "Wilbert Berendsen", "author_email": "wbsoft@xs4all.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python", "Topic :: Text Processing", "Topic :: Text Processing :: Linguistic" ], "description": "Python text hyphenator\n======================\n\nhyphenator is a pure Python module to hyphenate text using existing hyphenation\ndictionaries, like those used by OpenOffice.org.\n\nUsage:\n\n>>> from hyphenator import Hyphenator\n>>> h = Hyphenator(\"/usr/share/myspell/hyph_nl_NL.dic\")\n>>> h.inserted('lettergrepen')\nu'let-ter-gre-pen'\n>>> h.wrap('autobandventieldopje', 11)\n('autoband-', 'ventieldopje')\n>>> for pair in h.iterate('Amsterdam'):\n... print pair\n...\n('Amster', 'dam')\n('Am', 'sterdam')\n>>>\n\nFeatures:\n\n* 100% pure Python\n* caches dict files and hyphenated words\n* supports nonstandard hyphenation patterns\n\nLicense:\n\nThis library is free software; you can redistribute it and/or\nmodify it under the terms of the GNU Lesser General Public\nLicense as published by the Free Software Foundation; either\nversion 2.1 of the License, or (at your option) any later version.\n\nThis library is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\nLesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public\nLicense along with this library; if not, write to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://python-hyphenator.googlecode.com/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "hyphenator", "package_url": "https://pypi.org/project/hyphenator/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hyphenator/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://python-hyphenator.googlecode.com/" }, "release_url": "https://pypi.org/project/hyphenator/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "Pure Python module to hyphenate text using existing dictionaries", "version": "0.5.1" }, "last_serial": 793161, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "565d42f3ecb7c3eb686c6594fb1fe56a", "sha256": "ecf23193339d10ca8cc102996d3ea58cc7b606a2f62eaa836171fc4817c6dadc" }, "downloads": -1, "filename": "hyphenator-0.5.tar.gz", "has_sig": false, "md5_digest": "565d42f3ecb7c3eb686c6594fb1fe56a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4183, "upload_time": "2008-03-09T05:50:41", "url": "https://files.pythonhosted.org/packages/cb/8b/0a2dd5f004a24930666d84a9dcb0b9b9e06fd9e4e9fd6ccef5dfa0bbad0d/hyphenator-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "fix bug if parsing pattern without breakpoints", "digests": { "md5": "931ee64a9d96f14b78ee5a524ad125e4", "sha256": "58464213a4580b3325a48835fc468ec7488fe6297a39cf4aacdaa31933108c0f" }, "downloads": -1, "filename": "hyphenator-0.5.1.tar.gz", "has_sig": false, "md5_digest": "931ee64a9d96f14b78ee5a524ad125e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4213, "upload_time": "2008-03-13T10:21:15", "url": "https://files.pythonhosted.org/packages/94/66/bc97d287f4b041411ec9405638cec72c318afa4ad24829f813a80e8d11bd/hyphenator-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "fix bug if parsing pattern without breakpoints", "digests": { "md5": "931ee64a9d96f14b78ee5a524ad125e4", "sha256": "58464213a4580b3325a48835fc468ec7488fe6297a39cf4aacdaa31933108c0f" }, "downloads": -1, "filename": "hyphenator-0.5.1.tar.gz", "has_sig": false, "md5_digest": "931ee64a9d96f14b78ee5a524ad125e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4213, "upload_time": "2008-03-13T10:21:15", "url": "https://files.pythonhosted.org/packages/94/66/bc97d287f4b041411ec9405638cec72c318afa4ad24829f813a80e8d11bd/hyphenator-0.5.1.tar.gz" } ] }