Metadata-Version: 2.1
Name: radish-bdd
Version: 1.0.0a4
Summary: Behaviour-Driven-Development tool for python
Home-page: http://radish-bdd.io
Author: Timo Furrer
Author-email: tuxtimo@gmail.com
Maintainer: Timo Furrer
Maintainer-email: tuxtimo@gmail.com
License: MIT
Download-URL: https://github.com/radish-bdd/radish
Keywords: testing,bdd,tdd,gherkin,cucumber,automated
Platform: Linux
Platform: Windows
Platform: MAC OS X
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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 :: Implementation :: CPython
Classifier: Topic :: Education :: Testing
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.5.*
Description-Content-Type: text/markdown
Requires-Dist: lark-parser (==0.7.6a1)
Requires-Dist: click
Requires-Dist: colorful (>=0.5.4)
Requires-Dist: tag-expressions (>=1.0.0)
Requires-Dist: parse-type (>0.4.0)
Requires-Dist: humanize
Requires-Dist: PyYAML
Provides-Extra: coverage
Requires-Dist: coverage ; extra == 'coverage'
Provides-Extra: dev
Requires-Dist: freezegun ; extra == 'dev'
Requires-Dist: coverage[toml] ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-mock ; extra == 'dev'
Requires-Dist: lxml ; extra == 'dev'
Requires-Dist: PyYAML ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: towncrier ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: towncrier ; extra == 'docs'
Provides-Extra: ipython-debugger
Requires-Dist: ipython ; extra == 'ipython-debugger'
Provides-Extra: tests
Requires-Dist: freezegun ; extra == 'tests'
Requires-Dist: coverage[toml] ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-mock ; extra == 'tests'
Requires-Dist: lxml ; extra == 'tests'
Requires-Dist: PyYAML ; extra == 'tests'
Provides-Extra: xml
Requires-Dist: lxml ; extra == 'xml'

<img align="right" src="https://raw.githubusercontent.com/radish-bdd/radish/master/artwork/radish-bdd-logo-trans-bg.png">

# radish - the root from red to green
> BDD tooling for Python. The root from red to green.

***

[![PyPI License](https://img.shields.io/pypi/l/radish-bdd.svg)](https://github.com/radish-bdd/radish/blob/master/LICENSE)
[![Gitter](https://badges.gitter.im/radish-bdd/radish.svg)](https://gitter.im/radish-bdd/radish?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
<br>
[![Actions Status](https://github.com/radish-bdd/radish/workflows/CI/badge.svg)](https://github.com/radish-bdd/radish/actions)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
<br>
[![PyPI version](https://badge.fury.io/py/radish-bdd.svg)](https://badge.fury.io/py/radish-bdd)
[![PyPI](https://img.shields.io/pypi/pyversions/radish-bdd.svg)](https://pypi.python.org/pypi/radish-bdd)
[![PyPI](https://img.shields.io/pypi/wheel/radish-bdd.svg)](https://pypi.python.org/pypi/radish-bdd)

***

# What is radish?

radish is a Behavior Driven Development tool completely written in python. It supports all *gherkin* language features. In addition to that, radish implements a few *unconventional* BDD features such as **Preconditions**, **Scenario Loops**, **Constants** and **Expressions**.

# Installation

radish is available as `pip` package:

```bash
python -m pip install radish-bdd
```
**Note**: Make sure you have enough privileges to install radish on your system.

# Getting started

radish is very easy to use. Take the 5 minutes and follow the *Getting started* instruction on the radish website: http://radish-bdd.io/#gettingstarted

# Documentation

The whole documentation of radish is available on [Read The Docs](http://radish.readthedocs.org).

# Supported platforms

radish is supported on Windows, Mac and Linux

# Contribution

Yes, we are looking for some contributors and people who spread out a word about radish. Help us to improve these piece of software. You don't know what to do?
Just have a look at the Issues or create a new one.
Please have a look at the [Contributing Guidelines](https://github.com/radish-bdd/radish/blob/master/.github/CONTRIBUTING.md), too.

# Special Thanks

A special thanks goes to [Hassan Ashraf](mailto:info@cyberavanza.com) from the company [Cyber Avanza](http://www.cyberavanza.com) for creating an awesome logo for free! I really appreciate their work and time!

# Project Information

radish is released under the MIT license, its documentation lives at [Read The Docs](http://radish.readthedocs.org),
the code on [GitHub](https://github.com/radish-bdd/radish),
and the latest release on [PyPI](https://pypi.org/project/radish-bdd).
It’s rigorously tested on Python 3.5+.

If you'd like to contribute to radish you're most welcome and we've written a [little guide](https://github.com/radish-bdd/radish/blob/master/.github/CONTRIBUTING.md) to get you started!

***

*<p align="center">This project is published under [MIT](LICENSE).<br>A [Timo Furrer](https://tuxtimo.me) project.<br>- :tada: -</p>*


