LICENSE
README.md
pyproject.toml
noaaplotter/__init__.py
noaaplotter/__main__.py
noaaplotter/noaaplotter.py
noaaplotter.egg-info/PKG-INFO
noaaplotter.egg-info/SOURCES.txt
noaaplotter.egg-info/dependency_links.txt
noaaplotter.egg-info/entry_points.txt
noaaplotter.egg-info/requires.txt
noaaplotter.egg-info/top_level.txt
noaaplotter/cli/__init__.py
noaaplotter/figures/__init__.py
noaaplotter/figures/plotly_daily.py
noaaplotter/figures/plotly_monthly.py
noaaplotter/scripts/download_data.py
noaaplotter/scripts/plot_daily.py
noaaplotter/scripts/plot_monthly.py
noaaplotter/sources/__init__.py
noaaplotter/sources/base.py
noaaplotter/sources/cds.py
noaaplotter/sources/open_meteo.py
noaaplotter/utils/__init__.py
noaaplotter/utils/config.py
noaaplotter/utils/dataset.py
noaaplotter/utils/download_utils.py
noaaplotter/utils/plot_utils.py
noaaplotter/utils/utils.py
tests/test_plotly_figures.py
tests/test_polars_parity.py