Starcraft 2 Replay Library --------------------------- This is a simple library that currently parses the fundamental structure and information of a .SC2Replay file and returns some general information. Information includes: Win/Loss, player teams, colors, races, and such. Installation ------------- To install simply run >>> python setup.py install or >>> pypi install sc2replay-lib Examples --------- For examples and getting started please take a look at the `main.py <https://github.com/dcbarans/sc2replay-lib/blob/master/main.py>`_ file or `my GitHub repository <https://github.com/dcbarans/sc2replay-lib>`_