.gitignore
.pre-commit-config.yaml
.python-version
CHANGELOG.md
LICENSE
README.md
config.yml
coverage.svg
mypy.ini
pyproject.toml
uv.lock
.github/workflows/coveragepy.yml
.github/workflows/mypy.yml
.github/workflows/ruff.yml
bcn_rainfall_core/__init__.py
bcn_rainfall_core/config.py
bcn_rainfall_core/rainfall.py
bcn_rainfall_core.egg-info/PKG-INFO
bcn_rainfall_core.egg-info/SOURCES.txt
bcn_rainfall_core.egg-info/dependency_links.txt
bcn_rainfall_core.egg-info/requires.txt
bcn_rainfall_core.egg-info/top_level.txt
bcn_rainfall_core/models/__init__.py
bcn_rainfall_core/models/monthly_rainfall.py
bcn_rainfall_core/models/seasonal_rainfall.py
bcn_rainfall_core/models/yearly_rainfall.py
bcn_rainfall_core/utils/__init__.py
bcn_rainfall_core/utils/base_config.py
bcn_rainfall_core/utils/custom_exceptions.py
bcn_rainfall_core/utils/dataframe_operations.py
bcn_rainfall_core/utils/enums.py
bcn_rainfall_core/utils/plotly_figures.py
bcn_rainfall_core/utils/rainfall_metrics.py
bcn_rainfall_core/utils/schemas.py
resources/bcn_rainfall_1786_2024.csv
tst/__init__.py
tst/test_config.py
tst/test_rainfall.py
tst/models/__init__.py
tst/models/test_monthly_rainfall.py
tst/models/test_seasonal_rainfall.py
tst/models/test_yearly_rainfall.py
tst/utils/__init__.py
tst/utils/test_dataframe_operations.py
tst/utils/test_enums.py
tst/utils/test_plotly_figures.py
tst/utils/test_rainfall_metrics.py