{ "info": { "author": "George Schizas", "author_email": "gschizas@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Natural Language :: Greek", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing" ], "description": "romanize\n========\n\nTranscribe Greek text to Latin alphabet using the ISO 843:1997 standard (also known as ELOT 743:1987)\n\nUsage\n-----\nIt's a simple function, so you can just import it to your program and use it:\n\n from romanize import romanize\n print(romanize('\u0395\u03bb\u03b5\u03c5\u03b8\u03ad\u03c1\u03b9\u03bf\u03c2 \u0392\u03b5\u03bd\u03b9\u03b6\u03ad\u03bb\u03bf\u03c2'))\n\nYou can also use it as a standalone module:\n\n python romanize.py \u0395\u03bb\u03b5\u03c5\u03b8\u03b5\u03c1\u03af\u03b1 \u03ae \u0398\u03ac\u03bd\u03b1\u03c4\u03bf\u03c2\n\nOr use it as a filter:\n\n python romanize.py < text_in_cp1253.txt\n\n\n\n\nVersion 1.0.0\n-------------\n* Initial release\n\nVersion 1.0.1\n-------------\n* Made into a package\n* Separated tests from main function\n\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/gschizas/RomanizePython", "keywords": "", "license": "Apache Software License", "maintainer": "", "maintainer_email": "", "name": "Romanize", "package_url": "https://pypi.org/project/Romanize/", "platform": "any", "project_url": "https://pypi.org/project/Romanize/", "project_urls": { "Homepage": "https://github.com/gschizas/RomanizePython" }, "release_url": "https://pypi.org/project/Romanize/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Transcribe Greek text to Latin alphabet using the ISO 843:1997 standard (also known as ELOT 743:1987)", "version": "1.0.2" }, "last_serial": 3407463, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "83865a8f0c62c7a4bc7d7562d9767440", "sha256": "31fbe21ee9f97e65e5a6c3cde1eec4760b901672b47e1810a02c172084bad07c" }, "downloads": -1, "filename": "Romanize-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "83865a8f0c62c7a4bc7d7562d9767440", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4710, "upload_time": "2017-12-11T13:21:14", "url": "https://files.pythonhosted.org/packages/f5/d9/760f0a113909d655c0c546fbb62426a3470eb4baec09558e3877e7a46a4b/Romanize-1.0.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "83865a8f0c62c7a4bc7d7562d9767440", "sha256": "31fbe21ee9f97e65e5a6c3cde1eec4760b901672b47e1810a02c172084bad07c" }, "downloads": -1, "filename": "Romanize-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "83865a8f0c62c7a4bc7d7562d9767440", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4710, "upload_time": "2017-12-11T13:21:14", "url": "https://files.pythonhosted.org/packages/f5/d9/760f0a113909d655c0c546fbb62426a3470eb4baec09558e3877e7a46a4b/Romanize-1.0.2-py2.py3-none-any.whl" } ] }