Metadata-Version: 2.1
Name: rusticai-serpapi
Version: 0.0.2
Summary: Rustic AI module supporting Search through SerpApi
Home-page: https://www.rustic.ai/
License: Apache-2.0
Author: Dragonscale Industries Inc.
Author-email: dev@dragonscale.ai
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: test
Requires-Dist: rusticai-core (>=0.0.6,<0.0.7)
Requires-Dist: serpapi (>=0.1.5,<0.2.0)
Project-URL: Repository, https://github.com/rustic-ai/python-framework
Project-URL: Rustic AI Core, https://pypi.org/project/rusticai-core/
Description-Content-Type: text/markdown

# Rustic AI SerpApi

This module provides an agent that can be used to Search the web using [SerpApi](https://serpapi.com/)


## Installing

```shell
pip install rusticai-serpapi
```
**Note:** It depends on [rusticai-core](https://pypi.org/project/rusticai-core/)

## Building from Source

```shell
poetry install --with dev
poetry build
```
