{ "info": { "author": "Winnie Ndessy", "author_email": "wndessy@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Given any number up to a vigintillion, this class will return the same number in words\n\n## requirements\n- python3 \n\n## running the tests\n```python tests.py```\n\n## using custom tests\n```\nImport NumbersToWords;\nNumbersToWords(\"45781\", add_and=False).words # for when the conjuntion \"and\" is unnecessary\nNumbersToWords(\"45781\", add_and=True).words # for when the conjuntion \"and\" is necessary\n\n# replace 45781 with custom numbers as desired within the bounds\n```\n\n## Assumptions\nThe class only works with strings. We are not handling\n- negative integers\n- direct integers. \n\nYou have to pass the number intended as a string\nOf course a serializer can be used to validate this in production\nif it was user input.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wndessy/number_to_words", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "number-to-words", "package_url": "https://pypi.org/project/number-to-words/", "platform": "", "project_url": "https://pypi.org/project/number-to-words/", "project_urls": { "Homepage": "https://github.com/wndessy/number_to_words" }, "release_url": "https://pypi.org/project/number-to-words/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Python converter of numbers in figures to words", "version": "0.1.2" }, "last_serial": 5664947, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4abf9b3229ee9e6db0591f483bf7f945", "sha256": "cf320f8d64fba6ebdef3c54483d7ff4feb7e14e6aafba45dea9f4f30743b2e06" }, "downloads": -1, "filename": "number_to_words-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4abf9b3229ee9e6db0591f483bf7f945", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2909, "upload_time": "2019-08-11T21:00:45", "url": "https://files.pythonhosted.org/packages/8f/2b/710d1430315a8051b45123dcd84ce0a39b5b0f19ba43cdbd500fd331a204/number_to_words-0.1-py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "63a6e21fe1369ffa3d82c193c9dd12e5", "sha256": "6d089763a578afbb02519b5c4de6b8d31e295d22ca01d503283e7057113ec79d" }, "downloads": -1, "filename": "number_to_words-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "63a6e21fe1369ffa3d82c193c9dd12e5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5317, "upload_time": "2019-08-11T22:12:09", "url": "https://files.pythonhosted.org/packages/e5/14/bcee45a7faea4c96eafb819769c563cb0e30fcc27008db5e7a7e2e1ed52b/number_to_words-0.1.1-py3-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "783c16e3e4f0b8f95690dd56a87671a6", "sha256": "d61b2564d47ac0d2dda8b0c9dbcb1a0f94146402de33803407a42c46e4e42bfc" }, "downloads": -1, "filename": "number_to_words-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "783c16e3e4f0b8f95690dd56a87671a6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6600, "upload_time": "2019-08-12T09:00:08", "url": "https://files.pythonhosted.org/packages/1a/2c/1dc26c273dfebab78a6e01b7272ad16afd75b55dfba0fbad291537087b2e/number_to_words-0.1.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "783c16e3e4f0b8f95690dd56a87671a6", "sha256": "d61b2564d47ac0d2dda8b0c9dbcb1a0f94146402de33803407a42c46e4e42bfc" }, "downloads": -1, "filename": "number_to_words-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "783c16e3e4f0b8f95690dd56a87671a6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6600, "upload_time": "2019-08-12T09:00:08", "url": "https://files.pythonhosted.org/packages/1a/2c/1dc26c273dfebab78a6e01b7272ad16afd75b55dfba0fbad291537087b2e/number_to_words-0.1.2-py3-none-any.whl" } ] }