{ "info": { "author": "Electrostatus", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "numtxt\n======\nA pure Python module that gives both full and approximate names for numbers\n\nContains functions that give the cardinal name (one, two, three, ...), the ordinal name (first, second, third, ...), the precedence (primary, secondary, tertiary, ...) as well as approximations (23.3458e45 -> '23.346 quattuordecillion') and prefixes. Has four different naming methods for powers and three different suffix styles.\n\nSuffix Styles\n-------------\n- **short** \n - Assigns 'illion' to names. This is the default style.\n\n - 10^6 = million, 10^9 = billion, 10^12 = trillion, ...\n- **long**\n - Assigns 'illion' or 'illiard' to names depending on power.\n\n - 10^6 = million, 10^9 = milliard, 10^12 = billion, ...\n- **british**\n - Assigns 'illion' and adds 'thousand' in front of names depending on power.\n\n - 10^6 = million, 10^9 = thousand million, 10^12 = billion, ...\n\n\nNaming Methods\n--------------\n- **conway-wechsler**\n - This system extends the normal Latin naming method indefinitely and follows Latin syntax closely. Can use long, short or British suffix styles (examples below are short style). This is the default method.\n\n - 10^6 = 1 million\n - 10^12 = 1 trillion\n - 10^51 = 1 sedecillion\n - 10^342 = 1 tredecicentillion\n- **noll**\n - This system extends the normal Latin naming method indefinitely. Can use long, short or British suffix styles (examples below are short style).\n\n - 10^6 = 1 million\n - 10^12 = 1 trillion\n - 10^51 = 1 sexdecillion\n - 10^342 = 1 centredecillion\n- **rowlett**\n - This system uses Greek prefixes for names. Introduced to prevent confusion the suffix styles can cause and therefore does not use any such styles. Currently valid up to 10^2999.\n\n - 10^6 = 1 million\n - 10^12 = 1 gillion\n - 10^51 = 1 heptadekillion\n - 10^342 = 1 hecatodekatetrillion\n- **knuth**\n - Radically different naming method introduced to prevent confusion the suffix styles can cause and thus does not use any styles. Inherits conway-wechsler system to extend naming scheme indefinitely (original paper stopped at 10^4194304).\n\n - 10^6 = 100 myriad\n - 10^12 = 10 myllion\n - 10^51 = 1000 byllion tryllion\n - 10^342 = 100 myriad byllion quadryllion sextyllion\n\n\nVersion History\n---------------\n- **1.1.0** \n August 18th, 2019\n\n - Added precedence function (primary, secondary, tertiary, ...)\n - Added prefix function\n - Log function can now be overridden by third-party modules (gmpy2, mpmath) to allow compatibility\n - Added (t)uple function (single, double, triple, ...)\n - Added cardinal function call; identical to name function\n - Added version history to README\n- **1.0.2** \n November 29th, 2017\n\n - Fixed approx handling of zero & removed approx handling of small values\n- **1.0.1** \n January 20th, 2017\n\n - Modified readme/setup.py for correct pip installation\n- **1.0.0** \n January 20th, 2017\n\n - Initial release", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/Electrostatus/numtxt", "keywords": "approximation written words numbers", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "numtxt", "package_url": "https://pypi.org/project/numtxt/", "platform": "", "project_url": "https://pypi.org/project/numtxt/", "project_urls": { "Homepage": "http://github.com/Electrostatus/numtxt" }, "release_url": "https://pypi.org/project/numtxt/1.1.0/", "requires_dist": null, "requires_python": "", "summary": "gives full and approximate written forms of numbers", "version": "1.1.0" }, "last_serial": 5695327, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "1ff8b2441cdadf4893f8165a097f9e12", "sha256": "abf37a718d9cda4b7ceb137ae0e12d72e2492308e0908fa584cf22b8b76a0b53" }, "downloads": -1, "filename": "numtxt-1.0.1.tar.gz", "has_sig": false, "md5_digest": "1ff8b2441cdadf4893f8165a097f9e12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7783, "upload_time": "2017-01-20T16:59:32", "url": "https://files.pythonhosted.org/packages/c1/c4/838929b18c25d1da21e01a7957b4b17628866620bf4fe238477090bb369d/numtxt-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "401dcbf80bcb6b976beeb0662b701f5c", "sha256": "c490495772081857344e3e0de389fc59d03391cd20102afd4f1d75d2815c1c2d" }, "downloads": -1, "filename": "numtxt-1.0.2.tar.gz", "has_sig": false, "md5_digest": "401dcbf80bcb6b976beeb0662b701f5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7741, "upload_time": "2017-11-29T15:57:43", "url": "https://files.pythonhosted.org/packages/ab/96/f964f043e060cbcc9eec51b292194701e0dd7247ae1acfa1395dace8e12c/numtxt-1.0.2.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "99d3ff029651473837b0084887b57d69", "sha256": "bbd200239d6be6c7364cf3c2be431ece61965c40153ecf1bebb69fb6045de0eb" }, "downloads": -1, "filename": "numtxt-1.1.0.tar.gz", "has_sig": false, "md5_digest": "99d3ff029651473837b0084887b57d69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9263, "upload_time": "2019-08-18T17:34:11", "url": "https://files.pythonhosted.org/packages/66/6d/d8d983d58a8294694dfc11f3c7d55ef1cbef6f5d5027492de14fbdd55d46/numtxt-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "99d3ff029651473837b0084887b57d69", "sha256": "bbd200239d6be6c7364cf3c2be431ece61965c40153ecf1bebb69fb6045de0eb" }, "downloads": -1, "filename": "numtxt-1.1.0.tar.gz", "has_sig": false, "md5_digest": "99d3ff029651473837b0084887b57d69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9263, "upload_time": "2019-08-18T17:34:11", "url": "https://files.pythonhosted.org/packages/66/6d/d8d983d58a8294694dfc11f3c7d55ef1cbef6f5d5027492de14fbdd55d46/numtxt-1.1.0.tar.gz" } ] }