{ "info": { "author": "Dinu Gherman", "author_email": "gherman@darwin.in-berlin.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Natural Language :: Esperanto", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Education", "Topic :: Software Development" ], "description": "`Eonums` is a simple module providing conversion between normal \ninteger numbers and the corresponding textual expression in the \n`Esperano `_ language. \nIt was mainly developped in order to explore the regularity of \nEsperanto expressions for big integer numbers.\n\nNames for 10**k (k = 6, 9, 12, ...) like \"miliono\" (10**6) or \n\"miliardo\" (10**9) are chosen from the so-called \"Longa Skalo\" \nas described on this page about \n`big numbers `_ \n(in Esperanto).\n\nThe integer numbers `eonums` can convert to or from such Esperanto \nexpressions can be arbitrarily large, but are limited in practice\nby the largest number for which there is a name in Esperanto (on\nthe \"Longa Skalo\")\", which is, on the previous page, 10**63 \n(dekiliardo). Hence, the largest integer you can handle with this \nmodule is 10**66 - 1. (This module makes no attempt to extend the \nEsperanto naming rules by introducing names like \"undekiliono\", \n\"undekiliardo\", \"dudekiliono\" etc.)\n\nThis module can be fully translated automatically to Python 3.0 \nusing its migration tool named ``2to3``. \n\n\nFeatures\n++++++++\n\n- convert Python integers to Esperanto integer strings (Unicode)\n- convert Esperanto integer strings (Unicode) to Python integers\n- validate Esperanto integer strings (Unicode)\n- handle integers from 0 to 10**66 - 1\n- provide conversion functions and command-line scripts\n- provide a Unittest test suite\n- can be automatically migrated to Python 3.0 using ``2to3``\n\n\nExamples\n++++++++\n\n::\n\n >>> from eonums import int2eo, eo2int, validate_eo\n >>>\n >>> int2eo(22334455)\n u'dudek du milionoj tricent tridek kvar mil kvarcent kvindek kvin'\n >>>\n >>> eo2int(u\"cent dudek tri\")\n 123\n >>> validate_eo(u\"dudek cent tri\")\n False", "description_content_type": null, "docs_url": null, "download_url": "http://www.dinu-gherman.net/tmp/eonums-0.9.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.dinu-gherman.net/", "keywords": "number,conversion,Esperanto", "license": "GNU General Public Licence v3 (GPLv3)", "maintainer": null, "maintainer_email": null, "name": "eonums", "package_url": "https://pypi.org/project/eonums/", "platform": "Posix,Windows", "project_url": "https://pypi.org/project/eonums/", "project_urls": { "Download": "http://www.dinu-gherman.net/tmp/eonums-0.9.0.tar.gz", "Homepage": "http://www.dinu-gherman.net/" }, "release_url": "https://pypi.org/project/eonums/0.9.0/", "requires_dist": null, "requires_python": null, "summary": "A module for converting between integer numbers and Esperanto strings.", "version": "0.9.0" }, "last_serial": 802960, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "58959b55942abd8a3b3d952433db58ee", "sha256": "c0c5ded181764c7dc3eed70bc83118b2a8dca5221f7fb514db638bd70cf38653" }, "downloads": -1, "filename": "eonums-0.9.0-py2.5.egg", "has_sig": false, "md5_digest": "58959b55942abd8a3b3d952433db58ee", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 12142, "upload_time": "2008-09-16T15:26:39", "url": "https://files.pythonhosted.org/packages/4e/a8/1a278793a9e61e5b839e8dc52ccac9c477174d4c42f535a681ac634b388b/eonums-0.9.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "3784f5b55fd8abb89b5c2eb523f28163", "sha256": "21dfa8df2ed2e13ec7039d0f7aa6e4bf280e80ec67e7cbb71cf181ad7fd6466e" }, "downloads": -1, "filename": "eonums-0.9.0.tar.gz", "has_sig": false, "md5_digest": "3784f5b55fd8abb89b5c2eb523f28163", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31472, "upload_time": "2008-09-16T15:26:23", "url": "https://files.pythonhosted.org/packages/70/0b/8783adf237cf5cf79802e10aab4d365a8994c82fa6e14e8b47c0f368a370/eonums-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "58959b55942abd8a3b3d952433db58ee", "sha256": "c0c5ded181764c7dc3eed70bc83118b2a8dca5221f7fb514db638bd70cf38653" }, "downloads": -1, "filename": "eonums-0.9.0-py2.5.egg", "has_sig": false, "md5_digest": "58959b55942abd8a3b3d952433db58ee", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 12142, "upload_time": "2008-09-16T15:26:39", "url": "https://files.pythonhosted.org/packages/4e/a8/1a278793a9e61e5b839e8dc52ccac9c477174d4c42f535a681ac634b388b/eonums-0.9.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "3784f5b55fd8abb89b5c2eb523f28163", "sha256": "21dfa8df2ed2e13ec7039d0f7aa6e4bf280e80ec67e7cbb71cf181ad7fd6466e" }, "downloads": -1, "filename": "eonums-0.9.0.tar.gz", "has_sig": false, "md5_digest": "3784f5b55fd8abb89b5c2eb523f28163", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31472, "upload_time": "2008-09-16T15:26:23", "url": "https://files.pythonhosted.org/packages/70/0b/8783adf237cf5cf79802e10aab4d365a8994c82fa6e14e8b47c0f368a370/eonums-0.9.0.tar.gz" } ] }