{"id":21928479,"url":"https://github.com/matthewelse/bleep","last_synced_at":"2025-03-03T06:09:43.281Z","repository":{"id":36744705,"uuid":"41051310","full_name":"matthewelse/bleep","owner":"matthewelse","description":"Python BLE Library for Linux and OS X","archived":false,"fork":false,"pushed_at":"2024-09-03T22:29:45.000Z","size":89,"stargazers_count":33,"open_issues_count":5,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-14T04:24:00.004Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matthewelse.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}},"created_at":"2015-08-19T18:07:21.000Z","updated_at":"2024-11-28T16:31:32.000Z","dependencies_parsed_at":"2024-11-28T22:27:45.614Z","dependency_job_id":"c4339aa9-a936-480c-8c18-b7c04f81713d","html_url":"https://github.com/matthewelse/bleep","commit_stats":{"total_commits":37,"total_committers":3,"mean_commits":"12.333333333333334","dds":0.3513513513513513,"last_synced_commit":"3f252a3ae2afc31c614a25ba738fc3c5f8d11873"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewelse%2Fbleep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewelse%2Fbleep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewelse%2Fbleep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewelse%2Fbleep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewelse","download_url":"https://codeload.github.com/matthewelse/bleep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240404754,"owners_count":19796064,"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-28T22:26:10.915Z","updated_at":"2025-02-24T02:11:04.723Z","avatar_url":"https://github.com/matthewelse.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bleep\n\n[![CI](https://github.com/matthewelse/bleep/actions/workflows/CI.yml/badge.svg)](https://github.com/matthewelse/bleep/actions/workflows/CI.yml)\n\nA BLE abstraction layer for Python. This library is a wrapper around the\n`btleplug` rust library, and supports Windows, Linux and macOS.\n\n## Current Support\n\n* Discovering devices\n* Reading advertising data\n* Connecting to devices\n* Discovering services, characteristics and descriptors\n* Read from and writing to characteristics\n\n## Installation\n\n```bash\npip install bleep\n```\n\nIf you want to develop bleep, instead of the last line, clone the repo and run:\n\n```\ngit clone https://github.com/matthewelse/bleep\npip install maturin\nmaturin develop \n```\n\n## Examples\n\n### tree.py\n\nYou can run tree.py to see all of the services, characteristics and descriptors\nattached to a device with a specific name. In order to find the device's name\naddress, you could use `hcitool lescan`, or use `BLEDevice.discoverDevices()`.\n\n```\nusage: tree.py [-h] name \n```\n\n## Usage\n\n\u003c!-- TODO: add some more complete examples here. --\u003e\n\nSee examples/ for examples of how to use this library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewelse%2Fbleep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewelse%2Fbleep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewelse%2Fbleep/lists"}