Metadata-Version: 2.1
Name: radioz
Version: 0.0.dev4
Summary: terminal radio.
Home-page: https://github.com/andreztz/radioz
Author: André P. Santos
Author-email: andreztz@gmail.com
License: MIT
Keywords: radio browser web terminal command line
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: prompt-toolkit (==2.0.5)
Requires-Dist: python-vlc (==3.0.102)
Requires-Dist: pyradios (==0.0.9)
Requires-Dist: notify-send (==0.0.9)

# radioz

> Aplicativo para ouvir rádio via Internet.

[![radioz](header.gif)](https://youtu.be/iJ1_qCCF3EI "radioz")

## Instalação

Linux e Windows:

```sh
$ python setup.py install
```

ou

```sh
$ sudo pip install radioz
```

## Exemplo de uso

```sh
$ radioz
```

## Configuração para desenvolvimento

```sh
$ virtualenv venv
$ source venv/bin/activate
$ python setup.py develop
$ radioz
```

## Historico de lançamentos

    -   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/radioz](https://github.com/andreztz/)

## Contributing

1. Fork it (<https://github.com/andreztz/radioz/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


