{
    "version": "2.1.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/py2.py3/c/cookiecutter/cookiecutter-2.1.1-py2.py3-none-any.whl",
    "hash": "9f3ab027cec4f70916e28f03470bdb41e637a3ad354b4d65c765d93aad160022",
    "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/py2.py3/c/cookiecutter/cookiecutter-$version-py2.py3-none-any.whl"
    }
}
