pyvider 2025-05-14
Removed the entire `bfiles` utility tool from the codebase and simplified the function adapters...
15 files · 103+ · 2,572-

Bfiles Tool Removal

1 file changed
  • bfiles Deleted `src/bfiles/` package entirely including all 11 files:
  • Deleted src/bfiles/ package entirely including all 11 files: baseline internal
    1 file
    • bfiles
  • Total of ~2,408 lines of code removed decouple internal
    12 files
    • README.md
    • __init__.py
    • cli.py
    • config.py
    • core.py
    • exclusions.py
    • logger.py
    • metadata.py
    • metadata_writer.py
    • output.py
    • priming.md
    • utils.py

Function System Simplification

2 files changed
  • adapters.py Simplified `src/pyvider/functions/adapters.py` (~231 lines of changes) removing redundant convers...
  • decorators.py Updated `src/pyvider/functions/decorators.py` with 15 lines of minor cleanup
  • Simplified src/pyvider/functions/adapters.py (~231 lines of changes) removing redundant conversion wrappers and streamlining the function-to-dict pipeline decouple internal
    1 file
    • adapters.py
  • Updated src/pyvider/functions/decorators.py with 15 lines of minor cleanup deprecate errata
    1 file
    • decorators.py

Configuration

1 file changed
  • .gitignore Updated .gitignore