{ "version": "2.6.0", "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.6.0-py3-none-any.whl", "hash": "a54a8e37995e4ed963b3e82831072d1ad4b005af736bb17b99c2cbd9d41b6e2d", "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" } }