Metadata-Version: 2.1
Name: spotidex
Version: 0.0.6
Summary: Spotify Downloader TUI
License: MIT
Author: Libin Lalu
Author-email: libinlalu000@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: mutagen (==1.47.0)
Requires-Dist: pyperclip (>=1.8.2,<2.0.0)
Requires-Dist: requests (==2.31.0)
Requires-Dist: rich (==13.7.1)
Requires-Dist: spotipy (==2.23.0)
Requires-Dist: textual (==0.56.4)
Requires-Dist: tqdm (==4.66.1)
Requires-Dist: yt-dlp (==2024.3.10)
Requires-Dist: ytmusicapi (==1.3.2)
Description-Content-Type: text/markdown

# spotidex

[![PyPI - Version](https://img.shields.io/pypi/v/spotidex.svg)](https://pypi.org/project/spotidex)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/spotidex.svg)](https://pypi.org/project/spotidex)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install spotidex
```

## License

`spotidex` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

