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.pyDeleted `components/data_sources/env_variables.py` (266 lines) - moved back out of active componentsfile_info.pyDeleted `components/data_sources/file_info.py` (208 lines) - moved back out of active components__init__.pyAdded empty `components/data_sources/__init__.py`http_api.pyMoved `components/disabled/data_resources/http_api.py` back to `components/data_sources/http_api.py`http_api.pyMoved `components/disabled/data_resources/http_api.py` back to `components/data_sources/http_api.py`file_info.pyAdded 1 line to `components/disabled/data_resources/file_info.py`file_content.pyMoved `components/resources/file_content.py` to `components/disabled/resources/file_content.py`file_content.pyMoved `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 internal1 file
env_variables.py
- Deleted
components/data_sources/file_info.py(208 lines) - moved back out of active components decouple internal1 file
file_info.py
- Added empty
components/data_sources/__init__.pyinstantiate internal1 file
__init__.py
- Moved
components/disabled/data_resources/http_api.pyback tocomponents/data_sources/http_api.pydecouple internal2 files
http_api.pyhttp_api.py
- Added 1 line to
components/disabled/data_resources/file_info.pyinstantiate internal1 file
file_info.py
- Moved
components/resources/file_content.pytocomponents/disabled/resources/file_content.pydecouple internal2 files
file_content.pyfile_content.py
Conversion Types Expansion
1 file changed
types.pySignificantly expanded `src/pyvider/conversion/types.py` (233 lines of additions vs ~50 lines of ...
Protocol Conversion Simplification
2 files changed
schema_types.pyDrastically simplified `tfprotov6/conversion/schema_types.py` (209 lines removed) - removed redun...validation.pyReworked `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 internal1 file
schema_types.py
- Reworked
tfprotov6/conversion/validation.py(100 lines of balanced changes) decouple internal1 file
validation.py
Conversion Utilities
2 files changed
format.pyUpdated `conversion/format.py` (100 lines of changes) with refined type string handlingnormalize.pyUpdated `conversion/normalize.py` (8 lines of changes)