Metadata-Version: 2.4
Name: omnitest
Version: 0.1.0
Summary: One platform for everything
Author-email: Manikandan Parasuraman <manikandan.p.learning@gmail.com>
License: MIT
Keywords: automation,testing,playwright,selenium,qa
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# OmniTest

> One platform for everything.

OmniTest is an open-source automation testing platform designed to unify multiple testing disciplines under a single Python library.

## Vision

- UI Automation
- API Testing
- Performance Testing
- Security Testing
- Reliability Testing

## Installation

```bash
pip install omnitest
```

## Usage

```python
from omnitest import hello

print(hello())
```
