.gitignore
.travis.yml
LICENSE
README.md
pyproject.toml
.github/workflows/cd.yaml
.github/workflows/ci.yaml
docs/Makefile
docs/api_ref.rst
docs/conf.py
docs/exceptions.rst
docs/index.rst
docs/make.bat
examples/__init__.py
examples/get_listens.py
examples/get_playing_now.py
examples/submit_listens.py
examples/submit_playing_now.py
liblistenbrainz/__init__.py
liblistenbrainz/client.py
liblistenbrainz/errors.py
liblistenbrainz/listen.py
liblistenbrainz/utils.py
liblistenbrainz.egg-info/PKG-INFO
liblistenbrainz.egg-info/SOURCES.txt
liblistenbrainz.egg-info/dependency_links.txt
liblistenbrainz.egg-info/requires.txt
liblistenbrainz.egg-info/top_level.txt
tests/__init__.py
tests/test_client.py
tests/testdata/get_listens_happy_path_response.json
tests/testdata/get_playing_now_happy_path_response.json
tests/testdata/good_submit_listens_response.json
tests/testdata/no_playing_now.json
tests/testdata/token_validity_bad_token_response.json
tests/testdata/token_validity_good_token_response.json