Source: cookiecutter Section: python Priority: optional Maintainer: Vincent Bernat Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9), dh-python, git, python-all, python3-all, python3-sphinx (>= 1.0.7+dfsg), python3-sphinx-rtd-theme, python-setuptools, python3-setuptools, python-jinja2, python3-jinja2, python-jinja2-time, python3-jinja2-time, python-mock, python3-mock, python-binaryornot, python3-binaryornot, python-yaml, python3-yaml, python-pytest (>= 3.3.0), python3-pytest (>= 3.3.0), python-pytest-mock, python3-pytest-mock, python-pytest-cov, python3-pytest-cov, python-click, python3-click, python-future, python3-future, python-whichcraft, python3-whichcraft, python-freezegun, python3-freezegun, python-requests, python3-requests Standards-Version: 4.1.3 Homepage: https://github.com/audreyr/cookiecutter Vcs-Git: https://salsa.debian.org/python-team/modules/cookiecutter.git Vcs-Browser: https://salsa.debian.org/python-team/modules/cookiecutter Package: cookiecutter Section: devel Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-cookiecutter (= ${binary:Version}) Suggests: python-cookiecutter-doc Description: create projects from project templates Cookiecutter is command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template. . It can also be used as a Python module. It supports local and remote templates. The templating is done with Jinja2 and there is no limitation on the language used by the templated projects (Python, Ruby, Javascript, C, HTML, Postscript...). Package: python-cookiecutter Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-ruamel.yaml (>= 0.10.12) Suggests: python-cookiecutter-doc Description: create projects from project templates (Python 2 module) Cookiecutter is command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template. . It can also be used as a Python module. It supports local and remote templates. The templating is done with Jinja2 and there is no limitation on the language used by the templated projects (Python, Ruby, Javascript, C, HTML, Postscript...). . This package contains the Python 2 module. Package: python3-cookiecutter Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-ruamel.yaml (>= 0.10.12) Suggests: python-cookiecutter-doc Description: create projects from project templates (Python 3 module) Cookiecutter is command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template. . It can also be used as a Python module. It supports local and remote templates. The templating is done with Jinja2 and there is no limitation on the language used by the templated projects (Python, Ruby, Javascript, C, HTML, Postscript...). . This package contains the Python 3 module. Package: python-cookiecutter-doc Section: doc Architecture: all Depends: ${sphinxdoc:Depends}, ${misc:Depends} Suggests: cookiecutter | python3-cookiecutter | python-cookiecutter Description: create projects from project templates (documentation) Cookiecutter is command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template. . It can also be used as a Python module. It supports local and remote templates. The templating is done with Jinja2 and there is no limitation on the language used by the templated projects (Python, Ruby, Javascript, C, HTML, Postscript...). . This package contains the documentation.