Metadata-Version: |
2.1 |
Name: |
cucumber-tag-expressions |
Version: |
6.1.1 |
Summary: |
Provides a tag-expression parser and evaluation logic for cucumber/behave |
Author-Email: |
Jens Engel <jenisys[at]noreply.github.com> |
Project-Url: |
Homepage, https://github.com/cucumber/tag-expressions |
Project-Url: |
Download, https://pypi.org/project/cucumber-tag-expressions |
Project-Url: |
Repository, https://github.com/cucumber/tag-expressions |
Project-Url: |
Issues, https://github.com/cucumber/tag-expressions/issues/ |
License: |
MIT |
Keywords: |
BDD,testing,cucumber,tag-expressions,behave |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.5 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Testing |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
License :: OSI Approved :: MIT License |
Platform: |
any |
Requires-Python: |
>=2.7 |
Requires-Dist: |
enum34; python_version < "3.4" |
Requires-Dist: |
setuptools; extra == "develop" |
Requires-Dist: |
setuptools-scm; extra == "develop" |
Requires-Dist: |
wheel; extra == "develop" |
Requires-Dist: |
build (>=0.5.1); extra == "develop" |
Requires-Dist: |
twine (>=1.13.0); extra == "develop" |
Requires-Dist: |
coverage; extra == "develop" |
Requires-Dist: |
pytest-html (>=1.19.0); extra == "develop" |
Requires-Dist: |
tox (<4.24,>=4.23); extra == "develop" |
Requires-Dist: |
pylint; extra == "develop" |
Requires-Dist: |
ruff; extra == "develop" |
Requires-Dist: |
invoke (>=1.7.3); extra == "develop" |
Requires-Dist: |
six (>=1.16.0); extra == "develop" |
Requires-Dist: |
pycmd; extra == "develop" |
Requires-Dist: |
pytest (<5.0); python_version < "3.0" and extra == "develop" |
Requires-Dist: |
path.py (>=11.5.0); python_version < "3.5" and extra == "develop" |
Requires-Dist: |
backports.shutil-which; python_version <= "3.3" and extra == "develop" |
Requires-Dist: |
pathlib; python_version <= "3.4" and extra == "develop" |
Requires-Dist: |
pytest (>=5.0); python_version >= "3.0" and extra == "develop" |
Requires-Dist: |
path (>=13.1.0); python_version >= "3.5" and extra == "develop" |
Requires-Dist: |
pytest-html (>=1.19.0); extra == "testing" |
Requires-Dist: |
PyYAML (>=5.4.1); extra == "testing" |
Requires-Dist: |
pytest (<5.0); python_version < "3.0" and extra == "testing" |
Requires-Dist: |
pathlib; python_version <= "3.4" and extra == "testing" |
Requires-Dist: |
pytest (>=5.0); python_version >= "3.0" and extra == "testing" |
Provides-Extra: |
develop |
Provides-Extra: |
testing |
Description-Content-Type: |
text/x-rst |