Documentation
¶
Overview ¶
Command power-league starts a web server that display alternative rankings for fantasy sports leagues.
Users grant authentication from the fantasy sports provider (Yahoo) and are presented with a list of their current and past leagues. Each league contains a table and week-by-week breakdown of how their scors translate into the alternative rankings.
To run, this command requires a client key and secret to be passed in at runtime. More information about the registration process can be found here: http://developer.yahoo.com/fantasysports/guide/GettingStarted.html
Additional configuration options are available. See usage for details.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package rankings calculates the alternative rankings of a league based on data obtained from a fantasy sports provider.
|
Package rankings calculates the alternative rankings of a league based on data obtained from a fantasy sports provider. |
|
Package session defines the opertions for supporting user sessions within a power-league application.
|
Package session defines the opertions for supporting user sessions within a power-league application. |
|
Package site publishes endpoints and handles web requests for a power-league site.
|
Package site publishes endpoints and handles web requests for a power-league site. |
|
Package templates centralizes access to template functions that render the power-league content as HTML.
|
Package templates centralizes access to template functions that render the power-league content as HTML. |
Click to show internal directories.
Click to hide internal directories.


