An open API service indexing awesome lists of open source software.

https://github.com/timelessnesses/rest-vlc

A REST API for VLC in python (stable?)
https://github.com/timelessnesses/rest-vlc

api api-wrapper python rest rest-api vlc

Last synced: 10 months ago
JSON representation

A REST API for VLC in python (stable?)

Awesome Lists containing this project

README

          

[![Downloads](https://static.pepy.tech/personalized-badge/rest-vlc?period=total&units=international_system&left_color=blue&right_color=black&left_text=Downloads)](https://pepy.tech/project/rest-vlc) [![Documentation Status](https://readthedocs.org/projects/rest-vlc/badge/?version=latest)](https://rest-vlc.readthedocs.io/en/latest/?badge=latest)

# rest-vlc
A REST API wrapper for VLC.

## Installation
Clone the repository:

```bash
git clone https://github.com/timelessnesses/rest-vlc.git
cd rest-vlc
pip install .
# OR
pip install git+https://github.com/timelessnesses/rest-vlc.git
```

or use the production release:

```bash
pip install rest-vlc
```

## Documentation

Intellisense should self-explainatory about it, or you can go to the [https://rest-vlc.readthedocs.io/en/latest/](https://rest-vlc.readthedocs.io/en/latest/) documentation.
Examples are in tests/ and examples/

## Features

- Asynchronous/Blocking API
- Authenication
- URL encoding automatically
- Returns dictionary instead of XML

## Status
Stable(?)