Metadata-Version: 2.1
Name: scenario-thinker
Version: 0.1.0.0
Summary: BDD and AI library
Home-page: https://github.com/me3eh/scenario_thinker
Author: Me3eh
Author-email: matt30002000@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv >=1.0.1
Requires-Dist: behave >=1.2.5
Requires-Dist: selenium >=4.26.1
Requires-Dist: openai >=0.27.8
Requires-Dist: flask >=3.0.3
Requires-Dist: Flask-Cors >=5.0.0

Master with BDD and AI

# Setup

First make virtual environment

python3 -m venv venv

### After that

source venv/bin/activate

### CONGRATULATIONS! You are in virtual environment

Now create rename .env.example to .env and put there OPEN AI key
