LICENSE
README.md
pyproject.toml
src/surf_report/__init__.py
src/surf_report/main.py
src/surf_report/providers/surfline/__init__.py
src/surf_report/providers/surfline/models.py
src/surf_report/providers/surfline/processing.py
src/surf_report/providers/surfline/surfline.py
src/surf_report/providers/surfline/ui.py
src/surf_report/utils/helpers.py
src/surf_report/utils/logger.py
src/surf_report/utils/pager.py
src/surf_report/utils/user_agent.py
src/surfreport.egg-info/PKG-INFO
src/surfreport.egg-info/SOURCES.txt
src/surfreport.egg-info/dependency_links.txt
src/surfreport.egg-info/entry_points.txt
src/surfreport.egg-info/requires.txt
src/surfreport.egg-info/top_level.txt
tests/test_main.py