Metadata-Version: 2.1
Name: coderadio
Version: 0.0.dev19
Summary: Terminal radio for geeks.
License: MIT
Keywords: player,radio,browser,web,terminal
Author: André P. Santos
Author-email: andreztz@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Classifier: Topic :: Utilities
Requires-Dist: notify-send (>=0.0.13,<0.0.14)
Requires-Dist: prompt-toolkit (==3.0.4)
Requires-Dist: pygments (>=2.6.1,<3.0.0)
Requires-Dist: pyradios (>=0.0.21,<0.0.22)
Requires-Dist: python-mpv (>=0.4.5,<0.5.0)
Requires-Dist: streamscrobbler3 (>=0.0.4,<0.0.5)
Description-Content-Type: text/markdown

# coderadio

Listen to your favorite internet radio stations with coderadio.

> Terminal radio for geeks.

[![coderadio](./header.gif)](https://youtu.be/rPRMGupW2wY "coderadio")

## Installation

Linux and Windows:

```console
$ pip install coderadio
```

## Usage example

```console
$ coderadio
```

## Development setup
```console
$ git clone git@github.com:andreztz/coderadio.git
$ poetry install
```

## 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/coderadio](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

