headless-engine 1.1.0

A high-performance, lightweight (<30MB RAM) headless browser engine written in Rust for AI agents, web automation, and LLM data ingestion.
Documentation
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "headless-engine"
version = "1.0.2"
description = "A high-performance, lightweight (<30MB RAM) headless browser engine written in Rust for AI agents, web automation, and LLM data ingestion."
readme = { file = "README.md", content-type = "text/markdown" }
authors = [{ name = "Headless Engine Contributors", email = "maintainers@headless-engine.dev" }]
license = { text = "MIT OR Apache-2.0" }
classifiers = [
    "Development Status :: 5 - Production/Stable",
    "Intended Audience :: Developers",
    "License :: OSI Approved :: MIT License",
    "License :: OSI Approved :: Apache Software License",
    "Programming Language :: Python :: 3",
    "Programming Language :: Python :: 3.8",
    "Programming Language :: Python :: 3.9",
    "Programming Language :: Python :: 3.10",
    "Programming Language :: Python :: 3.11",
    "Programming Language :: Python :: 3.12",
    "Programming Language :: Python :: 3.13",
    "Topic :: Internet :: WWW/HTTP :: Browsers",
    "Topic :: Software Development :: Libraries :: Python Modules",
]
keywords = ["headless-browser", "web-scraping", "ai-agents", "mcp", "stealth"]
requires-python = ">=3.8"
dependencies = []

[project.urls]
Homepage = "https://github.com/yutuknown/headless-engine"
Repository = "https://github.com/yutuknown/headless-engine"
Issues = "https://github.com/yutuknown/headless-engine/issues"
Changelog = "https://github.com/yutuknown/headless-engine/releases"