{"id":37064875,"url":"https://github.com/ahmetmutlugun/vmware-fusion-py","last_synced_at":"2026-01-14T07:35:21.826Z","repository":{"id":245004168,"uuid":"816976822","full_name":"ahmetmutlugun/vmware-fusion-py","owner":"ahmetmutlugun","description":"A Python wrapper for VMware Fusion's command line tools.","archived":false,"fork":false,"pushed_at":"2024-07-01T21:09:45.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T15:20:09.179Z","etag":null,"topics":["library","macos","python","vmware","vmware-fusion","wrapper","wrapper-library"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/vmware-fusion-py/","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/ahmetmutlugun.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":"2024-06-18T19:02:53.000Z","updated_at":"2024-10-11T18:14:41.000Z","dependencies_parsed_at":"2024-06-19T00:44:41.130Z","dependency_job_id":null,"html_url":"https://github.com/ahmetmutlugun/vmware-fusion-py","commit_stats":null,"previous_names":["ahmetmutlugun/vmware-fusion-py"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ahmetmutlugun/vmware-fusion-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetmutlugun%2Fvmware-fusion-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetmutlugun%2Fvmware-fusion-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetmutlugun%2Fvmware-fusion-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetmutlugun%2Fvmware-fusion-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmetmutlugun","download_url":"https://codeload.github.com/ahmetmutlugun/vmware-fusion-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetmutlugun%2Fvmware-fusion-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["library","macos","python","vmware","vmware-fusion","wrapper","wrapper-library"],"created_at":"2026-01-14T07:35:21.121Z","updated_at":"2026-01-14T07:35:21.799Z","avatar_url":"https://github.com/ahmetmutlugun.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![PyPI - Version](https://img.shields.io/pypi/v/vmware-fusion-py)\n![GitHub License](https://img.shields.io/github/license/ahmetmutlugun/vmware-fusion-py)\n\n# vmware-fusion-py\n\nThis Python module provides a convenient way to control and interact with VMware Fusion virtual machines using the `vmrun` command-line utility. Built and tested for VMware Fusion on arm64 MacOS\n\n## Features\n\n- Full coverage of the `vmrun` CLI\n  - Start, stop, reset, suspend, pause, and unpause virtual machines\n  - Manage snapshots (create, delete, list, and revert)\n  - Manage network adapters (list, add, set, and delete)\n  - Manage port forwarding for host networks\n  - Run programs and scripts in the guest operating system\n  - Manage files and directories in the guest operating system\n  - Manage shared folders between the host and guest\n  - Interact with the guest operating system (type keystrokes, capture screenshots, etc.)\n  - Clone virtual machines\n  - Upgrade virtual machines and install VMware Tools\n\n## Prerequisites\n\n- Python 3.x\n- VMware Fusion on MacOS\n- `vmrun` command-line utility (included with VMware Fusion)\n\n## Installation\n### Pip\n`pip install vmware-fusion-py`\n### From Source\n1. Clone the repository or download the source code.\n2. Install the package using `pip install .`\n## Usage\n### Initialization\n```python\n# Get vmrun path or provide the path as a string\nvmrun_path = shutil.which(\"vmrun\")\nif not vmrun_path:\n    # vmrun is installed automatically alongside VMware Fusion. Install VMware\n    exit()\n# Initiate client\nclient = VMware(vmrun_path=vmrun_path)\n```\n### Presets\n```python\nclient = VMware(\n    vmrun_path=\"/path/to/vmrun\",\n    host_type=\"ws\",\n    vm_password=\"password\",\n    guest_user=\"username\",\n    guest_password=\"password\",\n    vm_path=\"/path/to/vm\"\n)\n```\n## License\nThis project is licensed under the MIT License.\n\n## Contributors\n- Ahmet Mutlugun [Github](https://github.com/ahmetmutlugun)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmetmutlugun%2Fvmware-fusion-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmetmutlugun%2Fvmware-fusion-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmetmutlugun%2Fvmware-fusion-py/lists"}