{"id":14969311,"url":"https://github.com/radish-bdd/radish","last_synced_at":"2025-05-16T18:06:43.954Z","repository":{"id":33042589,"uuid":"36678450","full_name":"radish-bdd/radish","owner":"radish-bdd","description":"Behavior Driven Development tooling for Python. The root from red to green.","archived":false,"fork":false,"pushed_at":"2025-03-26T14:52:07.000Z","size":2462,"stargazers_count":185,"open_issues_count":12,"forks_count":50,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-12T16:58:05.374Z","etag":null,"topics":["bdd","cucumber","feature-file","gherkin","hacktoberfest","python","quality","radish","tdd","testing"],"latest_commit_sha":null,"homepage":"https://radish-bdd.github.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radish-bdd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"timofurrer"}},"created_at":"2015-06-01T17:59:33.000Z","updated_at":"2025-04-11T10:18:10.000Z","dependencies_parsed_at":"2024-04-26T20:29:31.035Z","dependency_job_id":"66d8707e-0dcf-400d-802a-19f7a3f0433f","html_url":"https://github.com/radish-bdd/radish","commit_stats":null,"previous_names":[],"tags_count":83,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radish-bdd%2Fradish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radish-bdd%2Fradish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radish-bdd%2Fradish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radish-bdd%2Fradish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radish-bdd","download_url":"https://codeload.github.com/radish-bdd/radish/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254198380,"owners_count":22030956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bdd","cucumber","feature-file","gherkin","hacktoberfest","python","quality","radish","tdd","testing"],"created_at":"2024-09-24T13:41:35.393Z","updated_at":"2025-05-16T18:06:43.931Z","avatar_url":"https://github.com/radish-bdd.png","language":"Python","funding_links":["https://github.com/sponsors/timofurrer"],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/radish-bdd/radish/master/artwork/radish-bdd-logo-trans-bg.png\"\u003e\n\n# radish - the root from red to green\n\u003e 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\u003cbr\u003e\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\u003cbr\u003e\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\" \u0026\u0026 git tag vX.X.X \u0026\u0026 git push \u0026\u0026 git push --tags\n# Create release on Github\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*\u003cp align=\"center\"\u003eThis project is published under [MIT](LICENSE).\u003cbr\u003eA [Timo Furrer](https://tuxtimo.me) project.\u003cbr\u003e- :tada: -\u003c/p\u003e*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradish-bdd%2Fradish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradish-bdd%2Fradish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradish-bdd%2Fradish/lists"}