{ "info": { "author": "Robert Schindler", "author_email": "r.schindler@efficiosoft.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "kph\n===\nPython 2/3 ready implementation of the K\u00f6lner Phonetik (http://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik) algorithm.\n\nUsage\n-----\n >>> import kph\n >>> kph.encode(\"Horst Meier\")\n '078267'\n >>> kph.encode(\"Horst Mayer\")\n '078267'\n >>> kph.encode(\"Horst Meier\") == kph.encode(\"Horst Mayer\")\n True\n >>> kph.encode(\"Detlef Krumm\") == kph.encode(\"Detlef Krum\") == \\\n ... kph.encode(\"Detlef Krunn\") == kph.encode(\"Detlef Krun\")\n True\n\nLicense\n-------\n kph - Python module implementing the 'Koelner Phonetik' algorithm.\n Copyright (C) 2011 Robert Schindler\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n\nCopyright\n---------\nCopyright 2011 by Robert Schindler .\nPython 3 compatibility added by Michael Herrmann <[first name] at [last name].io>.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mherrmann/kph", "keywords": "", "license": "GPL-3", "maintainer": "", "maintainer_email": "", "name": "kph", "package_url": "https://pypi.org/project/kph/", "platform": "", "project_url": "https://pypi.org/project/kph/", "project_urls": { "Homepage": "https://github.com/mherrmann/kph" }, "release_url": "https://pypi.org/project/kph/0.4.1/", "requires_dist": null, "requires_python": "", "summary": "Python 2/3 ready implementation of the Koelner Phonetic.", "version": "0.4.1" }, "last_serial": 3107152, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "a509a429cd411a3b979d0b3987904278", "sha256": "6dfb4994c49f59392138b62a66f6d0d480e25e4fd2435d63168185aa972c8cf9" }, "downloads": -1, "filename": "kph-0.3.tar.gz", "has_sig": false, "md5_digest": "a509a429cd411a3b979d0b3987904278", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15685, "upload_time": "2015-05-19T13:40:48", "url": "https://files.pythonhosted.org/packages/0b/89/5b9b27011fde8ba675e2239aff6300ee32fb22103aa19306d8fe717cfed4/kph-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "b22f09208ca4e094cd5df941a0553c83", "sha256": "34524ffb675243ae7ef82cc09f41e08450eb619f5dee56bf0a14f3376b495173" }, "downloads": -1, "filename": "kph-0.4.tar.gz", "has_sig": false, "md5_digest": "b22f09208ca4e094cd5df941a0553c83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15466, "upload_time": "2017-08-11T15:48:05", "url": "https://files.pythonhosted.org/packages/e9/35/9e7c25e9462fec28a1e326d0f42374068a41539d40ee10790a5c2268572b/kph-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "e5ac9c989f6ef9e8e5202ff4f87ae70b", "sha256": "aa08429f15688efa5fb1b81d95e8f5f5b3f7fd85e8d7555c8b1ac61d2f5b324e" }, "downloads": -1, "filename": "kph-0.4.1.tar.gz", "has_sig": false, "md5_digest": "e5ac9c989f6ef9e8e5202ff4f87ae70b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15580, "upload_time": "2017-08-18T20:08:02", "url": "https://files.pythonhosted.org/packages/95/34/f4fea6e073fa2d797993d22e68fb8401e396040bfa3aa06ac0af54caf26b/kph-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e5ac9c989f6ef9e8e5202ff4f87ae70b", "sha256": "aa08429f15688efa5fb1b81d95e8f5f5b3f7fd85e8d7555c8b1ac61d2f5b324e" }, "downloads": -1, "filename": "kph-0.4.1.tar.gz", "has_sig": false, "md5_digest": "e5ac9c989f6ef9e8e5202ff4f87ae70b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15580, "upload_time": "2017-08-18T20:08:02", "url": "https://files.pythonhosted.org/packages/95/34/f4fea6e073fa2d797993d22e68fb8401e396040bfa3aa06ac0af54caf26b/kph-0.4.1.tar.gz" } ] }