pyvider 2025-04-08
Deleted newly-added `env_variables.py` and `file_info.py` data sources from active components...
11 files · 282+ · 843-

Component Reorganization

8 files changed
  • env_variables.py Deleted `components/data_sources/env_variables.py` (266 lines) - moved back out of active components
  • file_info.py Deleted `components/data_sources/file_info.py` (208 lines) - moved back out of active components
  • __init__.py Added empty `components/data_sources/__init__.py`
  • http_api.py Moved `components/disabled/data_resources/http_api.py` back to `components/data_sources/http_api.py`
  • http_api.py Moved `components/disabled/data_resources/http_api.py` back to `components/data_sources/http_api.py`
  • file_info.py Added 1 line to `components/disabled/data_resources/file_info.py`
  • file_content.py Moved `components/resources/file_content.py` to `components/disabled/resources/file_content.py`
  • file_content.py Moved `components/resources/file_content.py` to `components/disabled/resources/file_content.py`
  • Deleted components/data_sources/env_variables.py (266 lines) - moved back out of active components decouple internal
    1 file
    • env_variables.py
  • Deleted components/data_sources/file_info.py (208 lines) - moved back out of active components decouple internal
    1 file
    • file_info.py
  • Added empty components/data_sources/__init__.py instantiate internal
    1 file
    • __init__.py
  • Moved components/disabled/data_resources/http_api.py back to components/data_sources/http_api.py decouple internal
    2 files
    • http_api.py
    • http_api.py
  • Added 1 line to components/disabled/data_resources/file_info.py instantiate internal
    1 file
    • file_info.py
  • Moved components/resources/file_content.py to components/disabled/resources/file_content.py decouple internal
    2 files
    • file_content.py
    • file_content.py

Conversion Types Expansion

1 file changed
  • types.py Significantly expanded `src/pyvider/conversion/types.py` (233 lines of additions vs ~50 lines of ...
  • Significantly expanded src/pyvider/conversion/types.py (233 lines of additions vs ~50 lines of deletions) with enhanced type encoding/decoding logic decouple internal
    1 file
    • types.py

Protocol Conversion Simplification

2 files changed
  • schema_types.py Drastically simplified `tfprotov6/conversion/schema_types.py` (209 lines removed) - removed redun...
  • validation.py Reworked `tfprotov6/conversion/validation.py` (100 lines of balanced changes)
  • Drastically simplified tfprotov6/conversion/schema_types.py (209 lines removed) - removed redundant conversion logic now handled by the top-level conversion package baseline internal
    1 file
    • schema_types.py
  • Reworked tfprotov6/conversion/validation.py (100 lines of balanced changes) decouple internal
    1 file
    • validation.py

Conversion Utilities

2 files changed
  • format.py Updated `conversion/format.py` (100 lines of changes) with refined type string handling
  • normalize.py Updated `conversion/normalize.py` (8 lines of changes)
  • Updated conversion/format.py (100 lines of changes) with refined type string handling decouple errata
    1 file
    • format.py
  • Updated conversion/normalize.py (8 lines of changes) decouple internal
    1 file
    • normalize.py