pyvider
2025-03-08
Added `EnvVariablesDataSource` component (191 lines) for reading environment variables with...
33 files · 1,326+ · 1,984-
Environment Variables Data Source
1 file changed
env_variables.pyAdded `components/data_sources/env_variables.py` (191 lines) with `@register_data_source("pyvider...
- Added
components/data_sources/env_variables.py(191 lines) with@register_data_source("pyvider_env_variables")instantiate internal1 file
env_variables.py
EnvVariablesConfigfrozen attrs class withprefix,regex,keys,sensitive_keysfiltering options decouple internal1 file
env.sh
- Implements
get_schema()andread()methods for reading filtered environment variables baseline internal1 file
env.sh
- Imports from new
pyvider.ctymodule for CTY type constructors instantiate internal1 file
pyvider.cty
Test Removal
2 files changed
test_tftypes_structural_tuple.pyRemoved `tests/unit/tftypes/test_tftypes_structural_tuple.py` (43 lines)test_tftypes_types_simple.pyRemoved `tests/unit/tftypes/test_tftypes_types_simple.py` (53 lines)