API Wrapper to interact with slskd
Project description
slskd-api
Goal
This project provides a python API for slskd.
A comprehensive python API should help improve integration and increase slskd adoption by enabling rapid development of various software, such as:
- Desktop/Mobile Clients
- beets plugin(s)
- headphones integration
Installation
The package is availaible on pypi:
pip install slskd-api
Usage
Create a slskd instance with the following:
import slskd_api
slskd = slskd_api.SlskdClient(host, api_key, url_base)
Then you'll be able to access all API methods:
app_status = slskd.application.state()
available_rooms = slskd.rooms.get_all()
See the doc for further details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file slskd_api-0.2.3.tar.gz.
File metadata
- Download URL: slskd_api-0.2.3.tar.gz
- Upload date:
- Size: 24.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
700ac8369d44b8a251c722fdc10a3d07642cea1f4bdadd3ab02ccdc71a676225
|
|
| MD5 |
63ae6d715f114e1e1c84e27ff96fae4f
|
|
| BLAKE2b-256 |
03f3a6ab85bc7c20a47295b5e40ff757f81a0900f8cc88d137975210077f3018
|
File details
Details for the file slskd_api-0.2.3-py3-none-any.whl.
File metadata
- Download URL: slskd_api-0.2.3-py3-none-any.whl
- Upload date:
- Size: 37.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fcd02b76a31cee323f2f4d5f737cdd0500185e9030287a3bda4acd00d69bfc1
|
|
| MD5 |
507cc2bad27986ebb9ca23de76ae181c
|
|
| BLAKE2b-256 |
0085751df13eac96fe8cc88558761b3a059f7e22d698862d002e2ef45340b463
|