[project] name = "where-fi" version = "0.1.0" description = "Use Wi-Fi Channel State Information to locate human presence" requires-python = ">=3.11" dependencies = [ "numpy>=2.0.0", "pytest", "matplotlib", "scipy", "scipy-stubs", "typer", "h5py>=3.12.1", "pyyaml>=6.0.2", "pydantic>=2.10.6", "torch", "grpcio>=1.70.0", "requests>=2.32.3", ] [build-system] requires = ["setuptools", "wheel", "grpcio-tools"] build-backend = "setuptools.build_meta" [project.scripts] where-fi = "where_fi.cli:app" [tool.ruff] line-length = 88 [tool.ruff.lint] extend-select = ["I", "E", "W", "F", "B", "Q", "ANN"] [tool.ruff.lint.pycodestyle] max-doc-length = 88 [tool.pyright] typeCheckingMode = "strict" reportMissingTypeStubs = "warning" [tool.pytest.ini_options] python_files = "*.py" [tool.uv] package = true [tool.setuptools] packages = ["where_fi"] [dependency-groups] dev = [ "grpc-stubs>=1.53.0.5", "grpcio-tools>=1.70.0", "matplotlib-stubs>=0.1.0", "protoletariat>=3.3.9", "types-requests>=2.32.0.20250328", ]