.bumpversion.cfg
.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
setup.py
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build.yml
.vscode/settings.json
examples/radiohead_box_plot.png
examples/radiohead_pie_chart.png
examples/radiohead_scatter_plot.png
splotify/__init__.py
splotify/data.py
splotify/helpers.py
splotify/main.py
splotify/spotifyapi.py
splotify.egg-info/PKG-INFO
splotify.egg-info/SOURCES.txt
splotify.egg-info/dependency_links.txt
splotify.egg-info/requires.txt
splotify.egg-info/top_level.txt
splotify/plots/___init__.py
splotify/plots/audioanalysis.py
splotify/plots/audiofeatures.py
splotify/plots/category.py
splotify/plots/timeline.py
splotify/tests/__init__.py
splotify/tests/conftest.py
splotify/tests/test_audiofeatures.py
splotify/tests/test_category.py
splotify/tests/test_data.py
splotify/tests/test_helpers.py
splotify/tests/test_integration.py
splotify/tests/cassettes/splotify.tests.test_audiofeatures/test_box_plot.yaml
splotify/tests/cassettes/splotify.tests.test_audiofeatures/test_histogram.yaml
splotify/tests/cassettes/splotify.tests.test_audiofeatures/test_scatter_plot_2d.yaml
splotify/tests/cassettes/splotify.tests.test_audiofeatures/test_scatter_plot_2d_average.yaml
splotify/tests/cassettes/splotify.tests.test_audiofeatures/test_scatter_plot_3d.yaml
splotify/tests/cassettes/splotify.tests.test_audiofeatures/test_scatter_plot_3d_average.yaml
splotify/tests/cassettes/splotify.tests.test_audiofeatures/test_select_features.yaml
splotify/tests/cassettes/splotify.tests.test_data/test_add_albums.yaml
splotify/tests/cassettes/splotify.tests.test_data/test_add_playlists.yaml
splotify/tests/cassettes/splotify.tests.test_data/test_add_tracks.yaml
splotify/tests/cassettes/splotify.tests.test_helpers/test_my_id.yaml
splotify/tests/cassettes/splotify.tests.test_helpers/test_search_id.yaml
splotify/tests/cassettes/splotify.tests.test_integration/test_integration.yaml
splotify/tests/expected_plot_outputs/test_bar_chart.png
splotify/tests/expected_plot_outputs/test_box_plot.png
splotify/tests/expected_plot_outputs/test_histogram.png
splotify/tests/expected_plot_outputs/test_pie_chart.png
splotify/tests/expected_plot_outputs/test_scatter_plot_2d_and_integration.png
splotify/tests/expected_plot_outputs/test_scatter_plot_2d_average.png
splotify/tests/expected_plot_outputs/test_scatter_plot_3d.png
splotify/tests/expected_plot_outputs/test_scatter_plot_3d_average.png