Metadata-Version: 2.1
Name: xradios
Version: 0.0.dev3
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/
Description: # xradios
        
        > Listen to your favorite internet radio stations with xradios.
        
        
        [![xradios]()](#)
        
        ## Installation
        
        Linux and Windows:
        
        ```bash
        $ pip install xradios
        ```
        
        ## Usage example
        
        ```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
        
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
