{ "info": { "author": "Hariom Tiwari", "author_email": "hariom.tiwari.006@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Google currency \n\nA very simple currency converter. \n\nIt can convert the currency of **153 codes.** \n\nSince the results are fetched from ``Google`` directly, you can trust the results :-D \n\n\n## Installation \n\nTo install the library run the below command (This will also install ``requests``) \n\n* ``pip install google-currency`` \n\n\n## Usage \n``` \nfrom google_currency import convert \n\nconvert('usd', 'inr', 1) \n``` \n\nThis will return a JSON response like below \n\n``` \n{ \n\t \"converted\": true, \n\t \"from\": \"USD\", \n\t \"to\": \"INR\", \n\t \"amount\": \"68.56\"\n } \n``` \n\n\n## Response description \n\n* converted: Boolean indicating whether the amount is converted or not, if this is ``false`` than it means the \ncurrency code is not valid and the amount is not converted and it will be equal to ``0``. \n\n* amount: Converted amount \n\n* from: Currency code from which the amount is converted. \n* to: Currency code to which the amount is converted.\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/om06/google-currency", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "google-currency", "package_url": "https://pypi.org/project/google-currency/", "platform": "", "project_url": "https://pypi.org/project/google-currency/", "project_urls": { "Homepage": "https://github.com/om06/google-currency" }, "release_url": "https://pypi.org/project/google-currency/1.0.3/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "A simple library to convert the currency of one country to other, it supports 153 countries' currency", "version": "1.0.3" }, "last_serial": 5531718, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "045f5add95403ae173c48e13c6a4a15d", "sha256": "18be4812bfecbb1de3e06b81043eddb1520c03b8d524d76327a2a4807985926a" }, "downloads": -1, "filename": "google_currency-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "045f5add95403ae173c48e13c6a4a15d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2249, "upload_time": "2019-07-13T21:29:51", "url": "https://files.pythonhosted.org/packages/25/f6/82f7bf9be2809ed3b113b821fe956e5a1402127923ef02e58b9bff1e6eb3/google_currency-1.0.1-py3-none-any.whl" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "0fb805a8cad1db1205d985378fb8bed0", "sha256": "c97513e9eea9500f97d81b7e3bd65495db0dbb14c750e6268e9cb91cd87f05fd" }, "downloads": -1, "filename": "google_currency-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "0fb805a8cad1db1205d985378fb8bed0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4925, "upload_time": "2019-07-14T17:17:21", "url": "https://files.pythonhosted.org/packages/ed/67/c75b0d95e815c2bf04a98b25a2bb3989c05f4b9ba2db19d9c36b8d7d9d12/google_currency-1.0.2-py3-none-any.whl" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "d044d4465933c68983f87c00ec0f1393", "sha256": "7cfc400823a254552284593401733b06b841e0da4c861221e2e26defb7b0bccc" }, "downloads": -1, "filename": "google_currency-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "d044d4465933c68983f87c00ec0f1393", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5423, "upload_time": "2019-07-14T18:32:18", "url": "https://files.pythonhosted.org/packages/00/5b/596e2fefe31273e2bc3346c62042db04acce8b33208bb27a2dcbab195928/google_currency-1.0.3-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d044d4465933c68983f87c00ec0f1393", "sha256": "7cfc400823a254552284593401733b06b841e0da4c861221e2e26defb7b0bccc" }, "downloads": -1, "filename": "google_currency-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "d044d4465933c68983f87c00ec0f1393", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5423, "upload_time": "2019-07-14T18:32:18", "url": "https://files.pythonhosted.org/packages/00/5b/596e2fefe31273e2bc3346c62042db04acce8b33208bb27a2dcbab195928/google_currency-1.0.3-py3-none-any.whl" } ] }