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
|
Source: j2cli
Section: utils
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Boyuan Yang <byang@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-jinja2,
python3-markupsafe,
python3-nose2,
python3-setuptools,
python3-yaml
Standards-Version: 4.7.3
Homepage: https://github.com/kolypto/j2cli
Vcs-Git: https://salsa.debian.org/python-team/packages/j2cli.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/j2cli
Description: Command line tool for templating in shell-scripts
leveraging the Jinja2 library.
.
Features:
.
- Jinja2 templating
- INI, YAML, JSON data sources supported
- Allows the use of environment variables in templates! Hello Docker :)
Package: j2cli
Architecture: all
Depends: python3,
python3-jinja2,
python3-markupsafe,
python3-setuptools,
python3-yaml,
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends}
Suggests: ${python3:Recommends}
Description: ${source:Synopsis}
${source:Extended-Description}
|