davidjkrause / sportsipy

A free sports API written for python
MIT License
31 stars 8 forks source link

Add wins, losses and win_percentage for NBA teams #6

Closed davidjkrause closed 10 months ago

davidjkrause commented 10 months ago

These basic fields were missing from the NBA Teams module, and required adding support for parsing additional tables.

Tests added, and results for older seasons were also spot-checked.