Metadata-Version: 2.3
Name: incogniton-py
Version: 0.1.1
Summary: Python client for Incogniton API
Author: Yusuf Abdulhafeez
Author-email: yusuf@incogniton.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
Requires-Dist: pyppeteer (>=2.0.0,<3.0.0)
Description-Content-Type: text/markdown

# Incogniton Python Client (Still In Development)

A Python client for interacting with the Incogniton browser automation platform.

## Installation

```bash
# Using Poetry (recommended)
poetry install

# Or using pip
pip install -e .
```

## Development

To run tests:

```bash
# Using Poetry
poetry run pytest

# Or using pytest directly
pytest tests/
```

## Features

-  Profile and launch management
-  Cookie management
-  Browser automation with Selenium and Puppeteer
-  Support for headless mode

