You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

rest-vlc

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-vlc

A Python library for controlling VLC media player via REST API

1.6.1
PyPI
Maintainers
1

Downloads Documentation Status

rest-vlc

A REST API wrapper for VLC.

Installation

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

Documentation

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/

Features

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

Status

Stable

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts