{ "info": { "author": "nikhila05", "author_email": "nik@micropyramid.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "forex-python\n============\n\n.. image:: https://travis-ci.org/MicroPyramid/forex-python.svg?branch=master\n :target: https://travis-ci.org/MicroPyramid/forex-python\n\n.. image:: https://coveralls.io/repos/github/MicroPyramid/forex-python/badge.svg?branch=master\n :target: https://coveralls.io/github/MicroPyramid/forex-python?branch=master\n\n.. image:: https://landscape.io/github/MicroPyramid/forex-python/master/landscape.svg?style=plastic\n :target: https://landscape.io/github/MicroPyramid/forex-python/master\n :alt: Code Health\n\n.. image:: https://img.shields.io/badge/python-2.7%2C%203.3%2C%203.4%2C%203.5-blue.svg\n :target: https://pypi.python.org/pypi/forex-python\n\n\n`Forex Python`_ is a Free Foreign exchange rates and currency conversion.\n\nFeatures:\n---------\n- List all currency rates.\n- BitCoin price for all curuncies.\n- Converting amount to BitCoins.\n- Get historical rates for any day since 1999.\n- Conversion rate for one currency(ex; USD to INR).\n- Convert amount from one currency to other.('USD 10$' to INR).\n- Currency symbols.\n- Currency names.\n\nCurrency Source:\n-----------------\n\nFixer.io is a free API for current and historical foreign exchange rates published by European Central Bank.\nThe rates are updated daily 3PM CET.\n\nBitCoin Price Source:\n---------------------\nBitcoin prices calculated every minute. For more infomation visit [CoinDesk API](http://www.coindesk.com/api/).\n\nInstallation\n--------------\n\n- Install using python package\n\n.. code-block:: python\n\n pip install django-blog-it\n\n # or\n git clone git://github.com/micropyramid/django-blog-it.git\n\n cd django-blog-it\n\n python setup.py install\n\n.. code-block:: python\n\n pip install forex-python\n\n Or directly cloning the repo:\n\n python setup.py install\n\nUsage Examples:\n------------------\n\n- Initialize class\n\n.. code-block:: python\n\n python\n >>> from forex_python.converter import CurrencyRates\n >>> c = CurrencyRates()\n\n- list all latest currency rates for \"USD\"\n\n.. code-block:: python\n\n python\n >>> c.get_rates('USD')\n {u'IDR': 13625.0, u'BGN': 1.7433, u'ILS': 3.8794, u'GBP': 0.68641, u'DKK': 6.6289, u'CAD': 1.3106, u'JPY': 110.36, u'HUF': 282.36, u'RON': 4.0162, u'MYR': 4.081, u'SEK': 8.3419, u'SGD': 1.3815, u'HKD': 7.7673, u'AUD': 1.3833, u'CHF': 0.99144, u'KRW': 1187.3, u'CNY': 6.5475, u'TRY': 2.9839, u'HRK': 6.6731, u'NZD': 1.4777, u'THB': 35.73, u'EUR': 0.89135, u'NOK': 8.3212, u'RUB': 66.774, u'INR': 67.473, u'MXN': 18.41, u'CZK': 24.089, u'BRL': 3.5473, u'PLN': 3.94, u'PHP': 46.775, u'ZAR': 15.747}\n\n- Get conversion rate from USD to INR\n\n.. code-block:: python\n\n python\n >>> c.get_rate('USD', 'INR')\n 67.473\n\n- Convert amount from USD to INR\n\n.. code-block:: python\n\n python\n >>> c.convert('USD', 'INR', 10)\n 674.73\n\n- Get latest Bitcoin price.\n\n.. code-block:: python\n\n python\n >>> from forex_python.bitcoin import BtcConverter\n >>> b = BtcConverter()\n >>> b.get_latest_price('USD')\n 533.913\n\n\n- Convert Amount to Bitcoins based on latest exchange price.\n\n.. code-block:: python\n\n python\n >>> b.convert_to_btc(400, 'USD')\n 0.7492699301118473\n\n\n- Get currency symbol using currency code\n\n.. code-block:: python\n\n python\n >>> from forex_python.converter import CurrencyCodes\n >>> c = CurrencyCodes()\n >>> print c.get_symbol('GBP')\n \u00a3\n\n\nYou can view the complete `Documentation Here`_\n\nWe welcome your feedback and support, raise `github ticket`_ if you want to report a bug. Need new features? `Contact us here`_\n\n.. _contact us here: https://micropyramid.com/contact-us/\n.. _Forex Python: https://micropyramid.com/oss/\n.. _github ticket: https://github.com/MicroPyramid/forex-python/issues\n.. _Documentation Here: http://forex-python.readthedocs.org/en/latest/?badge=latest", "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/nikhila05/Todo", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "test-todo", "package_url": "https://pypi.org/project/test-todo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/test-todo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/nikhila05/Todo" }, "release_url": "https://pypi.org/project/test-todo/0.1.14/", "requires_dist": null, "requires_python": null, "summary": "A simple installable app for testing app testcases", "version": "0.1.14" }, "last_serial": 2454994, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d2dfda0da5ca0da56066a441d36c692d", "sha256": "169996d0e02aa61c8ebea1384f6ab87cd8c42c34229459943b1df3d505232310" }, "downloads": -1, "filename": "test-todo-0.1.tar.gz", "has_sig": false, "md5_digest": "d2dfda0da5ca0da56066a441d36c692d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5919, "upload_time": "2016-11-10T10:13:25", "url": "https://files.pythonhosted.org/packages/06/f3/60dd66abb8f3c97674867fa2443f61fe80b6defefa45d5ef0e9dc7fb9d54/test-todo-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e3796a22e910ed9463005b8e73614f4f", "sha256": "3ce248ba1edabdfb6084453de9e1553705aed9b93b384ec811c81035a4cc1e6f" }, "downloads": -1, "filename": "test-todo-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e3796a22e910ed9463005b8e73614f4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5333, "upload_time": "2016-11-10T10:31:38", "url": "https://files.pythonhosted.org/packages/13/35/f299a0ceea5a53dcbac0208d1157da7e2f7e5e2e550cc8fbd990d98d8826/test-todo-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "7422287e6a11832a377644c23aa051e0", "sha256": "81a2ec613be249dbb4c953dedb83a79e4ceed5e46f846db862e44eea792b819a" }, "downloads": -1, "filename": "test-todo-0.1.10.tar.gz", "has_sig": false, "md5_digest": "7422287e6a11832a377644c23aa051e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7195, "upload_time": "2016-11-11T11:06:25", "url": "https://files.pythonhosted.org/packages/05/1a/7c6336e726c4ede412c365a402e7e9eefa48a25168d189650c009f2bd3fd/test-todo-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "16e39c1cc308869b18afff52492589db", "sha256": "b0b04f0356eee5c072bc581880ccc4f43e85e3fc991f28735d23542f9b228a8f" }, "downloads": -1, "filename": "test-todo-0.1.11.tar.gz", "has_sig": false, "md5_digest": "16e39c1cc308869b18afff52492589db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7207, "upload_time": "2016-11-11T11:23:25", "url": "https://files.pythonhosted.org/packages/3f/fb/517b07b9e536942904390f42487a9d65f01e3cba39c5cf7ccf7094debba0/test-todo-0.1.11.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "345ece306c63f6f09c0da4f84046352f", "sha256": "68260ba175eb27089979d9e4aa566cc7d72a0178fea6caeaf9f485ff7c701593" }, "downloads": -1, "filename": "test-todo-0.1.12.tar.gz", "has_sig": false, "md5_digest": "345ece306c63f6f09c0da4f84046352f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7193, "upload_time": "2016-11-11T11:26:01", "url": "https://files.pythonhosted.org/packages/fc/ff/4c577c6c09491198e0d88ea870871a390c26a6c1b7bd27d1cfc35b1e4040/test-todo-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "0e9d29ebbfa4a042083a80b4d1ba122e", "sha256": "d97b8496d0fa7dd83c88fd59d04b57fe40e0ef21dbe2445128bcd95742244b6d" }, "downloads": -1, "filename": "test-todo-0.1.13.tar.gz", "has_sig": false, "md5_digest": "0e9d29ebbfa4a042083a80b4d1ba122e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7226, "upload_time": "2016-11-11T11:40:44", "url": "https://files.pythonhosted.org/packages/45/d0/dd54dc766428733a33d37a58061ae0a793f0d22c2bc69e392d7041a80cfe/test-todo-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "493cde66631afd3439af2ab91b8372d9", "sha256": "34a10f93d46d71c972e7d04b36dfedab1e8359ebf79fb0dcb3d96bcfe999a40e" }, "downloads": -1, "filename": "test-todo-0.1.14.tar.gz", "has_sig": false, "md5_digest": "493cde66631afd3439af2ab91b8372d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7241, "upload_time": "2016-11-11T11:42:11", "url": "https://files.pythonhosted.org/packages/2f/7d/9801b5a5fd8c20e129b35c6a4972144e9586327107167371cc60f4406915/test-todo-0.1.14.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "6fd1c8e909ad851cf779540715fd280e", "sha256": "b5be90d9ab388505cd6032ce5bd4f6ef1117cd73923130b7fb4fae23f47ab30e" }, "downloads": -1, "filename": "test-todo-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6fd1c8e909ad851cf779540715fd280e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5396, "upload_time": "2016-11-10T11:40:01", "url": "https://files.pythonhosted.org/packages/3b/e2/14bfd3e195f7d5419a43bd35532cc695aa7e67454b9c9b85e15b309a2645/test-todo-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "d044b5f4101a32ebd5163172d8b6555a", "sha256": "b5872cb46b6a219291ee2d1d0e66eab66dd213b1ece0dba85aeb7b6718ad0dd0" }, "downloads": -1, "filename": "test-todo-0.1.3.tar.gz", "has_sig": false, "md5_digest": "d044b5f4101a32ebd5163172d8b6555a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6257, "upload_time": "2016-11-10T11:55:36", "url": "https://files.pythonhosted.org/packages/0c/3c/fba2b7ea70d663d3fce5b59f972e9a4ea3f38b92f9fe9b37cac9d0f709b2/test-todo-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "aa9672ebc32f11c5bf6ad6bb98f9fe2b", "sha256": "da82731535c9e7f32d5d2e01cc8dca3ab5966a9bbb8ce0821aa068f139eaf6b4" }, "downloads": -1, "filename": "test-todo-0.1.4.tar.gz", "has_sig": false, "md5_digest": "aa9672ebc32f11c5bf6ad6bb98f9fe2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6251, "upload_time": "2016-11-10T11:56:29", "url": "https://files.pythonhosted.org/packages/61/63/c797a69c779711c6780746f0d7a634e4913cf115b28b8a978ec38ca846ef/test-todo-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "f0798febc16a540dbc1efa44d61925f6", "sha256": "c80ff7396b74b70115b37215b899cfd91b4296f55bc47fbd9162be11ef302279" }, "downloads": -1, "filename": "test-todo-0.1.5.tar.gz", "has_sig": false, "md5_digest": "f0798febc16a540dbc1efa44d61925f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5521, "upload_time": "2016-11-10T11:57:09", "url": "https://files.pythonhosted.org/packages/24/be/005c3ac1585dbaf0dc396218a5173e017d1b68935dfba639a704b1c41bfd/test-todo-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "47e7bbbe49ab2f4960266c41bbcf5059", "sha256": "fea61140d5e000232401a5380fdbf7b905bb78b8aae84fcbdf1d2bbd39107501" }, "downloads": -1, "filename": "test-todo-0.1.6.tar.gz", "has_sig": false, "md5_digest": "47e7bbbe49ab2f4960266c41bbcf5059", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6364, "upload_time": "2016-11-10T11:59:31", "url": "https://files.pythonhosted.org/packages/1d/53/4eaeb920b168e9347771d5b495126bd8d822c001086b3d953cef918b2bdf/test-todo-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "31ee0b393dc2240d205b3e205f6e4b18", "sha256": "6413be3fe273b2c55a73d97a002a08f938a48df33cbd1900dd54fe15345c6ab3" }, "downloads": -1, "filename": "test-todo-0.1.7.tar.gz", "has_sig": false, "md5_digest": "31ee0b393dc2240d205b3e205f6e4b18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6622, "upload_time": "2016-11-10T12:09:07", "url": "https://files.pythonhosted.org/packages/6e/e8/4d7baf5fbc00bb5f03d629031c9ca0ca603138085a13db160ab9384ae6c1/test-todo-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "2a57a51fba61526af2be7bc6c3092ae2", "sha256": "fcd7e7cfc25ad53978299655e7da513c4e8f5c706dedf679da0a981b7351a45e" }, "downloads": -1, "filename": "test-todo-0.1.8.tar.gz", "has_sig": false, "md5_digest": "2a57a51fba61526af2be7bc6c3092ae2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6318, "upload_time": "2016-11-10T12:34:10", "url": "https://files.pythonhosted.org/packages/c0/4d/6e3f2aa228442d89d178a0c826af5465b98a576a6246e11a5fc515c277d6/test-todo-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "0b147cebb81ef678735ef9f5a74fe2d8", "sha256": "f6afcb763003ddc8d11ccc0e0ada7a8361ba1fa704c6190caf30504708cbde30" }, "downloads": -1, "filename": "test-todo-0.1.9.tar.gz", "has_sig": false, "md5_digest": "0b147cebb81ef678735ef9f5a74fe2d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6346, "upload_time": "2016-11-10T12:42:43", "url": "https://files.pythonhosted.org/packages/16/c3/c3d1afb7f67927b3adf97278d66946e3347ce8a969d5b8ea94e8fea022d9/test-todo-0.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "493cde66631afd3439af2ab91b8372d9", "sha256": "34a10f93d46d71c972e7d04b36dfedab1e8359ebf79fb0dcb3d96bcfe999a40e" }, "downloads": -1, "filename": "test-todo-0.1.14.tar.gz", "has_sig": false, "md5_digest": "493cde66631afd3439af2ab91b8372d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7241, "upload_time": "2016-11-11T11:42:11", "url": "https://files.pythonhosted.org/packages/2f/7d/9801b5a5fd8c20e129b35c6a4972144e9586327107167371cc60f4406915/test-todo-0.1.14.tar.gz" } ] }