Metadata-Version: 2.1
Name: raudio-server
Version: 0.1.0rc4
Summary: Self-hosted music streaming server
Home-page: https://raudio-project.github.io
Author: Raudio Project
Author-email: ndlug@nd.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

<h1 align="center"><img src="https://raudio-project.github.io/assets/raudio_logo.png" alt="logo" width="35%"></h1>
<h5 align="center"><i align="center">The open platform for hosting and streaming music.</i></h5>

<p align="center">
  <img src="https://img.shields.io/badge/release-coming%20soon-blue">
  <img src="https://img.shields.io/github/license/raudio-project/raudio-server?color=red">
  <img src="https://img.shields.io/github/issues/raudio-project/raudio-server?color=green">
</p>

## Installation

Install the package, optionally in a virtual environment:

`pip install raudio-server`

Run the HLS streaming backend:

`python3 -m raudio_server.hls /path/to/file.mp3`

Run the HTTP server in a separate terminal:

`python3 -m raudio_server.server`

## Setting a up a development environment
```sh
$ git clone git@github.com:raudio-project/raudio-server.git
$ cd raudio-server
$ python3 -m venv venv      # Create a Python virtual environment
$ source venv/bin/activate  # Activate the enviornment
$ pip3 install .            # Install the package
```

<p align="center">
<img src="https://yld.moe/raw/lOk.png" width="40%">
</p>


