Skip to content

Commit

Permalink
Resolves #1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbye98 committed Oct 8, 2023
1 parent 549df38 commit b8a24b1
Show file tree
Hide file tree
Showing 142 changed files with 7,349 additions and 4,489 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

Binary file modified docs/.doctrees/api/minim.audio.Audio.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.audio.FLACAudio.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.audio.MP3Audio.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.audio.MP4Audio.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.audio.OGGAudio.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.audio.WAVEAudio.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.audio.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.itunes.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.itunes.lookup.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.itunes.search.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.qobuz.Album.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.qobuz.Artist.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.qobuz.Label.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.qobuz.Playlist.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.qobuz.Session.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.qobuz.Track.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.qobuz.User.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.qobuz.doctree
Binary file not shown.
Binary file added docs/.doctrees/api/minim.spotify.Album.doctree
Binary file not shown.
Binary file added docs/.doctrees/api/minim.spotify.Artist.doctree
Binary file not shown.
Binary file not shown.
Binary file added docs/.doctrees/api/minim.spotify.Category.doctree
Binary file not shown.
Binary file added docs/.doctrees/api/minim.spotify.Chapter.doctree
Binary file not shown.
Binary file added docs/.doctrees/api/minim.spotify.Episode.doctree
Binary file not shown.
Binary file added docs/.doctrees/api/minim.spotify.Lyrics.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.spotify.LyricsAPISession.doctree
Binary file not shown.
Binary file added docs/.doctrees/api/minim.spotify.Market.doctree
Binary file not shown.
Binary file added docs/.doctrees/api/minim.spotify.Player.doctree
Binary file not shown.
Binary file added docs/.doctrees/api/minim.spotify.Playlist.doctree
Binary file not shown.
Binary file added docs/.doctrees/api/minim.spotify.Show.doctree
Binary file not shown.
Binary file removed docs/.doctrees/api/minim.spotify.TEMP_DIR.doctree
Binary file not shown.
Binary file added docs/.doctrees/api/minim.spotify.Track.doctree
Binary file not shown.
Binary file added docs/.doctrees/api/minim.spotify.User.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.spotify.WebAPISession.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.spotify.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.tidal.Session.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.tidal.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/minim.utility.doctree
Binary file not shown.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/guides/qobuz.doctree
Binary file not shown.
Binary file modified docs/.doctrees/index.doctree
Binary file not shown.
1,723 changes: 0 additions & 1,723 deletions docs/.doctrees/nbsphinx/guides/qobuz.ipynb

This file was deleted.

13 changes: 13 additions & 0 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,20 @@
</ul>
</li>
<li class="toctree-l2 has-children"><a class="reference internal" href="../api/minim.spotify.html">spotify</a><input class="toctree-checkbox" id="toctree-checkbox-6" name="toctree-checkbox-6" role="switch" type="checkbox"/><label for="toctree-checkbox-6"><div class="visually-hidden">Toggle navigation of spotify</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.Album.html">Album</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.Artist.html">Artist</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.Audiobook.html">Audiobook</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.Category.html">Category</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.Chapter.html">Chapter</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.Episode.html">Episode</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.Lyrics.html">Lyrics</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.LyricsAPISession.html">LyricsAPISession</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.Market.html">Market</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.Player.html">Player</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.Playlist.html">Playlist</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.Show.html">Show</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.Track.html">Track</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.User.html">User</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api/minim.spotify.WebAPISession.html">WebAPISession</a></li>
</ul>
</li>
Expand Down
25 changes: 22 additions & 3 deletions docs/_modules/minim/audio.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?digest=e6660623a769aa55fea372102b9bf3151b292993" />
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />


Expand Down Expand Up @@ -189,7 +190,20 @@
</ul>
</li>
<li class="toctree-l2 has-children"><a class="reference internal" href="../../api/minim.spotify.html">spotify</a><input class="toctree-checkbox" id="toctree-checkbox-6" name="toctree-checkbox-6" role="switch" type="checkbox"/><label for="toctree-checkbox-6"><div class="visually-hidden">Toggle navigation of spotify</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Album.html">Album</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Artist.html">Artist</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Audiobook.html">Audiobook</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Category.html">Category</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Chapter.html">Chapter</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Episode.html">Episode</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Lyrics.html">Lyrics</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.LyricsAPISession.html">LyricsAPISession</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Market.html">Market</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Player.html">Player</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Playlist.html">Playlist</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Show.html">Show</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Track.html">Track</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.User.html">User</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.WebAPISession.html">WebAPISession</a></li>
</ul>
</li>
Expand Down Expand Up @@ -239,8 +253,8 @@
<article role="main">
<h1>Source code for minim.audio</h1><div class="highlight"><pre>
<span></span><span class="sd">&quot;&quot;&quot;</span>
<span class="sd">:mod:`minim.audio` -- Audio file objects</span>
<span class="sd">========================================</span>
<span class="sd">Audio file objects</span>
<span class="sd">==================</span>
<span class="sd">.. moduleauthor:: Benjamin Ye &lt;GitHub: @bbye98&gt;</span>

