Metadata-Version: 2.4
Name: fetchfox_sdk
Version: 1.0.0
Summary: FetchFox AI scraper SDK
Home-page: https://github.com/github/fetchfox-sdk-python
Author: FetchFox
Author-email: dev@fetchfoxai.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# FetchFox SDK
Python library for the Fetchfox API.

FetchFox uses AI to power flexible scraping workflows.

NOTE: This interface is currently subject to change as we respond to early feedback.

## Installation

### Via PyPI

`pip install fetchfox-sdk`

## Quick Start
```python
from fetchfox_sdk import FetchFox
```

