HISTORY.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.py
chicken_dinner/__init__.py
chicken_dinner/__version__.py
chicken_dinner/constants.py
chicken_dinner/util.py
chicken_dinner.egg-info/PKG-INFO
chicken_dinner.egg-info/SOURCES.txt
chicken_dinner.egg-info/dependency_links.txt
chicken_dinner.egg-info/not-zip-safe
chicken_dinner.egg-info/requires.txt
chicken_dinner.egg-info/top_level.txt
chicken_dinner/assets/maps/Desert_Main_lowres.jpg
chicken_dinner/assets/maps/Erangel_Main_lowres.jpg
chicken_dinner/assets/maps/Savage_Main_lowres.jpg
chicken_dinner/models/__init__.py
chicken_dinner/models/player.py
chicken_dinner/models/player_season.py
chicken_dinner/models/players.py
chicken_dinner/models/samples.py
chicken_dinner/models/season.py
chicken_dinner/models/seasons.py
chicken_dinner/models/status.py
chicken_dinner/models/tournament.py
chicken_dinner/models/tournaments.py
chicken_dinner/models/match/__init__.py
chicken_dinner/models/match/asset.py
chicken_dinner/models/match/match.py
chicken_dinner/models/match/participant.py
chicken_dinner/models/match/roster.py
chicken_dinner/models/telemetry/__init__.py
chicken_dinner/models/telemetry/events.py
chicken_dinner/models/telemetry/objects.py
chicken_dinner/models/telemetry/telemetry.py
chicken_dinner/pubgapi/__init__.py
chicken_dinner/pubgapi/core.py
chicken_dinner/pubgapi/exceptions.py
chicken_dinner/pubgapi/pubg.py
chicken_dinner/pubgapi/rate_limiter.py
chicken_dinner/visual/__init__.py
chicken_dinner/visual/maps.py
chicken_dinner/visual/playback.py