radish-bdd


Nameradish-bdd JSON
Version 0.18.1 PyPI version JSON
download
home_pagehttps://radish-bdd.github.io
SummaryBehaviour-Driven-Development tool for Python
upload_time2024-12-22 09:21:18
maintainerTimo Furrer
docs_urlhttps://pythonhosted.org/radish-bdd/
authorTimo Furrer
requires_python>=3
licenseMIT
keywords
VCS
bugtrack_url
requirements pysingleton colorful docopt ipython tag-expressions lxml parse_type coverage PyYAML humanize
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)
[![Documentation Status](https://readthedocs.org/projects/radish/badge/?version=stable)](https://radish.readthedocs.io/en/stable/?badge=stable)
<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 && git push --tags
```

# 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": null,
    "author": "Timo Furrer",
    "author_email": "tuxtimo+radish@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/59/97/203293d65fb2cddeb1add7c77ea85bc1b024a193fdcee67cb49f6e30bedf/radish_bdd-0.18.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[![Documentation Status](https://readthedocs.org/projects/radish/badge/?version=stable)](https://radish.readthedocs.io/en/stable/?badge=stable)\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 && git push --tags\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",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Behaviour-Driven-Development tool for Python",
    "version": "0.18.1",
    "project_urls": {
        "Download": "https://github.com/radish-bdd/radish",
        "Homepage": "https://radish-bdd.github.io"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "210253fd81de25acf3da090d13cb0ad4e327a5b6c2de6d619dda7a6033aad07f",
                "md5": "5b3a4eafbc88421e1a219125a000ba17",
                "sha256": "26459fb4069c2d1cbc029ae5ca900977b6494d4fd4afcb772c6500d24dd55dc8"
            },
            "downloads": -1,
            "filename": "radish_bdd-0.18.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5b3a4eafbc88421e1a219125a000ba17",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3",
            "size": 161625,
            "upload_time": "2024-12-22T09:21:15",
            "upload_time_iso_8601": "2024-12-22T09:21:15.788389Z",
            "url": "https://files.pythonhosted.org/packages/21/02/53fd81de25acf3da090d13cb0ad4e327a5b6c2de6d619dda7a6033aad07f/radish_bdd-0.18.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5997203293d65fb2cddeb1add7c77ea85bc1b024a193fdcee67cb49f6e30bedf",
                "md5": "a6c3fad036430d7fa6171757aa45b608",
                "sha256": "b51ef4441674812377a1b91af308c2c08db57d4db8a77541f184b010a676aac1"
            },
            "downloads": -1,
            "filename": "radish_bdd-0.18.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a6c3fad036430d7fa6171757aa45b608",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 97864,
            "upload_time": "2024-12-22T09:21:18",
            "upload_time_iso_8601": "2024-12-22T09:21:18.541406Z",
            "url": "https://files.pythonhosted.org/packages/59/97/203293d65fb2cddeb1add7c77ea85bc1b024a193fdcee67cb49f6e30bedf/radish_bdd-0.18.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-22 09:21:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "radish-bdd",
    "github_project": "radish",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "pysingleton",
            "specs": [
                [
                    "==",
                    "0.2.1"
                ]
            ]
        },
        {
            "name": "colorful",
            "specs": [
                [
                    "==",
                    "0.5.6"
                ]
            ]
        },
        {
            "name": "docopt",
            "specs": [
                [
                    "==",
                    "0.6.2"
                ]
            ]
        },
        {
            "name": "ipython",
            "specs": [
                [
                    "==",
                    "7.34.0"
                ]
            ]
        },
        {
            "name": "tag-expressions",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "lxml",
            "specs": [
                [
                    "==",
                    "5.3.0"
                ]
            ]
        },
        {
            "name": "parse_type",
            "specs": [
                [
                    "==",
                    "0.6.4"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": [
                [
                    "==",
                    "7.2.7"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "humanize",
            "specs": [
                [
                    "==",
                    "4.6.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "radish-bdd"
}
        
Elapsed time: 2.20757s