A simple wrapper to cast Riot API data to the community-defined LoL DTO format.
I recommend using riotwatcher or pantheon to acquire objects from the Riot API.
pip install riot_transmute
import riot_transmute
game_from_match = riot_transmute.match_to_game(match_dto)
game_from_timeline = riot_transmute.match_timeline_to_game(match_timeline_dto, game_id, platform_id)
pip install riot_transmute lol_dto[names]
game_with_names = riot_transmute.match_to_game(match)