1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
Source: cookiecutter
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
git,
python3-all,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-sphinx-autodoc-typehints,
python3-sphinx-click,
python3-sphinxcontrib.apidoc,
python3-setuptools,
python3-jinja2,
python3-jinja2-time,
python3-binaryornot,
python3-yaml,
python3-pytest,
python3-pytest-mock,
python3-pytest-cov,
python3-click,
python3-freezegun,
python3-requests,
python3-slugify,
python3-arrow,
python3-rich,
python3-myst-parser
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/cookiecutter
Vcs-Git: https://salsa.debian.org/python-team/packages/cookiecutter.git
Homepage: https://github.com/cookiecutter/cookiecutter
Rules-Requires-Root: no
Package: cookiecutter
Architecture: all
Section: devel
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: python3-cookiecutter
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-ruamel.yaml
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
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Suggests: 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.
|