Metadata-Version: 2.4
Name: resurf
Version: 0.1.0
Summary: A deterministic, reproducible test environment for AI browser agents
Author: The resurf contributors
License: Apache-2.0
Keywords: agents,ai,browser,evaluation,playwright,testing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.11
Requires-Dist: click>=8.1
Requires-Dist: httpx>=0.27
Requires-Dist: jinja2>=3.1
Requires-Dist: jsonschema>=4.21
Requires-Dist: playwright>=1.43
Requires-Dist: pyyaml>=6.0
Requires-Dist: resurf-models==0.1.0
Requires-Dist: rich>=13.7
Provides-Extra: browser-use
Requires-Dist: browser-use<0.13,>=0.12; extra == 'browser-use'
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Provides-Extra: stagehand
Provides-Extra: vision
Requires-Dist: openai>=1.30; extra == 'vision'
Requires-Dist: pillow>=10.0; extra == 'vision'
Description-Content-Type: text/markdown

# resurf (Python SDK)

The Python SDK for resurf. See the [repo root README](../../README.md) for the project overview and quickstart.
