{"id":18947517,"url":"https://github.com/pyclashbot/pymemuc","last_synced_at":"2025-04-05T12:02:41.843Z","repository":{"id":62100013,"uuid":"557786983","full_name":"pyclashbot/pymemuc","owner":"pyclashbot","description":"A Python API for MEmu Android Emulator","archived":false,"fork":false,"pushed_at":"2025-03-24T07:15:20.000Z","size":1446,"stargazers_count":35,"open_issues_count":7,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T11:04:24.051Z","etag":null,"topics":["android-emulator","memu","memuc","python"],"latest_commit_sha":null,"homepage":"https://pymemuc.pyclashbot.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyclashbot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/funding.yml","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":["martinmiglio"]}},"created_at":"2022-10-26T09:54:16.000Z","updated_at":"2025-03-10T10:33:07.000Z","dependencies_parsed_at":"2023-02-13T03:00:50.612Z","dependency_job_id":"5e5f303f-235e-47ee-a8de-2f50d1ba41ef","html_url":"https://github.com/pyclashbot/pymemuc","commit_stats":{"total_commits":301,"total_committers":4,"mean_commits":75.25,"dds":"0.34219269102990035","last_synced_commit":"b06cb6ee23063f43ff49b55641d24b27a1398891"},"previous_names":["martinmiglio/pymemuc"],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyclashbot%2Fpymemuc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyclashbot%2Fpymemuc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyclashbot%2Fpymemuc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyclashbot%2Fpymemuc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyclashbot","download_url":"https://codeload.github.com/pyclashbot/pymemuc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332560,"owners_count":20921853,"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":["android-emulator","memu","memuc","python"],"created_at":"2024-11-08T13:10:22.384Z","updated_at":"2025-04-05T12:02:41.795Z","avatar_url":"https://github.com/pyclashbot.png","language":"Python","funding_links":["https://github.com/sponsors/martinmiglio"],"categories":[],"sub_categories":[],"readme":"# pymemuc\n\n[![GitHub](https://img.shields.io/github/license/pyclashbot/pymemuc)](LICENSE) [![Documentation Status](https://readthedocs.org/projects/pymemuc/badge/?version=latest)][full_doc] [![PyPI](https://img.shields.io/pypi/v/pymemuc) ![PyPI - Downloads](https://img.shields.io/pypi/dm/pymemuc)][pypi_link] [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pymemuc)][python_link] [![CodeFactor](https://www.codefactor.io/repository/github/pyclashbot/pymemuc/badge)][codefactor_link]\n\nA Python API for MEmu Android Emulator.\nThe API exposes [MEmu Command (MEMUC)][memuc_docs] functionality in Python.\n\nAllows for easy interaction with MEmu VMs, including VM image management, VM control, running VM commands and ADB interaction.\n\n## Installation\n\n```bash\npip install pymemuc\n```\n\n## Example usage\n\n```python\n# import the PyMemuc class\nfrom pymemuc import PyMemuc\n\n# create a PyMemuc instance, doing so will automatically link to the MEMUC executable\nmemuc = PyMemuc()\n\n# create a new vm, saving the index\nindex = memuc.create_vm()\n\n# list out all vms\nprint(memuc.list_vm_info())\n\n# start the vm\nmemuc.start_vm(index)\n\n# stop the vm\nmemuc.stop_vm(index)\n```\n\nSee [the demo notebook][demo_notebook] for more examples.\n\n## Documentation\n\nSee the [API documentation][full_doc].\n\n[python_link]: https://www.python.org/\n[pypi_link]: https://pypi.org/project/pymemuc/\n[codefactor_link]: https://www.codefactor.io/repository/github/pyclashbot/pymemuc\n[memuc_docs]: https://www.memuplay.com/blog/memucommand-reference-manual.html\n[demo_notebook]: demo/demo.ipynb\n[full_doc]: https://pymemuc.pyclashbot.app/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyclashbot%2Fpymemuc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyclashbot%2Fpymemuc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyclashbot%2Fpymemuc/lists"}