[project] name = "backscattering_experimental_data" version = "0.2.5" authors = [{ name = "linarphy", email = "linarphy@linarphy.net" }] description = "Experimental data management for the measurement of backscattered light in the Virgo interferometer" readme = "README.md" requires-python = ">=3.11" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Development Status :: 4 - Beta", "Topic :: Scientific/Engineering", ] dependencies = ["gwpy>=3.0.10", "h5py>=3.14.0"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/backscattering_experimental_data"] [tool.ruff] line-length = 72 [tool.ruff.format] quote-style = "double" indent-style = "space" docstring-code-format = true [tool.basedpyright] typeCheckingMode = "recommended" allowedUntypedLibraries = ["gwpy", "virgotools", "astropy", "h5py"] reportUnknownMemberType = false reportUnknownVariableType = false reportUnknownArgumentType = false reportAny = false [dependency-groups] dev = ["basedpyright>=1.28.4", "ruff>=0.11.2"]