headless-engine 1.0.0

Ultra-lightweight (<30MB RAM), detection-free pure-Rust headless browser engine for AI agents, web scraping, and MCP servers.
Documentation
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "headless-engine"
version = "1.0.0"
description = "Ultra-lightweight (<30MB RAM), detection-free headless browser engine for AI agents, web scraping, and MCP servers."
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"