Metadata-Version: 2.4
Name: ned-client
Version: 0.0.2
Summary: A terminal interface for Spotify
Project-URL: Documentation, https://github.com/Jackkillian/ned#readme
Project-URL: Issues, https://github.com/Jackkillian/ned/issues
Project-URL: Source, https://github.com/Jackkillian/ned
Author-email: Jackkillian <jackkillian@tuta.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: spotify,tui
Requires-Python: >=3.9
Requires-Dist: cfgsaver
Requires-Dist: modern-urwid>=1.1.3
Requires-Dist: requests
Requires-Dist: urwid
Description-Content-Type: text/markdown

# ned

-----

![demo](demo.png)

## Table of Contents

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

## Installation

NOTE: This project is under heavy development.
To test for yourself, clone and run
```console
hatch run ned
```

## License

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