README.md
pyproject.toml
src/slop_farmer/__init__.py
src/slop_farmer/app_config.py
src/slop_farmer/config.py
src/slop_farmer.egg-info/PKG-INFO
src/slop_farmer.egg-info/SOURCES.txt
src/slop_farmer.egg-info/dependency_links.txt
src/slop_farmer.egg-info/entry_points.txt
src/slop_farmer.egg-info/requires.txt
src/slop_farmer.egg-info/top_level.txt
src/slop_farmer/app/__init__.py
src/slop_farmer/app/analysis_id.py
src/slop_farmer/app/cli.py
src/slop_farmer/app/dataset_refresh.py
src/slop_farmer/app/dataset_status.py
src/slop_farmer/app/deploy.py
src/slop_farmer/app/duplicate_prs.py
src/slop_farmer/app/hf_checkpoint_import.py
src/slop_farmer/app/pipeline.py
src/slop_farmer/app/pr_search.py
src/slop_farmer/app/pr_search_api.py
src/slop_farmer/app/publish_analysis.py
src/slop_farmer/app/publish_dataset_snapshot.py
src/slop_farmer/app/save_cache.py
src/slop_farmer/app/snapshot_state.py
src/slop_farmer/data/__init__.py
src/slop_farmer/data/dataset_card.py
src/slop_farmer/data/ghreplica_api.py
src/slop_farmer/data/github_api.py
src/slop_farmer/data/hf_dataset_repo.py
src/slop_farmer/data/http.py
src/slop_farmer/data/links.py
src/slop_farmer/data/normalize.py
src/slop_farmer/data/parquet_io.py
src/slop_farmer/data/search_duckdb.py
src/slop_farmer/data/snapshot_materialize.py
src/slop_farmer/data/snapshot_paths.py
src/slop_farmer/data/snapshot_source.py
src/slop_farmer/reports/__init__.py
src/slop_farmer/reports/analysis.py
src/slop_farmer/reports/analysis_cache.py
src/slop_farmer/reports/analysis_service.py
src/slop_farmer/reports/canonical_duplicate_pr.py
src/slop_farmer/reports/dashboard.py
src/slop_farmer/reports/duplicate_prs.py
src/slop_farmer/reports/new_contributor_report.py
src/slop_farmer/reports/pr_heuristics.py
src/slop_farmer/reports/pr_scope.py
src/slop_farmer/reports/pr_search_scope.py
src/slop_farmer/reports/pr_search_service.py
src/slop_farmer/reports/read_views.py
src/slop_farmer/reports/user_activity.py
tests/test_analysis.py
tests/test_analysis_cache.py
tests/test_analysis_id.py
tests/test_canonical_duplicate_pr.py
tests/test_cli.py
tests/test_config.py
tests/test_dashboard.py
tests/test_dataset_status.py
tests/test_deploy.py
tests/test_farmer_setup_assets.py
tests/test_ghreplica_api.py
tests/test_github_api.py
tests/test_hf_checkpoint_import.py
tests/test_hf_cli_secrets_check.py
tests/test_http.py
tests/test_links.py
tests/test_new_contributor_report.py
tests/test_normalize.py
tests/test_pipeline_checkpoint_resume.py
tests/test_pr_scope.py
tests/test_pr_search.py
tests/test_pr_search_api.py
tests/test_publish_analysis.py
tests/test_publish_job_wheel.py
tests/test_published_layout.py
tests/test_save_cache.py
tests/test_snapshot_state.py
tests/test_submit_dataset_job.py
tests/test_update_dashboard_scripts.py
tests/test_update_transformers_dataset.py
tests/test_viewer_layout.py