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?)
- Host: GitHub
- URL: https://github.com/timelessnesses/rest-vlc
- Owner: timelessnesses
- License: mit
- Created: 2022-03-27T08:32:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T12:00:28.000Z (almost 4 years ago)
- Last Synced: 2025-07-22T10:44:13.983Z (11 months ago)
- Topics: api, api-wrapper, python, rest, rest-api, vlc
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://pepy.tech/project/rest-vlc) [](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(?)