Source: python-chevron
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Aryan Karamtoth <spaciouscoder78@disroot.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
Standards-Version: 4.7.4
Homepage: https://github.com/noahmorrison/chevron
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-chevron
Vcs-Git: https://salsa.debian.org/python-team/packages/python-chevron.git

Package: python3-chevron
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Python implementation of mustache  (Python 3)
 Chevron runs in less than half the time of pystache (Which is
 not even up to date on the spec). And in about 70% the time of
 Stache (A 'trimmed' version of mustache, also not spec compliant).
 .
 This package installs the library for Python 3.
