Metadata-Version: 2.1
Name: gurke
Version: 0.3.1
Summary: Pure Python3 Gherkin parser
Project-URL: Homepage, https://github.com/d-biehl/robotframework-gherkin-parser
Project-URL: Donate, https://github.com/sponsors/d-biehl
Project-URL: Documentation, https://github.com/d-biehl/robotframework-gherkin-parser#readme
Project-URL: Changelog, https://github.com/d-biehl/robotframework-gherkin-parser/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/d-biehl/robotframework-gherkin-parser/issues
Project-URL: Source, https://github.com/d-biehl/robotframework-gherkin-parser/robotcode
Author-email: Daniel Biehl <dbiehl@live.de>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: typing-extensions>=4.4.0
Description-Content-Type: text/markdown

# gurke

A Python3 only `gherkin` implementation with type hints.

## Introduction

TODO: comming soon...

## Installation

```console
pip install gurke
```

## License

`gurke` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.

## Third Party Notice

`gurke` contains parts of the original [`gherkin`](https://github.com/cucumber/gherkin) implementation