<span class="sd">This module provides convenient Python objects to keep track of audio</span>
Expand Down Expand Up @@ -794,7 +808,7 @@ <h1>Source code for minim.audio</h1><div class="highlight"><pre>
<span class="sd"> The audio file handler is automatically updated to reflect</span>
<span class="sd"> the new audio file format. For example, converting a FLAC</span>
<span class="sd"> audio file to an ALAC audio file will change the file handler</span>
<span class="sd"> from an :class:`MP4Audio` object to a :class:`FLACAudio`</span>
<span class="sd"> from a :class:`FLACAudio` object to an :class:`MP4Audio`</span>
<span class="sd"> object.</span>

<span class="sd"> Parameters</span>
Expand Down Expand Up @@ -1843,5 +1857,10 @@ <h1>Source code for minim.audio</h1><div class="highlight"><pre>
<script src="../../_static/scripts/furo.js"></script>
<script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script>
<script>let toggleHintShow = '';</script>
<script>let toggleHintHide = '';</script>
<script>let toggleOpenOnPrint = 'true';</script>
<script src="../../_static/togglebutton.js"></script>
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
</body>
</html>
67 changes: 43 additions & 24 deletions docs/_modules/minim/itunes.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?digest=e6660623a769aa55fea372102b9bf3151b292993" />
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />


