{ "info": { "author": "Cristian Boboc", "author_email": "cristi@pidginhost.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# django-bnr-exchangerate\nA django application that handles the updating and supplying of an exchange rate.\n## Instalation\n```\npip install django-bnr-exchangerate\n```\nAdd to settings.py\n```\n 'bnr_exchangerate',\n```\n## Example usage\nGet an exchange rate for a value for a certain day.\nIf the day is on saturday or on sunday it will automatically get the friday exchange rate\n```\nfrom bnr_exchangerate.models import ExchangeRate\nvalue = ExchangeRate.get_rate('EUR', '2015-10-10')\n```\nTo import the history from 2005 to current year into the database execute the following command\n```\n./manage.py get_history\n```\nTo update daily exchange rate run the following command\n```\n./manage.py get_daily\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/opencbsoft/django-bnr-exchangerate", "keywords": "exchangerate,bnr", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-bnr-exchangerate", "package_url": "https://pypi.org/project/django-bnr-exchangerate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bnr-exchangerate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/opencbsoft/django-bnr-exchangerate" }, "release_url": "https://pypi.org/project/django-bnr-exchangerate/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A django application to help with exchangerates from bnr.ro", "version": "0.1.0" }, "last_serial": 1786174, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "bd913621f9975062ec661dd9caecef6c", "sha256": "051377219c1746c3418776271ad67a9a807fa75274e6fbb3d2a030ecb5c00f16" }, "downloads": -1, "filename": "django_bnr_exchangerate-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "bd913621f9975062ec661dd9caecef6c", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 4051, "upload_time": "2015-10-26T09:21:08", "url": "https://files.pythonhosted.org/packages/60/e1/5ba53b6711d8bf812e3cc3b83fd547be855f90333970f955b7af20f3089e/django_bnr_exchangerate-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b5410ac61ddc53b439948337b9aea94", "sha256": "a91db3a5b7c4e3d0e33eee1838bb0306d6daa1a61c95d975e24289dd42819bb7" }, "downloads": -1, "filename": "django-bnr-exchangerate-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8b5410ac61ddc53b439948337b9aea94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2203, "upload_time": "2015-10-26T09:21:00", "url": "https://files.pythonhosted.org/packages/3f/1e/3c547aa24ae960de2920ad0dee5d0fe1d8839b2f6a42cf03c98635ec72a9/django-bnr-exchangerate-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bd913621f9975062ec661dd9caecef6c", "sha256": "051377219c1746c3418776271ad67a9a807fa75274e6fbb3d2a030ecb5c00f16" }, "downloads": -1, "filename": "django_bnr_exchangerate-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "bd913621f9975062ec661dd9caecef6c", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 4051, "upload_time": "2015-10-26T09:21:08", "url": "https://files.pythonhosted.org/packages/60/e1/5ba53b6711d8bf812e3cc3b83fd547be855f90333970f955b7af20f3089e/django_bnr_exchangerate-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b5410ac61ddc53b439948337b9aea94", "sha256": "a91db3a5b7c4e3d0e33eee1838bb0306d6daa1a61c95d975e24289dd42819bb7" }, "downloads": -1, "filename": "django-bnr-exchangerate-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8b5410ac61ddc53b439948337b9aea94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2203, "upload_time": "2015-10-26T09:21:00", "url": "https://files.pythonhosted.org/packages/3f/1e/3c547aa24ae960de2920ad0dee5d0fe1d8839b2f6a42cf03c98635ec72a9/django-bnr-exchangerate-0.1.0.tar.gz" } ] }