Metadata-Version: 2.4
Name: scrappey-wrapper
Version: 1.0.0
Summary: Modern Python wrapper for Scrappey web data API
Home-page: https://github.com/n1tr00-10/scrappey-wrapper
Author: n1tr00
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Scrappey Python Wrapper

Modern Python client for [Scrappey](https://scrappey.com) web data API.

## Features

- Full type hints for IntelliSense
- Browser rendering support
- Session management
- All proxy types (premium, datacenter, mobile, custom)
- Browser actions support
- Screenshot and video
- Google-style docstrings

## Install

```bash
pip install scrappey-wrapper
