{ "info": { "author": "Coffee Fueled Deadlines", "author_email": "cookm0803@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# OSRSBytes\n\n\n## Introduction\n\nOSRSBytes is an all-in-one Python library for Old School Runescape (OSRS) that features Item Information Lookup, Hiscores, and Market information from RSBuddy.\n\n### Example Invocation (Hiscores)\n```python\nfrom OSRSBytes import Hiscores\n\nuser = Hiscores('Zezima', 'N')\n\n# Lets display some information\nprint(\"Current level:\", user.skill('attack', 'level'))\nprint(\"Current rank:\", user.skill('attack', 'rank'))\nprint(\"Current exp:\", user.skill('attack', 'experience'))\nprint(\"Exp remaining:\", user.skill('attack','exp_to_next_level'))\n```\n\n### Example Invocation (Items)\n```python\nfrom OSRSBytes import Items\n\nitems = Items()\n\n# Lets get information on this item\nprint('Is Members:', items.isMembers('rune dagger'))\n\nprint('Sell Average:', items.getSellAverage('rune dagger'))\nprint('Sell Quantity:', items.getSellQuantity('rune dagger'))\n\nprint('Buy Average:', items.getBuyAverage('rune dagger'))\nprint('Buy Quantity:', items.getBuyQuantity('rune dagger'))\nprint('Buy Limit:', items.getBuyLimit('rune dagger'))\n\nprint('Shop Price:', items.getShopPrice('rune dagger'))\nprint('High Alch Value:', items.getHighAlchValue('rune dagger'))\nprint('Low Alch Value:', items.getLowAlchValue('rune dagger'))\n\n# In addition, all items can be called by Item ID as well\nprint('Item Name:', items.getName('1213'))\nprint('Sell Average:', items.getSellAverage('1213'))\n```\n\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/Coffee-fueled-deadlines/OSRSBytes", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "OSRSBytes", "package_url": "https://pypi.org/project/OSRSBytes/", "platform": "", "project_url": "https://pypi.org/project/OSRSBytes/", "project_urls": { "Homepage": "https://github.com/Coffee-fueled-deadlines/OSRSBytes" }, "release_url": "https://pypi.org/project/OSRSBytes/1.0/", "requires_dist": null, "requires_python": "", "summary": "An all-in-one OSRS Library with Hiscores and Grand Exchange Market Information", "version": "1.0" }, "last_serial": 5942180, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "8a45a7718226be007948e667d07c00ab", "sha256": "f09a73307f5d8346b44c6df5434cbd744fe39becbc3799e88d4db0cf781e7b67" }, "downloads": -1, "filename": "OSRSBytes-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8a45a7718226be007948e667d07c00ab", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11134, "upload_time": "2019-10-08T00:32:15", "url": "https://files.pythonhosted.org/packages/68/8c/f1f9107318f7e81573767e559762713f2df65f8507e37d79a2b0487bbd19/OSRSBytes-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3111b322f4934e0b264e32e52278c040", "sha256": "abc27be8fce0e42d8046f5dec650ee34eb861921127296078638657bb39e8190" }, "downloads": -1, "filename": "OSRSBytes-1.0.tar.gz", "has_sig": false, "md5_digest": "3111b322f4934e0b264e32e52278c040", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5325, "upload_time": "2019-10-08T00:32:18", "url": "https://files.pythonhosted.org/packages/4c/97/1dd21e910280fe9abcb961297d529992dac13a09706c2b2822a5be0e73ff/OSRSBytes-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a45a7718226be007948e667d07c00ab", "sha256": "f09a73307f5d8346b44c6df5434cbd744fe39becbc3799e88d4db0cf781e7b67" }, "downloads": -1, "filename": "OSRSBytes-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8a45a7718226be007948e667d07c00ab", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11134, "upload_time": "2019-10-08T00:32:15", "url": "https://files.pythonhosted.org/packages/68/8c/f1f9107318f7e81573767e559762713f2df65f8507e37d79a2b0487bbd19/OSRSBytes-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3111b322f4934e0b264e32e52278c040", "sha256": "abc27be8fce0e42d8046f5dec650ee34eb861921127296078638657bb39e8190" }, "downloads": -1, "filename": "OSRSBytes-1.0.tar.gz", "has_sig": false, "md5_digest": "3111b322f4934e0b264e32e52278c040", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5325, "upload_time": "2019-10-08T00:32:18", "url": "https://files.pythonhosted.org/packages/4c/97/1dd21e910280fe9abcb961297d529992dac13a09706c2b2822a5be0e73ff/OSRSBytes-1.0.tar.gz" } ] }