rust-pickaxe 0.5.5

HTML data extraction library
Documentation
{
    "name": "pickaxe",
    "build": {
        "dockerfile": "Dockerfile",
        "context": "..",
		"args": {
			"VARIANT": "3.12-bookworm"
		}
    },
	"customizations": {
		"vscode": {
			"extensions": [
				"ms-python.python",
				"ms-python.mypy-type-checker",
				"charliemarsh.ruff"
			]
		}
	},
	"postCreateCommand": ". /opt/venv/bin/activate && poetry install && pre-commit install --install-hooks",
	"remoteUser": "dev"
}