Added provider infrastructure and plating documentation templates
131 files · 34,179+ · 10,771-

Provider infrastructure

3 files changed
  • core.py Added base capability class that all capabilities extend
  • provider.py Added pyvider provider with component registration
  • __init__.py Updated provider exports
  • Added core capability base class and provider definition for pyvider-components package instantiate architectural
    3 files
    • core.py
    • provider.py
    • __init__.py

Plating documentation templates

9 files changed
  • pyvider_env_variables.tmpl.md Added env_variables documentation template
  • pyvider_file_info.tmpl.md Added file_info documentation template
  • pyvider_http_api.tmpl.md Added http_api documentation template
  • pyvider_lens_jq.tmpl.md Added lens_jq documentation template
  • contains.tmpl.md Added collection functions documentation templates
  • format.tmpl.md Added string manipulation documentation templates
  • add.tmpl.md Added numeric functions documentation templates
  • pyvider_file_content.tmpl.md Added file_content resource documentation template
  • pyvider_timed_token.tmpl.md Added timed_token resource documentation template
  • Added plating documentation templates for all data sources, functions, and resources specify internal
    7 files
    • pyvider_env_variables.tmpl.md
    • pyvider_file_info.tmpl.md
    • pyvider_http_api.tmpl.md
    • pyvider_lens_jq.tmpl.md
    • contains.tmpl.md
    • format.tmpl.md
    • add.tmpl.md

Examples-orig removal and test investigation

2 files changed
  • FAILING_TESTS_INVESTIGATION.md Added investigation document for failing tests
  • bf-20251027-114358.txt Added test output log for debugging
  • Removed examples-orig directory containing original example Terraform configurations decouple internal
    3 files
    • settings.local.json
    • 00_locals.tf
    • 00_provider.tf
  • Added failing tests investigation document and test output log qualify internal
    2 files
    • FAILING_TESTS_INVESTIGATION.md
    • bf-20251027-114358.txt

Provider tests

1 file changed
  • test_pyvider_provider.py Added comprehensive provider tests
  • Added provider initialization, component discovery, and schema validation tests qualify internal
    1 file
    • test_pyvider_provider.py

Version bump

2 files changed
  • VERSION Updated project version
  • pyproject.toml Updated project configuration