pylibrespot-java
Python Interface for librespot-java
What it is and what it does
pylibrespot-java is a thin Python wrapper around a librespot-java server. It lets you send commands to a running librespot-java instance from Python code. The library has no external runtime dependencies, making it lightweight to install.
The package is in beta status and has been abandoned since late 2022. While the MIT license is permissive and installation is straightforward, the lack of maintenance means it may not work with recent versions without fixes. The published documentation is incomplete (examples marked TBD), so you would need to read the source code or reverse-engineer the API.
Use it for:
- Automate Spotify playback control from a Python script using a local librespot-java server
- Build a custom music player or remote control application that talks to librespot-java
- Integrate librespot-java playback into a larger Python automation or home-automation workflow
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Python interface to communicate with a librespot-java server for programmatic control of Spotify playback.
Yes, if you are already running librespot-java and need a Python client to control it—the permissive license and zero dependencies make it low-risk to try. No, if you need active maintenance or up-to-date documentation; the package has been abandoned since 2022-09-09. Verify compatibility with your librespot-java version before committing.
Install
pylibrespot-java on PyPI
pip
pip install pylibrespot-javauv
uv add pylibrespot-javapoetry
poetry add pylibrespot-javaInstalling pylibrespot-java
Before you install
Installation is frictionless with no runtime dependencies, but the package is abandoned—last commit was 2022-10-19 and no releases since 2022-09-09.
License in practice
Licensed under MIT (permissive), so you can use, modify, and distribute it freely with minimal restrictions.
Quickstart
pip install pylibrespot-java
import pylibrespot_java
# Connect to and control a running librespot-java server
Verify before relying
- What Python versions are actually supported (requires_python is unspecified)
- Whether the package works with current librespot-java versions or if API changes have broken compatibility
- What methods and functionality the library exposes (example code marked TBD in description)
Package facts
| License | not declared (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 1,435 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 73,533/month — #14,984 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pylibrespot_java-0.1.1-py3-none-any.whl
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
spotifywebapipythonA Python library that wraps the Spotify Web…
permissive · top 15,000 on PyPI
libsoundtouchControl Bose Soundtouch devices over the…
permissive · top 15,000 on PyPI
spotipySpotipy is a Python client library for the…
permissive · top 15,000 on PyPI
spotipyFreeProvides a Spotipy-compatible interface to…
unclear · top 15,000 on PyPI
sonos-websocketAsync Python library for communicating with…
permissive · top 15,000 on PyPI
spotifyaioAsynchronous Python client for fetching data…
permissive · top 15,000 on PyPI
spotapiSpotAPI wraps Spotify's private and public APIs…
unclear · top 15,000 on PyPI
pyobjc-framework-MediaPlayerProvides Python bindings to macOS's MediaPlayer…
permissive · top 15,000 on PyPI
PlexAPIUnofficial Python bindings for the Plex API…
permissive · top 15,000 on PyPI
socoSoCo is a Python library for programmatic…
permissive · top 15,000 on PyPI