Expand Down Expand Up @@ -164,40 +165,53 @@
</ul>
</li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../../api/minim.html">API Reference</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle navigation of API Reference</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2 has-children"><a class="reference internal" href="../../api/minim.audio.html">minim.audio</a><input class="toctree-checkbox" id="toctree-checkbox-3" name="toctree-checkbox-3" role="switch" type="checkbox"/><label for="toctree-checkbox-3"><div class="visually-hidden">Toggle navigation of minim.audio</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.audio.Audio.html">minim.audio.Audio</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.audio.FLACAudio.html">minim.audio.FLACAudio</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.audio.MP3Audio.html">minim.audio.MP3Audio</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.audio.MP4Audio.html">minim.audio.MP4Audio</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.audio.OGGAudio.html">minim.audio.OGGAudio</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.audio.WAVEAudio.html">minim.audio.WAVEAudio</a></li>
<li class="toctree-l2 has-children"><a class="reference internal" href="../../api/minim.audio.html">audio</a><input class="toctree-checkbox" id="toctree-checkbox-3" name="toctree-checkbox-3" role="switch" type="checkbox"/><label for="toctree-checkbox-3"><div class="visually-hidden">Toggle navigation of audio</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.audio.Audio.html">Audio</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.audio.FLACAudio.html">FLACAudio</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.audio.MP3Audio.html">MP3Audio</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.audio.MP4Audio.html">MP4Audio</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.audio.OGGAudio.html">OGGAudio</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.audio.WAVEAudio.html">WAVEAudio</a></li>
</ul>
</li>
<li class="toctree-l2 has-children"><a class="reference internal" href="../../api/minim.itunes.html">minim.itunes</a><input class="toctree-checkbox" id="toctree-checkbox-4" name="toctree-checkbox-4" role="switch" type="checkbox"/><label for="toctree-checkbox-4"><div class="visually-hidden">Toggle navigation of minim.itunes</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2 has-children"><a class="reference internal" href="../../api/minim.itunes.html">itunes</a><input class="toctree-checkbox" id="toctree-checkbox-4" name="toctree-checkbox-4" role="switch" type="checkbox"/><label for="toctree-checkbox-4"><div class="visually-hidden">Toggle navigation of itunes</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.itunes.lookup.html">minim.itunes.lookup</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.itunes.search.html">minim.itunes.search</a></li>
</ul>
</li>
<li class="toctree-l2 has-children"><a class="reference internal" href="../../api/minim.qobuz.html">minim.qobuz</a><input class="toctree-checkbox" id="toctree-checkbox-5" name="toctree-checkbox-5" role="switch" type="checkbox"/><label for="toctree-checkbox-5"><div class="visually-hidden">Toggle navigation of minim.qobuz</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.Album.html">minim.qobuz.Album</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.Artist.html">minim.qobuz.Artist</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.Label.html">minim.qobuz.Label</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.Playlist.html">minim.qobuz.Playlist</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.Session.html">minim.qobuz.Session</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.Track.html">minim.qobuz.Track</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.User.html">minim.qobuz.User</a></li>
<li class="toctree-l2 has-children"><a class="reference internal" href="../../api/minim.qobuz.html">qobuz</a><input class="toctree-checkbox" id="toctree-checkbox-5" name="toctree-checkbox-5" role="switch" type="checkbox"/><label for="toctree-checkbox-5"><div class="visually-hidden">Toggle navigation of qobuz</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.Album.html">Album</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.Artist.html">Artist</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.Label.html">Label</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.Playlist.html">Playlist</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.Session.html">Session</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.Track.html">Track</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.qobuz.User.html">User</a></li>
</ul>
</li>
<li class="toctree-l2 has-children"><a class="reference internal" href="../../api/minim.spotify.html">minim.spotify</a><input class="toctree-checkbox" id="toctree-checkbox-6" name="toctree-checkbox-6" role="switch" type="checkbox"/><label for="toctree-checkbox-6"><div class="visually-hidden">Toggle navigation of minim.spotify</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.LyricsAPISession.html">minim.spotify.LyricsAPISession</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.WebAPISession.html">minim.spotify.WebAPISession</a></li>
<li class="toctree-l2 has-children"><a class="reference internal" href="../../api/minim.spotify.html">spotify</a><input class="toctree-checkbox" id="toctree-checkbox-6" name="toctree-checkbox-6" role="switch" type="checkbox"/><label for="toctree-checkbox-6"><div class="visually-hidden">Toggle navigation of spotify</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Album.html">Album</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Artist.html">Artist</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Audiobook.html">Audiobook</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Category.html">Category</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Chapter.html">Chapter</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Episode.html">Episode</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Lyrics.html">Lyrics</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.LyricsAPISession.html">LyricsAPISession</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Market.html">Market</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Player.html">Player</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Playlist.html">Playlist</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Show.html">Show</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.Track.html">Track</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.User.html">User</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.spotify.WebAPISession.html">WebAPISession</a></li>
</ul>
</li>
<li class="toctree-l2 has-children"><a class="reference internal" href="../../api/minim.tidal.html">minim.tidal</a><input class="toctree-checkbox" id="toctree-checkbox-7" name="toctree-checkbox-7" role="switch" type="checkbox"/><label for="toctree-checkbox-7"><div class="visually-hidden">Toggle navigation of minim.tidal</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.tidal.Session.html">minim.tidal.Session</a></li>
<li class="toctree-l2 has-children"><a class="reference internal" href="../../api/minim.tidal.html">tidal</a><input class="toctree-checkbox" id="toctree-checkbox-7" name="toctree-checkbox-7" role="switch" type="checkbox"/><label for="toctree-checkbox-7"><div class="visually-hidden">Toggle navigation of tidal</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.tidal.Session.html">Session</a></li>
</ul>
</li>
<li class="toctree-l2 has-children"><a class="reference internal" href="../../api/minim.utility.html">minim.utility</a><input class="toctree-checkbox" id="toctree-checkbox-8" name="toctree-checkbox-8" role="switch" type="checkbox"/><label for="toctree-checkbox-8"><div class="visually-hidden">Toggle navigation of minim.utility</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2 has-children"><a class="reference internal" href="../../api/minim.utility.html">utility</a><input class="toctree-checkbox" id="toctree-checkbox-8" name="toctree-checkbox-8" role="switch" type="checkbox"/><label for="toctree-checkbox-8"><div class="visually-hidden">Toggle navigation of utility</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.utility.levenshtein_ratio.html">minim.utility.levenshtein_ratio</a></li>
<li class="toctree-l3"><a class="reference internal" href="../../api/minim.utility.multivalue_formatter.html">minim.utility.multivalue_formatter</a></li>
</ul>
Expand Down Expand Up @@ -239,8 +253,8 @@
<article role="main">
<h1>Source code for minim.itunes</h1><div class="highlight"><pre>
<span></span><span class="sd">&quot;&quot;&quot;</span>
<span class="sd">:mod:`minim.itunes` -- iTunes Search API</span>
<span class="sd">========================================</span>
<span class="sd">iTunes Search API</span>
<span class="sd">=================</span>
<span class="sd">.. moduleauthor:: Benjamin Ye &lt;GitHub: @bbye98&gt;</span>

<span class="sd">This module contains a complete Python implementation of the iTunes</span>
Expand Down Expand Up @@ -634,5 +648,10 @@ <h1>Source code for minim.itunes</h1><div class="highlight"><pre>
<script src="../../_static/scripts/furo.js"></script>
<script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script>
<script>let toggleHintShow = '';</script>
<script>let toggleHintHide = '';</script>
<script>let toggleOpenOnPrint = 'true';</script>
<script src="../../_static/togglebutton.js"></script>
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
</body>
</html>
Loading

0 comments on commit b8a24b1

Please sign in to comment.