{ "info": { "author": "Highjhacker", "author_email": "jolanbeer@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Build Tools" ], "description": "[![Build Status](https://travis-ci.org/Highjhacker/arkprice.svg?branch=master)](https://travis-ci.org/Highjhacker/arkprice)\n[![HitCount](http://hits.dwyl.io/Highjhacker/priceark.svg)](http://hits.dwyl.io/Highjhacker/priceark) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) \n# ArkPrice\n\nFetch the price of Ark in any (crypto)currency.\n\n## Built with\n- [Python](https://www.python.org/)\n- [Requests](http://docs.python-requests.org/en/master/)\n\n## Installation\n\n```shell\n$ pip install arkprice\n```\n\n## Usage\n\n### Fetching the price\n\nYou can fetch the price without any parameter, by default the return value will be in USD, \nor specify multiples (crypto)currency you want to use.\n\n```python\nfrom ArkPrice import get_price\n\nprint(get_price(\"eur\"))\nprint(get_price(\"eur\", \"btc\", \"usd\"))\n>>> {'EUR': 4.41}\n>>> {'EUR': 4.41, 'BTC': 0.0004976, 'USD': 5.39}\n```\n\n### Output the price\n\nOutput the price directly in the console with the correct symbol of the currency.\n\n```python\nfrom ArkPrice import output_price\n\noutput_price(\"eur\", \"btc\", \"usd\")\n\n>>> 4.46 \u20ac\n>>> 0.0004994 \u0243\n>>> 5.43 $\n```\n\n## TODOS\n\n- [x] Core code.\n- [ ] Write documentation.\n- [x] Unit testing.\n- [x] Package it.\n- [x] Travis.\n - [ ] Missing support for python 3.2.\n - [ ] OSX Support ?\n - [ ] Windows support ?\n- [ ] More markets ?\n - [x] CryptoCompare\n - [ ] CoinMarketCap\n - ...\n\n## Authors\n\n- Jolan Beer - Highjhacker\n\n## License\n\nArkPrice is under MIT license. See the [LICENSE file](https://github.com/Highjhacker/arkprice/blob/master/LICENSE) for more informations.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Highjhacker/arkprice", "keywords": "Ark python api price markets cryptocurrency", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ArkPrice", "package_url": "https://pypi.org/project/ArkPrice/", "platform": "", "project_url": "https://pypi.org/project/ArkPrice/", "project_urls": { "Homepage": "https://github.com/Highjhacker/arkprice" }, "release_url": "https://pypi.org/project/ArkPrice/0.1.1/", "requires_dist": null, "requires_python": ">=3", "summary": "Fetch the current price of Ark", "version": "0.1.1" }, "last_serial": 3514263, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "444212de99ef337940742ff222fddefa", "sha256": "9fc2a42211cfacdd2547d38981c679c733fd2742f5c67e629525c14ee391d401" }, "downloads": -1, "filename": "ArkPrice-0.1.0.tar.gz", "has_sig": false, "md5_digest": "444212de99ef337940742ff222fddefa", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 2510, "upload_time": "2018-01-23T00:00:51", "url": "https://files.pythonhosted.org/packages/c4/2c/901b0c85f08d39c573c108b63f493e402612a1f58c96828a72d654619adf/ArkPrice-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "fbec0919f51126ef3bfec8848159650a", "sha256": "6a90e3fec679b2f847ee0cac88dcaeab9fe93a35907a13bed5e38eb27983cd47" }, "downloads": -1, "filename": "ArkPrice-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fbec0919f51126ef3bfec8848159650a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 2999, "upload_time": "2018-01-23T15:27:49", "url": "https://files.pythonhosted.org/packages/c1/c4/daeaa4b69c4b40bcd27c4d58f16b34e8d7ce0fd66ef52e7e158cea73017d/ArkPrice-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fbec0919f51126ef3bfec8848159650a", "sha256": "6a90e3fec679b2f847ee0cac88dcaeab9fe93a35907a13bed5e38eb27983cd47" }, "downloads": -1, "filename": "ArkPrice-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fbec0919f51126ef3bfec8848159650a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 2999, "upload_time": "2018-01-23T15:27:49", "url": "https://files.pythonhosted.org/packages/c1/c4/daeaa4b69c4b40bcd27c4d58f16b34e8d7ce0fd66ef52e7e158cea73017d/ArkPrice-0.1.1.tar.gz" } ] }