A REST API wrapper for VLC.
Clone the repository:
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:
pip install rest-vlc
Intellisense should self-explainatory about it, or you can go to the https://rest-vlc.readthedocs.io/en/latest/ documentation.
Examples are in tests/ and examples/
- Asynchronous/Blocking API
- Authenication
- URL encoding automatically
- Returns dictionary instead of XML
Stable(?)