Name | radish-bdd JSON |
Version |
0.17.1
JSON |
| download |
home_page | https://radish-bdd.github.io |
Summary | Behaviour-Driven-Development tool for Python |
upload_time | 2023-11-05 10:31:31 |
maintainer | Timo Furrer |
docs_url | https://pythonhosted.org/radish-bdd/ |
author | Timo Furrer |
requires_python | >=3 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
<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
> Awesome python BDD tool https://radish-bdd.github.io
***
[![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?branch=stable)
[![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 - Downloads](https://img.shields.io/pypi/dm/radish-bdd)](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**.
# Supported platforms
radish is supported on Windows, Mac and Linux
# Installation
radish is available as `pip` package:
```bash
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: https://radish-bdd.github.io/#gettingstarted
# Documentation
The whole documentation of radish is available on [Read The Docs](http://radish.readthedocs.org).
# 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/CONTRIBUTING.md), too.
# Release
```
vim CHANGELOG.md docs/conf.py radish/__init__.py
git commit -am "release: vX.X.X" && git tag vX.X.X && git push --tags
rm -rf dist
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
```
# 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!
***
*<p align="center">This project is published under [MIT](LICENSE).<br>A [Timo Furrer](https://tuxtimo.me) project.<br>- :tada: -</p>*
Raw data
{
"_id": null,
"home_page": "https://radish-bdd.github.io",
"name": "radish-bdd",
"maintainer": "Timo Furrer",
"docs_url": "https://pythonhosted.org/radish-bdd/",
"requires_python": ">=3",
"maintainer_email": "tuxtimo+radish@gmail.com",
"keywords": "",
"author": "Timo Furrer",
"author_email": "tuxtimo+radish@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/da/78/d8cb6ab290b1196aa2706b38777788053a679c2989484c6e37b3b8a79d8d/radish-bdd-0.17.1.tar.gz",
"platform": "Linux",
"description": "<img align=\"right\" src=\"https://raw.githubusercontent.com/radish-bdd/radish/master/artwork/radish-bdd-logo-trans-bg.png\">\n\n# radish - the root from red to green\n> Awesome python BDD tool https://radish-bdd.github.io\n\n***\n\n[![PyPI License](https://img.shields.io/pypi/l/radish-bdd.svg)](https://github.com/radish-bdd/radish/blob/master/LICENSE)\n[![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)\n<br>\n[![Actions Status](https://github.com/radish-bdd/radish/workflows/CI/badge.svg)](https://github.com/radish-bdd/radish/actions?branch=stable)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n<br>\n[![PyPI version](https://badge.fury.io/py/radish-bdd.svg)](https://badge.fury.io/py/radish-bdd)\n[![PyPI](https://img.shields.io/pypi/pyversions/radish-bdd.svg)](https://pypi.python.org/pypi/radish-bdd)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/radish-bdd)](https://pypi.python.org/pypi/radish-bdd)\n[![PyPI](https://img.shields.io/pypi/wheel/radish-bdd.svg)](https://pypi.python.org/pypi/radish-bdd)\n\n***\n\n# What is radish?\n\nradish is a Behavior Driven Development tool completely written in python.\nIt supports all *gherkin* language features.\nIn addition to that, radish implements a few *unconventional* BDD features such as **Preconditions**, **Scenario Loops**, **Constants** and **Expressions**.\n\n# Supported platforms\n\nradish is supported on Windows, Mac and Linux\n\n# Installation\n\nradish is available as `pip` package:\n\n```bash\npip install radish-bdd\n```\n**Note**: Make sure you have enough privileges to install radish on your system.\n\n# Getting started\n\nradish is very easy to use. Take the 5 minutes and follow the *Getting started* instruction on the radish website: https://radish-bdd.github.io/#gettingstarted\n\n# Documentation\n\nThe whole documentation of radish is available on [Read The Docs](http://radish.readthedocs.org).\n\n# Contribution\n\nYes, we are looking for some contributors and people who spread out a word about radish.\nHelp us to improve these piece of software. You don't know what to do?\nJust have a look at the Issues or create a new one.\nPlease have a look at the [Contributing Guidelines](https://github.com/radish-bdd/radish/blob/master/CONTRIBUTING.md), too.\n\n# Release\n\n```\nvim CHANGELOG.md docs/conf.py radish/__init__.py\ngit commit -am \"release: vX.X.X\" && git tag vX.X.X && git push --tags\nrm -rf dist\npython3 setup.py sdist bdist_wheel\npython3 -m twine upload dist/*\n```\n\n# Special Thanks\n\nA 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!\n\n***\n\n*<p align=\"center\">This project is published under [MIT](LICENSE).<br>A [Timo Furrer](https://tuxtimo.me) project.<br>- :tada: -</p>*\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Behaviour-Driven-Development tool for Python",
"version": "0.17.1",
"project_urls": {
"Download": "https://github.com/radish-bdd/radish",
"Homepage": "https://radish-bdd.github.io"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1515bb891f58e65a4218f828981eb55a3bb76753d9ead6b40a41b830aad5d1e1",
"md5": "c7c1f43df8a3bf96073d62cd9470c6b0",
"sha256": "4d971402305767d43e64aa56c5c9cddeb25c913f1be1ac9b341b0d5bb7036ef0"
},
"downloads": -1,
"filename": "radish_bdd-0.17.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "c7c1f43df8a3bf96073d62cd9470c6b0",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 164177,
"upload_time": "2023-11-05T10:31:29",
"upload_time_iso_8601": "2023-11-05T10:31:29.296939Z",
"url": "https://files.pythonhosted.org/packages/15/15/bb891f58e65a4218f828981eb55a3bb76753d9ead6b40a41b830aad5d1e1/radish_bdd-0.17.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "da78d8cb6ab290b1196aa2706b38777788053a679c2989484c6e37b3b8a79d8d",
"md5": "0cd24a60a0c29cdb39669358e104ec31",
"sha256": "c2506e1440b669020a10dde0c7a898c1b26e1def6395de21160585998935db75"
},
"downloads": -1,
"filename": "radish-bdd-0.17.1.tar.gz",
"has_sig": false,
"md5_digest": "0cd24a60a0c29cdb39669358e104ec31",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 90818,
"upload_time": "2023-11-05T10:31:31",
"upload_time_iso_8601": "2023-11-05T10:31:31.748735Z",
"url": "https://files.pythonhosted.org/packages/da/78/d8cb6ab290b1196aa2706b38777788053a679c2989484c6e37b3b8a79d8d/radish-bdd-0.17.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-05 10:31:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "radish-bdd",
"github_project": "radish",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "radish-bdd"
}