TODOs
create Python package(s) containing reusable code, place it/them in seperate repos. publish it/them to PyPI.
-
Code candidates:
-
- datetime_utils package:
-
-
- src/utils/get_year_and_week.py
-
-
-
- src/utils/lookup.py
-
-
- simulation_utils package:
-
-
- src/simulations/simulate_athletes.py
-
-
-
- src/simulations/simulate_data.py
-
-
- auth_utils package:
-
-
- src/utils/google_sheet.py
-
-
- config_utils package:
-
-
- src/utils/logger_config.py
-
-
- file_utils package:
-
-
- src/utils/file_conversions/json_to_yaml.py -> done
-
-
-
- src/utils/cleanup.py -> done
-
-
- profiling_utils package:
-
-
- src/utils/profiling/profiling_utils.py -> done
-
-
-
- src/utils/profiling/analyze_stats.py -> done
-