Metadata-Version: 2.1
Name: behave4cli
Version: 1.1.2
Summary: This project provides an extension (testing domain) of behave to test commands and command-line interfaces (console apps).
Home-page: https://gitlab.com/esciara/behave4cli
License: BSD-2-Clause
Keywords: behave4cli,behave4cmd,behave,bdd
Author: Emmanuel Sciara
Author-email: emmanuel.sciara@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Provides-Extra: bdd
Provides-Extra: docs
Provides-Extra: format
Provides-Extra: lint
Provides-Extra: repl
Provides-Extra: test
Provides-Extra: type
Requires-Dist: PyHamcrest (>=2.0.2,<3.0.0)
Requires-Dist: behave (>=1.2.6,<2.0.0)
Requires-Dist: black; extra == "format"
Requires-Dist: bpython (>=0.18,<0.19); extra == "repl"
Requires-Dist: flake8 (>=3.7,<4.0); extra == "lint"
Requires-Dist: flake8-bugbear (>=19.8.0,<20.0.0); extra == "lint"
Requires-Dist: isort (>=4.3,<5.0); extra == "format"
Requires-Dist: mock (>=4.0.2,<5.0.0); extra == "test"
Requires-Dist: mypy (>=0.740.0,<0.741.0); extra == "bdd" or extra == "type"
Requires-Dist: pydocstyle (>=3.0,<4.0); extra == "lint"
Requires-Dist: pylint (>=2.3,<3.0); extra == "lint"
Requires-Dist: pytest (>=5.1,<6.0); extra == "test"
Requires-Dist: pytest-asyncio (>=0.10.0,<0.11.0); extra == "test"
Requires-Dist: pytest-cov (>=2.8.1,<3.0.0); extra == "test"
Requires-Dist: pytest-html (>=2.0.1,<3.0.0); extra == "test"
Requires-Dist: pytest-mock (>=1.13.0,<2.0.0); extra == "test"
Requires-Dist: seed-isort-config (>=1.9.3,<2.0.0); extra == "format"
Requires-Dist: sphinx (>=2.3.0,<3.0.0); extra == "docs"
Requires-Dist: sphinx-autobuild (>=0.7.1,<0.8.0); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.10.3,<2.0.0); extra == "docs"
Requires-Dist: sphinx_rtd_theme (>=0.4.3,<0.5.0); extra == "docs"
Requires-Dist: yapf (>=0.27.0,<0.28.0); extra == "lint"
