tslocal 0.2.2

Client library for the Tailscale Local API
Documentation
[project]
name = "tslocal"
version = "0.2.2"
description = "Client library for the Tailscale Local API"
readme = "README.md"
requires-python = ">=3.10"
license = "BSD-3-Clause"
authors = [
    { name = "Bouke van der Bijl" },
]
keywords = ["tailscale", "local-api", "vpn"]
classifiers = [
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: BSD License",
    "Operating System :: POSIX",
]
dependencies = ["msgspec>=0.18"]

[project.urls]
Homepage = "https://github.com/bouk/tslocal"
Repository = "https://github.com/bouk/tslocal"
Issues = "https://github.com/bouk/tslocal/issues"

[project.optional-dependencies]
dev = [
    "pytest>=8",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = ["python/src/tslocal"]

[tool.pytest.ini_options]
testpaths = ["python/tests"]

[tool.ty.environment]
python-version = "3.10"