.editorconfig
.env.example
.env.sample
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
ChatGPT_USAGE.md
MANIFEST.in
Makefile
Makefile.bak.1760149934
Makefile.bak.1760186113
README.md
RELEASING.md
ROADMAP.md
ROADMAPS.md
TASKS_HYBRID_TODO.md
fix-src-imports.patch
fix-src-imports2.patch
main
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
.githooks/pre-push
.github/CODEOWNERS
.github/SECURITY.md
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/release_checklist.yml
.github/scripts/sync-labels.sh
.github/workflows/.release-on-tag.yml.swp
.github/workflows/auto-triage.yml
.github/workflows/ci.yml
.github/workflows/publish-pypi.yml
.github/workflows/release-on-tag.yml
.github/workflows/release.yml
ci-dist/fppull-1.0.3-py3-none-any.whl
ci-dist/fppull-1.0.3.tar.gz
data/leaderboard_2025_w1-6.csv
data/leaderboard_2025_w1-6_ppr_top50.csv
data/season_2025_joined.csv
data/season_2025_joined.parquet
data/season_2025_joined_points.csv
data/raw/.gitkeep
data/samples/roster_2025.csv
data/samples/week_2025_01_stats.csv
data/samples/week_2025_02_stats.csv
data/samples/week_2025_03_stats.csv
data/samples/week_2025_04_stats.csv
data/samples/week_2025_05_stats.csv
data/samples/week_2025_06_stats.csv
data/samples/week_2025_07_stats.csv
docs/CLI.md
docs/ChatGPT_USAGE.md
docs/DEV_SETUP.md
docs/ENVIRONMENT.md
docs/README.md
docs/REFERENCE.md
scripts/ci.sh
scripts/release.sh
scripts/report-top.sh
src/fppull/__init__.py
src/fppull/_version.py
src/fppull/aggregate_season.py
src/fppull/audit_scoring_table.py
src/fppull/build_player_week_wide.py
src/fppull/compute_points.py
src/fppull/compute_points_dynamic.py
src/fppull/env.py
src/fppull/export_official_scores.py
src/fppull/export_workbook.py
src/fppull/fetch_espn_idp_scores.py
src/fppull/fetch_espn_scoring.py
src/fppull/fetch_espn_team_scores.py
src/fppull/fetch_summaries.py
src/fppull/join_league_points.py
src/fppull/join_public_private.py
src/fppull/join_reports.py
src/fppull/league_analysis.py
src/fppull/league_context.py
src/fppull/parse_summaries.py
src/fppull/private_league.py
src/fppull/probe_matchupscore.py
src/fppull/public_pull.py
src/fppull/qc_coverage_report.py
src/fppull/qc_official_parity.py
src/fppull/qc_player_breakdown.py
src/fppull/qc_team_week_breakdown.py
src/fppull/qc_week_check.py
src/fppull/validate_join_analysis.py
src/fppull.egg-info/PKG-INFO
src/fppull.egg-info/SOURCES.txt
src/fppull.egg-info/dependency_links.txt
src/fppull.egg-info/top_level.txt
src/fppull/cli/auth_check.py
src/fppull/cli/calc_points_from_joined.py
src/fppull/cli/detect_latest_week.py
src/fppull/cli/env.py
src/fppull/cli/env_refresh.py
src/fppull/cli/pull_range.py
src/fppull/cli/pull_week.py
src/fppull/cli/report_top.py