Metadata-Version: 2.1
Name: pysimular
Version: 0.1.1
Summary: Python API for Simular agents
Home-page: https://github.com/simular-ai/pysimular
Author: Simular
Author-email: support@simular.ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.1
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: pyobjc

# pysimular

Python API client for Simular agents. This package provides a simple and intuitive interface to interact with Simular's agents in different platforms.

Currently supports SimularBrowser as backend.

## Installation

```bash
pip install pysimular
```

## Quick Start

```python
from pysimular import SimularBrowser

browser = SimularBrowser("your-simular-browser-app-path")
browser.run("your-message")
```

## License

This project is licensed under the Apache License - see the LICENSE file for details.
