Utils module

Utils.

class deezer.utils.SortedDict

Sorted dict.

This class is present to order query string and keep the request call always the same way. This is necessary to have reproductible tests with vcr.py.

dict ordering is deterministic before 3.6 and is not guaranteed in Python < 3.7