pyvider 2025-01-01
Schema Attributes and Schema Base
54 files · 3,450+ · 145-

Schema Attributes

54 files changed
  • attributes.py Updated attributes.py (+51/-21 lines)
  • base.py Updated base.py (+14/-1 lines)
  • auto-load.md Added auto-load.md (+14 lines)
  • 2025-01-01-1555-using-tfattr-factories.md Added 2025-01-01-1555-using-tfattr-factories.md (+135 lines)
  • chatgpt-2024-12-31-2047.md Added chatgpt-2024-12-31-2047.md (+226 lines)
  • pyvider-review-20241228-1020.md Updated pyvider-review-20241228-1020.md (+1/-1 lines)
  • desired-features.md Added desired-features.md (+7 lines)
  • dynamic-logging.md Updated dynamic-logging.md (+1/-1 lines)
  • feature-first.md Updated feature-first.md (+4/-4 lines)
  • maturity.md Added maturity.md (+180 lines)
  • metaschema-2025-01-02.md Added metaschema-2025-01-02.md (+24 lines)
  • naming-convention.md Updated naming-convention.md (+8/-8 lines)
  • notes.md Updated notes.md (+26/-1 lines)
  • refactoring.md Updated refactoring.md (+1/-1 lines)
  • schema-chatgot-2025-01-01.md Added schema-chatgot-2025-01-01.md (+93 lines)
  • schema-dev-2025-01-02-1056.md Added schema-dev-2025-01-02-1056.md (+235 lines)
  • schema-dev-2025-01-02.md Added schema-dev-2025-01-02.md (+79 lines)
  • schema-fragments.md Added schema-fragments.md (+479 lines)
  • schema-research-2025-01-02.md Added schema-research-2025-01-02.md (+39 lines)
  • schema.md Added schema.md (+285 lines)
  • terminology.md Updated terminology.md (+1/-1 lines)
  • tf-reserved-keywords.md Added tf-reserved-keywords.md (+61 lines)
  • tfschema-development.md Added tfschema-development.md (+191 lines)
  • validator-dev-02.md Added validator-dev-02.md (+201 lines)
  • validators-2025-01-02.md Added validators-2025-01-02.md (+193 lines)
  • attributes.md Added attributes.md (+15 lines)
  • capabilities.md Added capabilities.md (+10 lines)
  • components.md Added components.md (+5 lines)
  • datasources.md Added datasources.md (+6 lines)
  • functions.md Added functions.md (+11 lines)
  • provider.md Added provider.md (+5 lines)
  • registry.md Added registry.md (+9 lines)
  • dynamic_values.md Added dynamic_values.md (+9 lines)
  • filter.md Added filter.md (+5 lines)
  • hub.md Added hub.md (+7 lines)
  • lifecycle.md Added lifecycle.md (+11 lines)
  • potential-examples.psseudocode.py Added potential-examples.psseudocode.py (+59 lines)
  • previous-chat.md Added previous-chat.md (+216 lines)
  • protocols.md Added protocols.md (+10 lines)
  • resources.md Added resources.md (+10 lines)
  • schema.md Added schema.md (+128 lines)
  • services.md Added services.md (+6 lines)
  • state.md Added state.md (+5 lines)
  • validation.md Added validation.md (+9 lines)
  • validators.md Added validators.md (+124 lines)
  • working-through-ttypes.md Added working-through-ttypes.md (+155 lines)
  • metadata_writer.py Updated metadata_writer.py (+2/-2 lines)
  • __main__.py Updated __main__.py (+1/-1 lines)
  • base_provider.py Updated base_provider.py (+2/-2 lines)
  • decorators.py Updated decorators.py (+7/-7 lines)
  • discovery.py Updated discovery.py (+12/-12 lines)
  • registry.py Updated registry.py (+2/-2 lines)
  • test_discovery.py Updated test_discovery.py (+4/-24 lines)
  • test_registry.py Updated test_registry.py (+56/-56 lines)
  • Updated src/pyvider/schema/attributes.py (29 lines changed) with refined attribute type mapping and validation interface internal
    1 file
    • attributes.py

Schema Base

1 file changed
  • base.py Updated base.py
  • Expanded src/pyvider/schema/base.py (15+ lines) with additional schema construction utilities interface internal
    1 file
    • base.py