Metadata-Version: 2.1
Name: xradios
Version: 0.0.dev2
Summary: Listen to radio stations in the terminal
Home-page: https://github.com/andreztz/xradios
Author: André P. Santos
Author-email: andreztz@gmail.com
License: MIT
Project-URL: Source, https://github.com/andreztz/xradios/
Keywords: player,radio,stations,radio-stations,terminal
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: prompt-toolkit (>=3.0.8)
Requires-Dist: notify-send (>=0.0.16)
Requires-Dist: Pygments (>=2.7.3)
Requires-Dist: streamscrobbler3 (>=0.0.4)
Requires-Dist: python-mpv (>=0.5.2)
Requires-Dist: pyradios (>=0.0.22)

# xradios

Listen to your favorite internet radio stations with xradios.

> Terminal radio for geeks.

[![xradios]()](#)

## Installation

Linux and Windows:

```bash
$ pip install xradios
```

## Usage example

```bash
$ xradios
```

## Development setup
```console
$ git clone git@github.com:andreztz/xradios.git
$ pip install -e .
```

## Release History

    -   Work in progress

## Meta

André P. Santos – [@ztzandre](https://twitter.com/ztzandre) – andreztz@gmail.com

Distributed under the XYZ license. See `LICENSE` for more information.

[https://github.com/andreztz/xradios](https://github.com/andreztz/)

## Contributing

1. Fork it (<https://github.com/andreztz/coderadio/fork>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request


