Metadata-Version: 2.1
Name: generator-cucumber
Version: 0.0.3
Summary: Generation .feature file
Home-page: https://github.com/DemonDis/bdd_generator
Author: Dmitry Shibikin
Author-email: dmitry.shibikin@yandex.ru
License: UNKNOWN
Project-URL: Documentation, https://github.com/DemonDis/bdd_generator
Keywords: python cucmber generator
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: python-gitlab ==4.7.0

# Cucmber generator

Проект находиться на стадии разработки

### Structure
```
# Проект по генерации .feature
├── 📁 generator_cucumber/
|   ├── ⚙️ pytest.ini
|   ├── 💾 requirements.txt
|   ├── 🥒 test_app.feature
|   ├── 🐍 test_app.py
|   ├── 🐍 test_generator.py
|   └── ... 
```

