{"id":24956534,"url":"https://github.com/michalkielan/simple-adb","last_synced_at":"2025-04-10T18:53:45.822Z","repository":{"id":37822926,"uuid":"185628270","full_name":"michalkielan/simple-adb","owner":"michalkielan","description":"Python library for adb protocol","archived":false,"fork":false,"pushed_at":"2025-03-29T21:41:33.000Z","size":3214,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T21:46:46.155Z","etag":null,"topics":["adb","adb-commands","adb-protocol","android-adb","android-debug-bridge","python","python-android","test","test-automation"],"latest_commit_sha":null,"homepage":"","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/michalkielan.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","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":"2019-05-08T15:00:44.000Z","updated_at":"2025-03-29T21:41:37.000Z","dependencies_parsed_at":"2024-11-16T22:24:06.499Z","dependency_job_id":"9c78e5e5-68c6-4761-8af8-dd87269d6ac4","html_url":"https://github.com/michalkielan/simple-adb","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalkielan%2Fsimple-adb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalkielan%2Fsimple-adb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalkielan%2Fsimple-adb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalkielan%2Fsimple-adb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michalkielan","download_url":"https://codeload.github.com/michalkielan/simple-adb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248275363,"owners_count":21076581,"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":["adb","adb-commands","adb-protocol","android-adb","android-debug-bridge","python","python-android","test","test-automation"],"created_at":"2025-02-03T06:35:42.890Z","updated_at":"2025-04-10T18:53:45.800Z","avatar_url":"https://github.com/michalkielan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"simple adb\n==========\n\n|PyPi version| |Build| |Tests| |Codecov|\n\n   Object oriented python wrapper for adb protocol.\n\nInstall\n-------\n\nTo install the current release.\n\n::\n\n   $ pip install simpleadb\n\nUsage\n-----\n\nTry your first program.\n\n.. code:: python\n\n   \u003e\u003e\u003e import simpleadb\n   \u003e\u003e\u003e adb_server = simpleadb.AdbServer()\n   \u003e\u003e\u003e devices = adb_server.devices()\n   \u003e\u003e\u003e emulator = devices[0]\n   \u003e\u003e\u003e emulator\n   'emulator-5554'\n   \u003e\u003e\u003e emulator.root()\n   restarting adbd as root\n   0\n   \u003e\u003e\u003e emulator.reboot()\n\nFor more examples, see API `documentation \u003chttps://michalkielan.github.io/simple-adb/index.html#module-simpleadb.adbdevice\u003e`_.\n\nLicense\n-------\n\n`GPL3 \u003c./LICENSE\u003e`__\n\n.. |PyPi version| image:: https://img.shields.io/pypi/v/simpleadb?color=blue\n   :target: https://pypi.org/project/simpleadb\n.. |Build| image:: https://github.com/michalkielan/simple-adb/actions/workflows/build.yml/badge.svg?branch=master\n   :target: https://github.com/michalkielan/simple-adb/actions/workflows/build.yml?query=branch%3Amaster\n.. |Tests| image:: https://github.com/michalkielan/simple-adb/actions/workflows/tests.yml/badge.svg?branch=master\n   :target: https://github.com/michalkielan/simple-adb/actions/workflows/tests.yml?query=branch%3Amaster\n.. |Codecov| image:: https://codecov.io/gh/michalkielan/simple-adb/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/michalkielan/simple-adb\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalkielan%2Fsimple-adb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichalkielan%2Fsimple-adb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalkielan%2Fsimple-adb/lists"}