flavorpack 2025-09-05
Flavorpack
31 files · 204+ · 479-

Configuration Module Overhaul

2 files changed
  • pyproject.toml Project configuration
  • config.py Python source updates
  • Rewrote src/flavor/config.py with 105 lines of new configuration logic, replacing 63 lines of old code baseline internal
    1 file
    • config.py
  • Multiple refinements to configuration handling decouple internal
    2 files
    • pyproject.toml
    • config.py

Version Module Reorganization

10 files changed
  • orchestrator_ingredients.py Python packaging logic
  • python_packager.py Python packaging logic
  • __init__.py Python source updates
  • builder.py Python source updates
  • crypto.py Python source updates
  • keys.py Python source updates
  • reader.py Python source updates
  • slots.py Python source updates
  • paths.py Python source updates
  • hashing.py Python source updates
  • Renamed src/flavor/version.py to src/flavor/_version.py decouple internal
    5 files
    • orchestrator_ingredients.py
    • python_packager.py
    • __init__.py
    • builder.py
    • crypto.py
  • Rewrote version module with 43 new lines of improved version resolution logic baseline internal
    3 files
    • orchestrator_ingredients.py
    • python_packager.py
    • __init__.py
  • Updated src/flavor/__init__.py with new imports instantiate internal
    5 files
    • orchestrator_ingredients.py
    • python_packager.py
    • __init__.py
    • builder.py
    • crypto.py
  • Fixed ingredient manager import references remediate internal
    3 files
    • orchestrator_ingredients.py
    • python_packager.py
    • __init__.py