spilchen / yahoo_fantasy_api

python bindings for the Yahoo! Fantasy API (https://yahoo-fantasy-api.readthedocs.io/)
MIT License
93 stars 34 forks source link

Points to Standings #6

Closed Shafquat closed 5 years ago

Shafquat commented 5 years ago

When returning standings using lg.standings(), is it possible to return a list of tuples where the first is the name of the team and the second entry is the current points? example: [(first_place_team, 99),(second_place_team,93),..,(last_place_team, 70)] This will be very helpful for my Points Only league. Thanks!