{"id":16615601,"url":"https://github.com/pschmitt/pynuki","last_synced_at":"2025-04-06T09:09:57.954Z","repository":{"id":41113804,"uuid":"80701928","full_name":"pschmitt/pynuki","owner":"pschmitt","description":"Python bindings for nuki.io bridges","archived":false,"fork":false,"pushed_at":"2024-02-24T20:03:03.000Z","size":177,"stargazers_count":20,"open_issues_count":1,"forks_count":20,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-30T08:08:38.947Z","etag":null,"topics":["iot","nuki-io","smart-lock"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pynuki/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pschmitt.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["pschmitt"],"custom":["https://www.paypal.com/paypalme/pppschmitt"]}},"created_at":"2017-02-02T07:09:34.000Z","updated_at":"2022-11-22T17:50:37.000Z","dependencies_parsed_at":"2024-06-19T00:27:58.055Z","dependency_job_id":"75b9b091-fe3a-4bc6-8bae-7da4d8bd9bd6","html_url":"https://github.com/pschmitt/pynuki","commit_stats":{"total_commits":119,"total_committers":15,"mean_commits":7.933333333333334,"dds":0.5630252100840336,"last_synced_commit":"4a042cbcc65f0662f199bf591ed7467edfd616b1"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fpynuki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fpynuki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fpynuki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fpynuki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pschmitt","download_url":"https://codeload.github.com/pschmitt/pynuki/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457803,"owners_count":20941906,"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":["iot","nuki-io","smart-lock"],"created_at":"2024-10-12T02:09:56.819Z","updated_at":"2025-04-06T09:09:57.936Z","avatar_url":"https://github.com/pschmitt.png","language":"Python","funding_links":["https://github.com/sponsors/pschmitt","https://www.paypal.com/paypalme/pppschmitt"],"categories":[],"sub_categories":[],"readme":"# pynuki\n\n![PyPI](https://img.shields.io/pypi/v/pynuki)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/pynuki)\n![PyPI - License](https://img.shields.io/pypi/l/pynuki)\n[![CI](https://github.com/pschmitt/pynuki/workflows/CI/badge.svg)](https://github.com/pschmitt/pynuki/actions?query=workflow%3A%22CI%22)\n\nPython library for interacting with Nuki locks and openers\n\n## Installation\n\n```bash\npip install -U pynuki\n```\n\n## Usage\n\n```python\nfrom pynuki import NukiBridge\n\nbridges = NukiBridge.discover()\nbr = bridges[0]\nbr.token = \"YOUR_TOKEN\"\n\n# Locks\nbr.locks[0].lock()\nbr.locks[0].unlock()\n\n# Openers\nbr.openers[0].activate_rto()\nbr.openers[0].deactivate_rto()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpschmitt%2Fpynuki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpschmitt%2Fpynuki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpschmitt%2Fpynuki/lists"}