Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Crom authored and Benjamin Crom committed Jan 2, 2018
1 parent c55000c commit b04e8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- [Analyze a lineup of pitchers: Atlanta Braves - 2017 Regular Season](#analyze-a-lineup-of-pitchers-atlanta-braves---2017-regular-season)

# Baseball
This package fetches and parses event data for Major League Baseball games. [Game](#game) objects generated via the **\_from\_url** methods pull data from [this MLBAM endpoint](http://gd2.mlb.com/components/game/mlb/); events are published within about 30 seconds of occurring. This [XML source data zip file](https://spaces-host.nyc3.digitaloceanspaces.com/livebaseballscorecards-artifacts/baseball_files_2008-2017.zip) contains event data from MLB games 2008-2017.
This package fetches and parses event data for Major League Baseball games. [Game](#game) objects generated via the **\_from\_url** methods pull data from [this MLBAM endpoint](http://gd2.mlb.com/components/game/mlb/) where events are published within about 30 seconds of occurring. This [XML source data zip file](https://spaces-host.nyc3.digitaloceanspaces.com/livebaseballscorecards-artifacts/baseball_files_2008-2017.zip) contains event data from MLB games 2008-2017.

## Installing from pypi
```
Expand Down

0 comments on commit b04e8d7

Please sign in to comment.