{ "info": { "author": "claimcompass.eu", "author_email": "info@claimcompass.eu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# num2cyrillic\n\nWith num2cyrillic.NumberToWords() Python3 class you can convert an integer number\nto simple Bulgarian cyrillic words. This can be useful when you need to spell a currency\nvalue e.g. on an invoice.\n\nThis is a Python3 porting of the excellent PEAR::Numbers_Words class by [Kouber Saparev](https://github.com/pear/Numbers_Words/blob/master/Numbers/Words/Locale/bg.php) for PHP.\n\nAll credit goes to him, this is simply an implementation of the same logic in Python.\n\n## Installation\n\n```\npip install num2cyrillic\n```\n\n## Usage\n\n```python\nfrom num2cyrillic import NumberToWords\n\nnum2bg = NumberToWords()\nnum2bg.cyrillic(3)\nnum2bg.cyrillic(67)\n\n# \u0442\u0440\u0438\n# \u0448\u0435\u0441\u0442\u0434\u0435\u0441\u0435\u0442 \u0438 \u0441\u0435\u0434\u0435\u043c\n```\n\n(C) Copyright 2018 ClaimCompass, Inc.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/ClaimCompass/num2cyrillic", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ClaimCompass/num2cyrillic", "keywords": "", "license": "LGPLv3", "maintainer": "", "maintainer_email": "", "name": "num2cyrillic", "package_url": "https://pypi.org/project/num2cyrillic/", "platform": "", "project_url": "https://pypi.org/project/num2cyrillic/", "project_urls": { "Download": "https://github.com/ClaimCompass/num2cyrillic", "Homepage": "https://github.com/ClaimCompass/num2cyrillic" }, "release_url": "https://pypi.org/project/num2cyrillic/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Python class for converting numbers into Bulgarian cyrillic words", "version": "1.0.0" }, "last_serial": 4158945, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "50022c64dcd5eb762c13bc5e2069cd27", "sha256": "a9b9c52d3dc001842542033332346b590da747ecd78d18a0dff496a51a2ae252" }, "downloads": -1, "filename": "num2cyrillic-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "50022c64dcd5eb762c13bc5e2069cd27", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4182, "upload_time": "2018-08-11T03:44:59", "url": "https://files.pythonhosted.org/packages/13/26/b256e10e28f1ab49a95e08ae9832f92a8378a62d649654f983333d5d60e8/num2cyrillic-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8f418772d00244b82f035b418c0880f6", "sha256": "e0e26938aba5fedc86424a5c33e6a10a8f2ccff37ee071ce9c3227ade79efb09" }, "downloads": -1, "filename": "num2cyrillic-1.0.0.tar.gz", "has_sig": false, "md5_digest": "8f418772d00244b82f035b418c0880f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3981, "upload_time": "2018-08-11T03:45:00", "url": "https://files.pythonhosted.org/packages/c1/03/fc4244bf7e73a91c4359d3a13bc3ed9a16a9111610a06790e8a776bae23e/num2cyrillic-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "50022c64dcd5eb762c13bc5e2069cd27", "sha256": "a9b9c52d3dc001842542033332346b590da747ecd78d18a0dff496a51a2ae252" }, "downloads": -1, "filename": "num2cyrillic-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "50022c64dcd5eb762c13bc5e2069cd27", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4182, "upload_time": "2018-08-11T03:44:59", "url": "https://files.pythonhosted.org/packages/13/26/b256e10e28f1ab49a95e08ae9832f92a8378a62d649654f983333d5d60e8/num2cyrillic-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8f418772d00244b82f035b418c0880f6", "sha256": "e0e26938aba5fedc86424a5c33e6a10a8f2ccff37ee071ce9c3227ade79efb09" }, "downloads": -1, "filename": "num2cyrillic-1.0.0.tar.gz", "has_sig": false, "md5_digest": "8f418772d00244b82f035b418c0880f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3981, "upload_time": "2018-08-11T03:45:00", "url": "https://files.pythonhosted.org/packages/c1/03/fc4244bf7e73a91c4359d3a13bc3ed9a16a9111610a06790e8a776bae23e/num2cyrillic-1.0.0.tar.gz" } ] }