File size: 886 Bytes
d942a9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# radio-embed
[![pytest](https://github.com/ffreemt/radio-embed/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/radio-embed/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8%2B&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/radio_embed.svg)](https://badge.fury.io/py/radio_embed)

radio-embed descr

## Install it

```shell
pip install git+https://github.com/ffreemt/radio-embed
# poetry add git+https://github.com/ffreemt/radio-embed
# git clone https://github.com/ffreemt/radio-embed && cd radio-embed
```

## Use it
```python
from radio_embed import radio_embed

```