{"id":15699518,"url":"https://github.com/ludeeus/pyhassbian","last_synced_at":"2025-03-30T14:27:30.160Z","repository":{"id":57456007,"uuid":"147849746","full_name":"ludeeus/pyhassbian","owner":"ludeeus","description":"A python package to interact with hassbian-config.","archived":false,"fork":false,"pushed_at":"2021-04-29T19:16:29.000Z","size":109,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T01:18:56.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ludeeus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2018-09-07T16:37:51.000Z","updated_at":"2019-02-05T16:36:13.000Z","dependencies_parsed_at":"2022-09-02T10:10:13.010Z","dependency_job_id":null,"html_url":"https://github.com/ludeeus/pyhassbian","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Fpyhassbian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Fpyhassbian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Fpyhassbian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Fpyhassbian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ludeeus","download_url":"https://codeload.github.com/ludeeus/pyhassbian/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246330450,"owners_count":20760105,"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":[],"created_at":"2024-10-03T19:40:48.032Z","updated_at":"2025-03-30T14:27:30.140Z","avatar_url":"https://github.com/ludeeus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyhassbian [![Build Status](https://travis-ci.com/ludeeus/pyhassbian.svg?branch=master)](https://travis-ci.com/ludeeus/pyhassbian) [![PyPI version](https://badge.fury.io/py/pyhassbian.svg)](https://badge.fury.io/py/pyhassbian)\n\n_A python module to interact with hassbian-config._\n\n## Install\n\n```bash\npip install pyhassbian\n```\n\n### Verify that hassbian-config is installed\n\n```python\nimport pyhassbian\npyhassbian.is_installed()\n# Sample output: True\n```\n\n### Get a list of all available suites\n\n```python\nimport pyhassbian\nprint(pyhassbian.get_suites())\n# Sample output: ['hue', 'samba', 'homeassistant']\n```\n\n### Get the version number of hassbian-config\n\n```python\nimport pyhassbian\nprint(pyhassbian.get_version())\n# Sample output: '0.9.3'\n```\n\n### Install or upgrade a suite with hassbian-config\n\n```python\nimport pyhassbian\npyhassbian.manage_suite('install', 'hue')\npyhassbian.manage_suite('upgrade', 'homeassistant', version='0.80.3')\npyhassbian.manage_suite('upgrade', 'hassbian-script', dev=True)\n```\n\n### Upgrade the base OS\n\n```python\nimport pyhassbian\npyhassbian.os_upgrade()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fludeeus%2Fpyhassbian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fludeeus%2Fpyhassbian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fludeeus%2Fpyhassbian/lists"}