Metadata-Version: 2.4
Name: ned-client
Version: 0.0.3
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
Requires-Dist: windows-curses; platform_system == 'Windows'
Description-Content-Type: text/markdown

# ned
[![Build Python Package](https://github.com/Jackkillian/ned/actions/workflows/python-publish.yml/badge.svg)](https://github.com/Jackkillian/ned/actions/workflows/python-publish.yml) [![PyPI](https://img.shields.io/pypi/v/ned-client?label=pypi%20package)](https://pypi.org/project/ned-client/)

-----

![demo](https://raw.githubusercontent.com/Jackkillian/ned/master/demo.png)

## Table of Contents

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

## Installation
**NOTE: This project is under heavy development.**

### Simple
Install ned with pip:
```console
pip install ned-client
```

Run ned in your terminal:
```console
ned
```

### Advanced
To test the latest build 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.
