{
    "version": "2.7.1",
    "description": "A command-line utility that creates projects from project templates.",
    "homepage": "https://github.com/cookiecutter/cookiecutter",
    "license": "BSD-3-Clause",
    "depends": "python",
    "url": "https://files.pythonhosted.org/packages/py3/c/cookiecutter/cookiecutter-2.7.1-py3-none-any.whl",
    "hash": "cee50defc1eaa7ad0071ee9b9893b746c1b3201b66bf4d3686d0f127c8ed6cf9",
    "installer": {
        "script": [
            "Push-Location \"$dir\"",
            "python -m venv cookiecutter",
            ".\\cookiecutter\\Scripts\\activate",
            "try {",
            "    python -m pip install \"$fname\"",
            "}",
            "finally {",
            "    Remove-Item \"$fname\"",
            "    deactivate",
            "    Pop-Location",
            "}"
        ]
    },
    "bin": "cookiecutter\\Scripts\\cookiecutter.exe",
    "checkver": "github",
    "autoupdate": {
        "url": "https://files.pythonhosted.org/packages/py3/c/cookiecutter/cookiecutter-$version-py3-none-any.whl"
    }
}
