Source: tag-expressions
Section: python
Priority: optional
Maintainer: Alex Myczko <tar@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-pytest,
 python3-all,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.4
Homepage: https://github.com/timofurrer/tag-expressions
Vcs-Browser: https://salsa.debian.org/debian/tag-expressions
Vcs-Git: https://salsa.debian.org/debian/tag-expressions.git

Package: python3-tag-expressions
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Shunting-yard Algorithm to evaluate logical tag expressions
 This package is to evaluate logical tag expressions by using a modified
 version of the Shunting Yard algorithm. This is a Python port of cucumbers
 tag expression.
 .
 This package installs the library for Python 3.
