Metadata-Version: 2.1
Name: sung
Version: 0.0.2
Summary: Music data access
Home-page: https://github.com/thorwhalen/sung
Author: Thor Whalen
License: mit
Platform: any
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: spotipy
Requires-Dist: tabled
Requires-Dist: glom

# sung

Music data access. Mainly sources from spotify and wikipedia.

To install:	```pip install sung```


# Examples

```python
>>> from sung import search_tracks
>>> search_tracks('Autumn leaves', limit=3, genre='jazz')  # doctest: +ELLIPSIS
```
