{"id":21187954,"url":"https://github.com/guyromb/pyblewrapper","last_synced_at":"2025-03-14T20:23:55.131Z","repository":{"id":93688418,"uuid":"59565541","full_name":"guyromb/PyBLEWrapper","owner":"guyromb","description":"Python BLE (Bluetooth Low Energy) Wrapper for Unix Bluez","archived":false,"fork":false,"pushed_at":"2016-05-24T11:03:33.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T13:09:05.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guyromb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-05-24T11:00:42.000Z","updated_at":"2016-05-24T11:01:22.000Z","dependencies_parsed_at":"2023-04-23T10:31:05.928Z","dependency_job_id":null,"html_url":"https://github.com/guyromb/PyBLEWrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyromb%2FPyBLEWrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyromb%2FPyBLEWrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyromb%2FPyBLEWrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyromb%2FPyBLEWrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guyromb","download_url":"https://codeload.github.com/guyromb/PyBLEWrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243640593,"owners_count":20323686,"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-11-20T18:41:51.762Z","updated_at":"2025-03-14T20:23:55.104Z","avatar_url":"https://github.com/guyromb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Scanning Example:\n\n```\nfrom Libraries.Bluetooth.Bluetooth import *\nimport sys\nimport json\n\nif len(sys.argv) \u003c 4:\n    sys.exit(\"Usage: %s device-type device-name timeout\" % sys.argv[0])\n\nresults = \"\" # JSON\nif sys.argv[1] == \"ble\":\n    results = Bluetooth(Bluetooth.M_AUTO, sys.argv[2]).lescan(sys.argv[3], False)\n    print(str(json.dumps(results)))\nelse:\n    print(\"Device type is unknown\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguyromb%2Fpyblewrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguyromb%2Fpyblewrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguyromb%2Fpyblewrapper/lists"}