Metadata-Version: 2.1
Name: xradios
Version: 0.0.dev6
Summary: Search and play your favorite Internet radio station.
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.8
Description-Content-Type: text/markdown
License-File: LICENSE

# xradios

[![Upload Python Package](https://github.com/andreztz/xradios/actions/workflows/python-publish.yml/badge.svg)](https://github.com/andreztz/xradios/actions/workflows/python-publish.yml)

> Search and play your favorite Internet radio station.

<https://user-images.githubusercontent.com/7193527/149377973-fe325cd4-6f55-4b68-9c79-a82a6cf42c45.mp4>


## Installation

```bash
$ pip install xradios
```

## Usage example

Open the terminal, and run the following command

```bash

$ xradios

```


## Development setup

```bash
$ 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/xradios/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


