"""FablePool Home Assistant ecosystem analysis toolkit. This package reproduces the raw data pulls behind the milestone-1 report: - ``fetch_analytics`` -- integration install-base from analytics.home-assistant.io - ``fetch_quality_scale`` -- quality-scale tier per integration from the core repo - ``fetch_issues`` -- open-issue counts/triage per integration from GitHub - ``build_report_tables`` -- joins the three raw pulls into the report's data tables All network access is cached on disk (``tools/.cache`` by default) so repeated runs are cheap and the pipeline can be resumed after interruption. """ __version__ = "0.1.0"