{"id":34070379,"url":"https://github.com/dknowles2/pyschlage","last_synced_at":"2026-03-17T16:02:19.349Z","repository":{"id":64686383,"uuid":"573982907","full_name":"dknowles2/pyschlage","owner":"dknowles2","description":"Python 3 library for interacting with Schlage Encode WiFi locks.","archived":false,"fork":false,"pushed_at":"2026-03-09T19:15:02.000Z","size":545,"stargazers_count":20,"open_issues_count":7,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-10T00:53:31.152Z","etag":null,"topics":["iot","schlage","smarthome","smartlock"],"latest_commit_sha":null,"homepage":"https://pyschlage.readthedocs.io/","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/dknowles2.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-04T03:19:56.000Z","updated_at":"2026-03-09T19:14:58.000Z","dependencies_parsed_at":"2023-02-09T19:31:33.442Z","dependency_job_id":"d92dae14-202e-45be-86a8-444759ad1b5f","html_url":"https://github.com/dknowles2/pyschlage","commit_stats":{"total_commits":86,"total_committers":2,"mean_commits":43.0,"dds":"0.12790697674418605","last_synced_commit":"456edc736f68beb4e8a98d2a103d1eecaa090fe3"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/dknowles2/pyschlage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknowles2%2Fpyschlage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknowles2%2Fpyschlage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknowles2%2Fpyschlage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknowles2%2Fpyschlage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dknowles2","download_url":"https://codeload.github.com/dknowles2/pyschlage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknowles2%2Fpyschlage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30626906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","schlage","smarthome","smartlock"],"created_at":"2025-12-14T07:08:06.050Z","updated_at":"2026-03-17T16:02:19.344Z","avatar_url":"https://github.com/dknowles2.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyschlage\nPython 3 library for interacting with Schlage Encode WiFi locks.\n\n*Note that this project has no official relationship with Schlage or Allegion. Use at your own risk.*\n\n## Usage\n\n```python\nfrom pyschlage import Auth, Schlage\n\n# Create a Schlage object and authenticate with your credentials.\ns = Schlage(Auth(\"username\", \"password\"))\n\n# List the locks attached to your account.\nlocks = s.locks()\n\n# Print the name of the first lock\nprint(locks[0].name)\n\"My lock\"\n\n# Lock the first lock.\nlock[0].lock()\n```\n\n## Installation\n\n### Pip\n\nTo install pyschlage, run this command in your terminal:\n\n```sh\n$ pip install pyschlage\n```\n\n### Source code\n\nPyschlage is actively developed on Github, where the code is [always available](https://github.com/dknowles2/pyschlage).\n\nYou can either clone the public repository:\n\n```sh\n$ git clone https://github.com/dknowles2/pyschlage\n```\n\nOr download the latest [tarball](https://github.com/dknowles2/pyschlage/tarball/main):\n\n```sh\n$ curl -OL https://github.com/dknowles2/pyschlage/tarball/main\n```\n\nOnce you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:\n\n```sh\n$ cd pyschlage\n$ python -m pip install .\n```\n\n## Documentation\n\nAPI reference can be found on [Read the Docs](https://pyschlage.readthedocs.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdknowles2%2Fpyschlage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdknowles2%2Fpyschlage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdknowles2%2Fpyschlage/lists"}