Skip to content

Commit

Permalink
feat: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Apr 17, 2024
1 parent fc1bd72 commit 120083d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ A Hearthstone Python library containing:

* A CardDefs.xml parser (`hearthstone.cardxml`)
* A DbfXml parser (`hearthstone.dbf`)
* A deck code encoder and decoder (`hearthstone.deckstrings`)
* Hearthstone enums as IntEnum (`hearthstone.enums`)

The log parser previously in `hearthstone.hslog` has moved to the
[python-hslog project](https://github.com/HearthSim/python-hslog).

The CardDefs.xml data for the latest build is available in the
The CardDefs.xml data for the latest build can optionally be installed from the
[python-hearthstone-data repository](https://github.com/HearthSim/python-hearthstone-data)
or on PyPI with `pip install hearthstone_data`.
or on PyPI with `pip install hearthstone_data`. Otherwise, they will be download at runtime.


## Requirements
Expand Down

0 comments on commit 120083d

Please sign in to comment.