[project] name = "hxprobe" version = "0.1.0" description = "Per-phase HTTP latency probe built on httpx — matches Go's http.DefaultClient (HTTP/2, redirects, connection pooling)" requires-python = ">=3.11" dependencies = [ "httpx[http2]>=0.28", ] [dependency-groups] dev = [ "pytest>=8.0", "ruff>=0.8", ] [build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [tool.setuptools] packages = ["hxprobe"] [tool.pytest.ini_options] testpaths = ["tests"] markers = [ "integration: tests that hit the live internet (excluded from the default run)", ] [tool.ruff] target-version = "py311" line-length = 100