{ "info": { "author": "Mitiku Yohannes", "author_email": "se.mitiku.yohannes@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Amharic Number to Word\n\n[![CircleCI](https://circleci.com/gh/mitiku1/AmharicNumber2Word.svg?style=svg)](https://circleci.com/gh/mitiku1/AmharicNumber2Word) \n[![PyPI version](https://badge.fury.io/py/am-num2word.svg)](https://badge.fury.io/py/am-num2word)\n[![PyPI version](https://img.shields.io/pypi/dm/am-num2word.svg)](https://img.shields.io/pypi/dm/am-num2word.svg)\n[![image](https://secure.travis-ci.org/mitiku1/AmharicNumber2Word.png)](http://travis-ci.org/mitiku1/AmharicNumber2Word)\n[![Waffle.io - Columns and their card count](https://badge.waffle.io/mitiku1/AmharicNumber2Word.svg?columns=all)](https://waffle.io/mitiku1/AmharicNumber2Word)\n[![Coverage Status](https://coveralls.io/repos/github/mitiku1/AmharicNumber2Word/badge.svg?branch=master)](https://coveralls.io/github/mitiku1/AmharicNumber2Word?branch=master)\n\n

\nConverters Numbers from decimal representation to Amharic language word representation. The package supports numbers up-to 999,999,999,999,999. These are the numbers that could often comeup in real world. \n

\n\n### Usage\nThis package provides one class(`am_num2word.Number2WordsConverter`) to handle number to words conversion.\n```python\nimport am_num2word\n\nnumber = 45232945075\nconverter = am_num2word.Number2WordsConverter()\nwords, coma_separated = converter.convert(number)\nprint(words) # \u12a0\u122d\u1263 \u12a0\u121d\u1235\u1275 \u1262\u120a\u12ee\u1295 \u1201\u1208\u1275 \u1218\u1276 \u1230\u120b\u1233 \u1201\u1208\u1275 \u121a\u120a\u12ee\u1295 \u12d8\u1320\u129d \u1218\u1276 \u12a0\u122d\u1263 \u12a0\u121d\u1235\u1275 \u123a\u1205 \u1230\u1263 \u12a0\u121d\u1235\u1275\nprint(coma_separated) # 45,232,945,075'\n```\n\n### How to install\n```console\npip install am-num2word\n```\n\n### Lincense\n\nMIT License\n\nCopyright (c) 2019 Mitiku Yohannes\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "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/mitiku1/AmharicNumber2Word", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "am-num2word", "package_url": "https://pypi.org/project/am-num2word/", "platform": "", "project_url": "https://pypi.org/project/am-num2word/", "project_urls": { "Homepage": "https://github.com/mitiku1/AmharicNumber2Word" }, "release_url": "https://pypi.org/project/am-num2word/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Number to Amharic words representation package", "version": "1.0.2" }, "last_serial": 5742601, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "d7df1ded3622ace504cc4103708067e3", "sha256": "40df10671c320273f810930bc04390fbfb920e4a8a9561b6a184cb7b158b15b5" }, "downloads": -1, "filename": "am_num2word-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d7df1ded3622ace504cc4103708067e3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5291, "upload_time": "2019-02-22T07:17:02", "url": "https://files.pythonhosted.org/packages/a2/6a/7a7da088bd8ad7f1fb2f982ca8ec3ca8962a25525f663701389a3a07edaa/am_num2word-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ae8389eb9dfeac933e4a514bd633230", "sha256": "06ebf5840d3915a4e9c6e38f12d22cdddce664b8a6f492f01da7d17fe20b78ce" }, "downloads": -1, "filename": "am_num2word-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5ae8389eb9dfeac933e4a514bd633230", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4147, "upload_time": "2019-02-22T07:17:04", "url": "https://files.pythonhosted.org/packages/c5/7a/705e3d07d6655a2b61083911959d330f0a9585bbb4a684f1a86826205659/am_num2word-0.0.2.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "c4f3f5aad2031b283eaef5abbef43f89", "sha256": "2f1c6918a346322b97948a6d6279fef3c38db1c57b79fc934e124667ea9a42c4" }, "downloads": -1, "filename": "am_num2word-0.0.4.tar.gz", "has_sig": false, "md5_digest": "c4f3f5aad2031b283eaef5abbef43f89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5722, "upload_time": "2019-02-22T10:25:56", "url": "https://files.pythonhosted.org/packages/d8/e2/e3709a9d399a74d3b016994c86f70e7cc3b80b7fcfb2b868a7335886e00c/am_num2word-0.0.4.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "4df6646fd14e971972344f782678633c", "sha256": "e47f39e026acc3fd12cccb9895daae1caac1c2bea8b58f88b21cee2aeab96189" }, "downloads": -1, "filename": "am_num2word-0.0.6.tar.gz", "has_sig": false, "md5_digest": "4df6646fd14e971972344f782678633c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5832, "upload_time": "2019-02-22T11:11:06", "url": "https://files.pythonhosted.org/packages/cd/95/e56f997fdfb58b8058fd9834e8cc7796ce7ce3014fb1e68bba753968bdf7/am_num2word-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "6e1249638e883496ca4830f529a28d87", "sha256": "af06cc56332fa49fa01b75273f74c96048038d6f0652d6789fc40295fe4ea703" }, "downloads": -1, "filename": "am_num2word-0.0.7.tar.gz", "has_sig": false, "md5_digest": "6e1249638e883496ca4830f529a28d87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6105, "upload_time": "2019-02-25T08:17:44", "url": "https://files.pythonhosted.org/packages/1d/f5/142d04700955f6ec365b45605fd44159b82a36da27742abb48677df8ef9d/am_num2word-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "eb337668af37858713fab85a91658660", "sha256": "f90dc32e7541b174e273457e23479d08ed4d70d4688798f9ffa8fc04f0c5fc95" }, "downloads": -1, "filename": "am_num2word-0.0.8.tar.gz", "has_sig": false, "md5_digest": "eb337668af37858713fab85a91658660", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6104, "upload_time": "2019-02-25T08:34:24", "url": "https://files.pythonhosted.org/packages/fd/f5/9d68070e304bbf9818c4a0b25b42ab77b66ca5ffe6cbfc427d114fa40b95/am_num2word-0.0.8.tar.gz" } ], "0.0.8.2": [ { "comment_text": "", "digests": { "md5": "4fe7703ab11144ff4eb72c8d598bd678", "sha256": "ac290f5e506f2ef5dbe5d3512421709c5d7c7c8146a4b75f37f14f4cda328331" }, "downloads": -1, "filename": "am_num2word-0.0.8.2.tar.gz", "has_sig": false, "md5_digest": "4fe7703ab11144ff4eb72c8d598bd678", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6104, "upload_time": "2019-02-25T08:56:10", "url": "https://files.pythonhosted.org/packages/ca/e4/2a5f4f25fa4eb7f36f183f2a9fdb97c6c65a91060aba9cafae9e0483a53f/am_num2word-0.0.8.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "f98e76706d1b91ca0a5d81e14a56d9ad", "sha256": "34e262a0e64503bebea2c0b472b2034980b05ee871293975fff42962a4cba075" }, "downloads": -1, "filename": "am_num2word-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f98e76706d1b91ca0a5d81e14a56d9ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6322, "upload_time": "2019-03-12T08:57:41", "url": "https://files.pythonhosted.org/packages/f1/e0/3e6936e5e2c2e4d7338cf39a4ef85286b0258291ca10e7d1e3a63290f26c/am_num2word-1.0.0.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "1e67a63bc8f370983e9625c419922175", "sha256": "f15d23825faa7691baf3a86fcff755e688e29c48a29789798b618a1066916774" }, "downloads": -1, "filename": "am_num2word-1.0.2.tar.gz", "has_sig": false, "md5_digest": "1e67a63bc8f370983e9625c419922175", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6696, "upload_time": "2019-08-28T13:36:54", "url": "https://files.pythonhosted.org/packages/7b/a4/92af7e8926a1bf35c3f90e80ee4025580c4ffcd414da1b2faa063aecd038/am_num2word-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1e67a63bc8f370983e9625c419922175", "sha256": "f15d23825faa7691baf3a86fcff755e688e29c48a29789798b618a1066916774" }, "downloads": -1, "filename": "am_num2word-1.0.2.tar.gz", "has_sig": false, "md5_digest": "1e67a63bc8f370983e9625c419922175", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6696, "upload_time": "2019-08-28T13:36:54", "url": "https://files.pythonhosted.org/packages/7b/a4/92af7e8926a1bf35c3f90e80ee4025580c4ffcd414da1b2faa063aecd038/am_num2word-1.0.2.tar.gz" } ] }