calliope.listenbrainz

Submodules

Package Contents

Classes

PlaylistQueryType

Enum where members are also (and must be) ints

Functions

playlists(user, kind)

class calliope.listenbrainz.PlaylistQueryType

Bases: enum.IntEnum

Enum where members are also (and must be) ints

Initialize self. See help(type(self)) for accurate signature.

CREATED_BY = 0
COLLABORATOR = 1
CREATED_FOR = 2
to_pylistenbrainz_query_type()
calliope.listenbrainz.playlists(user, kind)