{ "info": { "author": "Lawrence Stewart", "author_email": "lawrence@lawrencestewart.ca", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# PyUSDforex - Fiat to USD\n\n## Project Description\nPyUSDforex is a python package to convert foreign currencies into US dollars. It uses the free API key from openexchangerates.org to get over 200 currencies. PyUSDforex allows you to perform as many currency conversions as you wish by caching the hourly exchange rates from openexchange.org in a python shelve.\n\n ## Usage\n ```python\nimport pyUSDforex\n\npyUSDforex.convert(100, 'EUR', 'Your APP_ID')\n```\n\nGet your app_id from https://openexchangerates.org/signup/free\n\n## Notes\nWe welcome your feedback and support, raise github ticket if you want to report a bug. Need new features? Contact us on github\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/getorca/pyUSDforex", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyUSDforex", "package_url": "https://pypi.org/project/pyUSDforex/", "platform": "", "project_url": "https://pypi.org/project/pyUSDforex/", "project_urls": { "Homepage": "https://github.com/getorca/pyUSDforex" }, "release_url": "https://pypi.org/project/pyUSDforex/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Converts foreign fiat currencies to USD by getting and caching hourly exchanges rates from openexchangerates.org", "version": "0.1.0" }, "last_serial": 4965415, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "bed1700019bcfb49352f4ff36a687365", "sha256": "b7b14130d2e3f14c87f3cf9a751d30810121d2b99dc95587b2021c22af6c2acd" }, "downloads": -1, "filename": "pyUSDforex-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "bed1700019bcfb49352f4ff36a687365", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2981, "upload_time": "2019-03-20T20:33:33", "url": "https://files.pythonhosted.org/packages/68/3d/c2ff2b9dbb4f817182823739f0ad31852aa75306d5b8c0f2428249ed456f/pyUSDforex-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "553d2dcf8a6554e9024753aa92c806c8", "sha256": "1adde4736428cc913b8e521f7a797279f2a907b0c6d00d9c8fd21a422feea609" }, "downloads": -1, "filename": "pyUSDforex-0.1.0.tar.gz", "has_sig": false, "md5_digest": "553d2dcf8a6554e9024753aa92c806c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1811, "upload_time": "2019-03-20T20:33:35", "url": "https://files.pythonhosted.org/packages/30/2f/6ac7886c3daac0cefb66d328eb6d16ca24c8908fd4a258eeef77c6d55de2/pyUSDforex-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bed1700019bcfb49352f4ff36a687365", "sha256": "b7b14130d2e3f14c87f3cf9a751d30810121d2b99dc95587b2021c22af6c2acd" }, "downloads": -1, "filename": "pyUSDforex-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "bed1700019bcfb49352f4ff36a687365", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2981, "upload_time": "2019-03-20T20:33:33", "url": "https://files.pythonhosted.org/packages/68/3d/c2ff2b9dbb4f817182823739f0ad31852aa75306d5b8c0f2428249ed456f/pyUSDforex-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "553d2dcf8a6554e9024753aa92c806c8", "sha256": "1adde4736428cc913b8e521f7a797279f2a907b0c6d00d9c8fd21a422feea609" }, "downloads": -1, "filename": "pyUSDforex-0.1.0.tar.gz", "has_sig": false, "md5_digest": "553d2dcf8a6554e9024753aa92c806c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1811, "upload_time": "2019-03-20T20:33:35", "url": "https://files.pythonhosted.org/packages/30/2f/6ac7886c3daac0cefb66d328eb6d16ca24c8908fd4a258eeef77c6d55de2/pyUSDforex-0.1.0.tar.gz" } ] }