Metadata-Version: 2.4
Name: kaneai
Version: 0.0.25
Summary: A package for UI automation and healing using Selenium
Author-email: Navin Chandra <navinchandra@lambdatest.com>
Project-URL: Homepage, https://github.com/LambdatestIncPrivate/web-kaneai-code-runner
Project-URL: Bug Tracker, https://github.com/LambdatestIncPrivate/web-kaneai-code-runner/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: selenium>=4.0.0
Requires-Dist: requests>=2.25.1

# KaneAI

A package for automation using Selenium.

## Installation

```bash
pip install kaneai
```

## Development Installation

```bash
pip install -e .
```

## Build Package

```bash
python -m build
```
The package will be created in the `dist/` folder.

## Project Links

- [GitHub Repository](https://github.com/LambdatestIncPrivate/web-kaneai-code-runner)
