charts

Classes that represent a games chart listing values on rawg

class rawgpy.data_classes.charts.Chart(position, change)[source]

parent Chart class

class rawgpy.data_classes.charts.GenreChart(genre, position, change)[source]

This represents the genre based chart list entry.

if a Game were to have a GenreChart with:
  • :attr:position = 2
  • :attr:genre = “Shooter”

it would be the second best/most popular shooter game on RAWG

class rawgpy.data_classes.charts.YearChart(year, position, change)[source]

a YearChart

if a Game were to have a YearChart with:
  • :attr:position = 2
  • :attr:year = 2012

it would be the second best/most popular game on rawg in 2012