{"library":"reformat-gherkin","title":"reformat-gherkin","description":"Formatter for Gherkin language. v3.0.1 supports Python >=3.7,<4.0. Releases are irregular.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install reformat-gherkin"],"cli":{"name":"reformat-gherkin","version":"reformat-gherkin, version 3.0.1"}},"imports":["from reformat_gherkin import format_feature","from reformat_gherkin.cli import main"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from reformat_gherkin import format_feature\n\nfeature_text = \"\"\"Feature: Example\n  Scenario: Test\n    Given a step\n\"\"\"\nformatted = format_feature(feature_text)\nprint(formatted)\n# Or using stdin: echo '...' | reformat-gherkin\n","lang":"python","description":"Format a Gherkin feature string. Also available as CLI: `reformat-gherkin --help`","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}