Metadata-Version: 1.0
Name: sc2replay-lib
Version: 0.1.3
Summary: Basic library for reading details about a Blizzard (TM) StarCraft(TM) 2 replay file
Home-page: https://github.com/dcbarans/sc2replay-lib
Author: Dominic Baranski
Author-email: dominic.baranski@gmail.com
License: MPL 1.1
Description: 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>`_
        
Keywords: starcraft,sc,starcraft 2,sc2,parser,replay
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Environment :: Other Environment
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Games/Entertainment :: Real Time Strategy
