Metadata-Version: 2.1
Name: calliope-music
Version: 7.0
Summary: Toolkit for working with playlists of music.
Home-page: https://gitlab.com/samthursfield/calliope
Author: Sam Thursfield
Author-email: sam@afuera.me.uk
License: UNKNOWN
Project-URL: Bug Tracker, https://gitlab.com/samthursfield/calliope/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYING
License-File: AUTHORS
Requires-Dist: click
Requires-Dist: jsonschema
Requires-Dist: parsedatetime
Requires-Dist: pyyaml (>3.11)
Requires-Dist: splitstream
Provides-Extra: bandcamp
Requires-Dist: beautifulsoup4 ; extra == 'bandcamp'
Requires-Dist: lxml ; extra == 'bandcamp'
Requires-Dist: requests ; extra == 'bandcamp'
Provides-Extra: musicbrainz
Requires-Dist: musicbrainzngs (>=0.7) ; extra == 'musicbrainz'
Provides-Extra: select
Requires-Dist: simpleai ; extra == 'select'
Provides-Extra: spotify
Requires-Dist: cachecontrol ; extra == 'spotify'
Requires-Dist: lockfile ; extra == 'spotify'
Requires-Dist: spotipy ; extra == 'spotify'
Provides-Extra: youtube
Requires-Dist: google-api-python-client ; extra == 'youtube'

```
  oooooooo8             o888  o888  o88
o888     88   ooooooo    888   888  oooo   ooooooo  ooooooooo    ooooooooo8
888           ooooo888   888   888   888 888     888 888    888 888oooooo8
888o     oo 888    888   888   888   888 888     888 888    888 888
 888oooo88   88ooo88 8o o888o o888o o888o  88ooo88   888ooo88     88oooo888
                                                    o888
```

Calliope is a toolkit for working with playlists of music.

The goal is to enable research and experimentation in open source music
recommendation, by providing a set of standard interfaces and operations
to online and local music services.

In order words, a way to mash up data from Spotify, Musicbrainz, Last.fm
and your local music collection!

For more information, see the manual:
<https://calliope-music.readthedocs.io/en/latest/>


