{"id":20812342,"url":"https://github.com/kutu-dev/knuckles","last_synced_at":"2025-05-07T10:41:45.400Z","repository":{"id":183315866,"uuid":"669331287","full_name":"kutu-dev/knuckles","owner":"kutu-dev","description":"A Subsonic/OpenSubsonic API wrapper for Python.","archived":false,"fork":false,"pushed_at":"2024-06-03T14:41:44.000Z","size":1167,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-09T03:52:29.570Z","etag":null,"topics":["api","api-wrapper","library","opensubsonic","python","subsonic","wrapper"],"latest_commit_sha":null,"homepage":"https://kutu-dev.github.io/knuckles/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kutu-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-22T00:25:11.000Z","updated_at":"2024-07-28T16:29:25.000Z","dependencies_parsed_at":"2024-04-23T14:34:48.353Z","dependency_job_id":"e9034355-b148-4fe9-a015-dc4ed8de720b","html_url":"https://github.com/kutu-dev/knuckles","commit_stats":null,"previous_names":["kutu-dev/knuckles"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kutu-dev%2Fknuckles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kutu-dev%2Fknuckles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kutu-dev%2Fknuckles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kutu-dev%2Fknuckles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kutu-dev","download_url":"https://codeload.github.com/kutu-dev/knuckles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252861849,"owners_count":21815764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-wrapper","library","opensubsonic","python","subsonic","wrapper"],"created_at":"2024-11-17T20:53:21.029Z","updated_at":"2025-05-07T10:41:45.375Z","avatar_url":"https://github.com/kutu-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" markdown=\"1\"\u003e\n\u003ch1\u003eKnuckles\u003c/h1\u003e\n\n![PyPI - Version](https://img.shields.io/pypi/v/knuckles)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/knuckles)\n![GitHub Actions - PyPI Publishing](https://github.com/kutu-dev/knuckles/actions/workflows/publish.yml/badge.svg)\n![GitHub Actions - Docs Deploying](https://github.com/kutu-dev/knuckles/actions/workflows/docs.yml/badge.svg)\n\nAn unopinionated [OpenSubsonic](https://opensubsonic.netlify.app/) API wrapper for Python.\n\u003c/div\u003e\n\n## Compatiblity\nKnuckles **only** works with servers compatible with the REST API version 1.4.0 onwards (Subsonic 4.2+).\nIt follows strictly the [OpenSubsonic API Spec](https://opensubsonic.netlify.app/docs/opensubsonic-api/), being fully retro-compatible with the original [Subsonic API](https://subsonic.org/pages/api.jsp).\n\n## Getting Started\n\n### Make It Available\nFirst install the package:\n\n```sh title=\"Command line\"\npython3 -m pip install knuckles\n```\n\nOr add it to your project:\n\n```toml title=\"pyproject.toml\"\nproject = [\n    \"knuckles\u003e=1.1.0\"\n]\n```\n\n### Using It\n\n```python3 title=\"__main__.py\"\nimport knuckles\n\nserver = knuckles.Subsonic(\n    # Adding https:// is done automatically,\n    # /rest should never be added to the URL\n    url = \"example.com\",\n    user = \"kutu\",\n    password = \"caisopea\",\n    client = \"knuckles client\"\n)\n\nping = server.system.ping()\n\n# Print the supported version of the OpenSubsonic REST API\nprint(ping.version)\n```\n\n### Learning More\nTo start making more complex interactions with the API make use of [the API reference](https://kutu-dev.github.io/knuckles/reference/Api/). Enjoy coding and good luck!\n\n## Acknowledgements\nCreated with :heart: by [Jorge \"Kutu\" Dobón Blanco](https://dobon.dev).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkutu-dev%2Fknuckles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkutu-dev%2Fknuckles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkutu-dev%2Fknuckles/lists"}