{ "version": "3.32.0", "description": "Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen", "homepage": "https://github.com/VirtusLab/git-machete", "license": "MIT", "depends": "python", "url": "https://files.pythonhosted.org/packages/py3/g/git-machete/git_machete-3.32.0-py3-none-any.whl", "hash": "e3c2255d1440ff50616eb30815cd2d0cba074b9ef6f0a37c517a74c49f4bdd98", "installer": { "script": [ "Push-Location \"$dir\"", "python -m venv git-machete", ".\\git-machete\\Scripts\\activate", "try {", " python -m pip install \"$fname\"", "}", "finally {", " Remove-Item \"$fname\"", " deactivate", " Pop-Location", "}" ] }, "bin": "git-machete\\Scripts\\git-machete.exe", "checkver": "github", "autoupdate": { "url": "https://files.pythonhosted.org/packages/py3/g/git-machete/git_machete-$version-py3-none-any.whl" } }