{ "info": { "author": "CoinLore", "author_email": "contact@coinlore.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Python Simple API Client for CoinLore\n\nSimple library for Python to use coinlore crypto api [Coinlore.com API](https://www.coinlore.com/cryptocurrency-data-api)\n\n[Coinlore](https://www.coinlore.com) provides original cryptocurrency data, coin prices calculated by own algorithm, market caps, trade volumes and more, information updated every minute or less.\n\n## Installation\n\n```sh\npip install coinlore\n```\n\n## Usage\n```python\nfrom coinlore.client import Client\n\nclient = Client();\n\n//Get Bitcoin Info (Bitcoin)\nprint(client.getcoin(90))\n\n//Get coins from 0 to 100\nprint(client.getcoins(0, 100))\n\n//Get coin markets (Bitcoin)\nprint(client.getmarkets(90))\n\n//Get exchanges\nprint(client.getexchanges(5))\n\n//Get exchange (Binance)\nprint(client.getexchange(5))\n\n//Get social stats (Ethereum)\nprint(client.getsocial(80))\n\n```\n## License\nMIT license\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/coinlore/Python-Cryptocurrency-API-CoinLore", "keywords": "api,coinlore,cryptocurrency,cryptocurrency prices,bitcoin,ethereum,XRP", "license": "", "maintainer": "", "maintainer_email": "", "name": "coinlore", "package_url": "https://pypi.org/project/coinlore/", "platform": "", "project_url": "https://pypi.org/project/coinlore/", "project_urls": { "Homepage": "https://github.com/coinlore/Python-Cryptocurrency-API-CoinLore" }, "release_url": "https://pypi.org/project/coinlore/0.1.6/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Coinlore cryptocurrency api https://www.coinlore.com", "version": "0.1.6" }, "last_serial": 4980764, "releases": { "0.1.4": [ { "comment_text": "", "digests": { "md5": "051a8b5600658388fb55eaf500a15ed3", "sha256": "ee8e1d6f83ac0689c307b631ad0c6ede165d610e90f266a6f6e3bd6079dd4242" }, "downloads": -1, "filename": "coinlore-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "051a8b5600658388fb55eaf500a15ed3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2030, "upload_time": "2019-03-25T03:56:27", "url": "https://files.pythonhosted.org/packages/de/e7/c0987bdf9ef087f9cefecdd198115ec1dd0030a0e066a0da97bb9c40d760/coinlore-0.1.4-py3-none-any.whl" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "9e4243ad92b4564e8507884ea6d761bf", "sha256": "097267cefe6cb800f2451f181261aa9b32bc0705cbb2902038453017af6eb3b0" }, "downloads": -1, "filename": "coinlore-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "9e4243ad92b4564e8507884ea6d761bf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3039, "upload_time": "2019-03-25T04:07:39", "url": "https://files.pythonhosted.org/packages/8d/3a/f4071fb65d366472293fec142b8ad7dfc488b54fc1151d2982dc130b27f3/coinlore-0.1.5-py3-none-any.whl" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "9dbee7cd6d61d4a2384fea879d80b024", "sha256": "2b9f5408cf05a086980588258737fbc2ad9e894e637620ef81bf72e00fab8911" }, "downloads": -1, "filename": "coinlore-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "9dbee7cd6d61d4a2384fea879d80b024", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3030, "upload_time": "2019-03-25T04:11:21", "url": "https://files.pythonhosted.org/packages/f3/3c/335c81cb1c025a61b23fe6a44e1d4741e26f6001698d138f933ae0876a86/coinlore-0.1.6-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9dbee7cd6d61d4a2384fea879d80b024", "sha256": "2b9f5408cf05a086980588258737fbc2ad9e894e637620ef81bf72e00fab8911" }, "downloads": -1, "filename": "coinlore-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "9dbee7cd6d61d4a2384fea879d80b024", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3030, "upload_time": "2019-03-25T04:11:21", "url": "https://files.pythonhosted.org/packages/f3/3c/335c81cb1c025a61b23fe6a44e1d4741e26f6001698d138f933ae0876a86/coinlore-0.1.6-py3-none-any.whl" } ] }