Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Coffee-fueled-deadlines authored Sep 26, 2020
1 parent d42df08 commit 4acc219
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
![platform & version support](https://img.shields.io/pypi/pyversions/OSRSBytes?style=for-the-badge)


## Updates
## Updates [20200925]

[update 20200925]

__Currently implemented in v1.2.0__:
__Currently implemented in v1.2.2__:
* Hiscores Shelve-caching (reduces the number of calls to the api).

__Fixes currently implemented in v1.2.0__:
__Fixes currently implemented in v1.2.2__:
* Previously, ItemID and ItemName each had their own dictionary to allow users to search by either ItemID or ItemName. This was dumb of me, so I instead implemented one dictionary that was keyed by ItemName. You can still search by ItemID thanks to the `self.__normalize_input()` method which will ensure that anything you input is converted to item name. If you put in `int(1213)` or `str(1213)` the method will, ultimately, return `"rune dagger"`

__hotfix__:
* Fixed an issue with package not installing from pip

## Introduction
>
> OSRSBytes is an all-in-one Python library for Old School Runescape (OSRS) that features Item Information Lookup, Hiscores, and Market information from RSBuddy.
Expand Down

0 comments on commit 4acc219

Please sign in to comment.