A python parser for the .hsreplay Hearthstone replay file format. The HSReplay specification can be found at:
https://github.com/HearthSim/HSReplay
- Python 3.4+
pip install -r requirements.txt
Please read the parser.py docstrings for an overview of the code and tests.py for an example of usage.