Metadata-Version: 1.1
Name: mlbgame
Version: 0.2.1
Summary: An API to retrieve and read MLB GameDay JSON and XML data
Home-page: https://github.com/zachpanz88/mlbgame
Author: Zach Panzarino
Author-email: zachary@panzarino.com
License: MIT
Download-URL: https://github.com/zachpanz88/mlbgame/archive/master.zip
Description: mlbgame
        -------
        
        mlbgame is an API to read MLB GameDay XML and JSON data.
        mlbgame works with real time data, getting information as games are being played.
        
        mlbgame uses the same data that MLB GameDay uses,
        and therefore is updated as soon as something happens in a game.
        
        mlbgame currently comes pre-loaded with every game
        from 2009 to the end of the 2015 season,
        but will be updated regularly during the season.
        Therefore, accessing this data does not actually make a request to mlb.com
        
        If you try to get data from a game that is not cached,
        mlbgame will download the data from mlb.com.
        
        mlbgame `documentation <http://zachpanz88.github.io/mlbgame>`__
        
        mlbgame on `Github <https://github.com/zachpanz88/mlbgame>`__  (Source Code) (Leave a star!)
        
        Updating the Game Database
        --------------------------
        
        Since games happen every day, new game data exists that is not stored on disk from the original install.
        The database can be updated by running the following command:
        
        ::
        
            mlbgame-update-games
        
        There are some optional arguments that will install extra data that is not included with the original install.
        This extra data may take up a lot of disk space, so only install if you really need it (it will make processes much faster).
        If this data is not installed, mlbgame will make a request to mlb.com every time you try to access the data.
        
        ``hide`` - hides output from install script
        
        ``box_score`` - saves the box scores from every game
        
Platform: ANY
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Other Audience
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Natural Language :: English
Classifier: Topic :: Other/Nonlisted Topic
