[MAIN] init git repo , implement fitter class, organize workdir of repo

This commit is contained in:
2026-03-25 16:02:28 -03:00
parent ecee8308fb
commit be50b41b78
8 changed files with 2213 additions and 1 deletions

27
pyproject.toml Normal file
View File

@@ -0,0 +1,27 @@
[project]
name = "clutter_chuva"
version = "0.1.0"
description = "Tools for fitting distributions to rain clutter data"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"ipykernel",
"kaleido",
"lxml",
"nbformat",
"numpy",
"pathlib2",
"plotly",
"scipy",
"statsmodels",
"matplotlib",
"seaborn",
]
classifiers = ["Private :: Do Not Upload"]
[build-system]
requires = ["uv_build>=0.9.6,<0.10.0"]
build-backend = "uv_build"
[tool.uv]
package = false